![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <stdio.h>#include "ophBuffer.h"#include "EventTypes.h"#include "phenixOnline.h"#include "Cframe.h"
Include dependency graph for prdf2prdf.cc:Go to the source code of this file.
Macros | |
| #define | MAXSIZE 8192 |
| #define | MAXBUFFERSIZE 256*8192 |
Functions | |
| int | main (int argc, char **argv) |
| #define MAXBUFFERSIZE 256*8192 |
Definition at line 24 of file prdf2prdf.cc.
View newest version in sPHENIX GitHub at line 24 of file prdf2prdf.cc
Referenced by main().
| #define MAXSIZE 8192 |
Definition at line 23 of file prdf2prdf.cc.
View newest version in sPHENIX GitHub at line 23 of file prdf2prdf.cc
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 27 of file prdf2prdf.cc.
View newest version in sPHENIX GitHub at line 27 of file prdf2prdf.cc
References ophBuffer::addFrame(), BEGRUNEVENT, byteSwapFrame(), checkFrameEndianism(), COUT, DATAEVENT, ENDRUNEVENT, fd, INPUTHEPMC::filename, MAXBUFFERSIZE, MAXSIZE, ophBuffer::nextEvent(), ob, Acts::open, read(), and singleDwordByteSwap().
Here is the call graph for this function: