![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <stdlib.h>#include <signal.h>#include <dlfcn.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include "fileEventiterator.h"#include "testEventiterator.h"#include "listEventiterator.h"#include "rcdaqEventiterator.h"#include "ogzBuffer.h"#include "olzoBuffer.h"#include "oamlBuffer.h"#include "ophBuffer.h"#include "dpipe_filter.h"#include "phenixTypes.h"#include "oEvent.h"#include "stdio.h"#include "EventTypes.h"
Include dependency graph for dpipe.cc:Go to the source code of this file.
Macros | |
| #define | RCDAQEVENTITERATOR 1 |
| #define | FILEEVENTITERATOR 2 |
| #define | TESTEVENTITERATOR 3 |
| #define | ETPOOL 4 |
| #define | DFILE 5 |
| #define | DNULL 6 |
| #define | LISTEVENTITERATOR 7 |
| #define | OAML 8 |
Functions | |
| void | sig_handler (...) |
| void | exitmsg () |
| void | evtcountexitmsg () |
| void | compressionexitmsg () |
| void | exithelp () |
| void | dpipe_register (DpipeFilter *T) |
| void | dpipe_unregister (DpipeFilter *T) |
| int | main (int argc, char *argv[]) |
Variables | |
| Eventiterator * | it |
| char * | sharedlib |
| int | load_lib = 0 |
| DpipeFilter * | filter = 0 |
| #define DFILE 5 |
| #define DNULL 6 |
| #define ETPOOL 4 |
| #define FILEEVENTITERATOR 2 |
| #define LISTEVENTITERATOR 7 |
| #define OAML 8 |
| #define RCDAQEVENTITERATOR 1 |
| #define TESTEVENTITERATOR 3 |
| void compressionexitmsg | ( | ) |
| void dpipe_register | ( | DpipeFilter * | T | ) |
| void dpipe_unregister | ( | DpipeFilter * | T | ) |
Definition at line 136 of file dpipe.cc.
View newest version in sPHENIX GitHub at line 136 of file dpipe.cc
Referenced by DpipeFilter::~DpipeFilter().
Here is the caller graph for this function:| void evtcountexitmsg | ( | ) |
| void exithelp | ( | ) |
| void exitmsg | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 149 of file dpipe.cc.
View newest version in sPHENIX GitHub at line 149 of file dpipe.cc
References oBuffer::addEvent(), buffer, c, compressionexitmsg(), COUT, DFILE, DNULL, ETPOOL, evtcountexitmsg(), exit(), exithelp(), exitmsg(), fd, FILEEVENTITERATOR, Event::getEvtSequence(), Eventiterator::getNextEvent(), Event::identify(), DpipeFilter::idString(), it, LISTEVENTITERATOR, load_lib, OAML, ob, Acts::open, RCDAQEVENTITERATOR, DpipeFilter::select(), Eventiterator::setVerbosity(), sharedlib, sig_handler(), TESTEVENTITERATOR, and verbose.
Here is the call graph for this function:| void sig_handler | ( | ... | ) |
Definition at line 244 of file changehitformat.cc.
View newest version in sPHENIX GitHub at line 244 of file changehitformat.cc
References COUT, exit(), and it.
Here is the call graph for this function:| DpipeFilter* filter = 0 |
Definition at line 125 of file dpipe.cc.
View newest version in sPHENIX GitHub at line 125 of file dpipe.cc
Referenced by dpipe_register(), and check_license::main().
| Eventiterator* it |
| int load_lib = 0 |