#include <stdlib.h>
#include <signal.h>
#include <string>
#include "fileEventiterator.h"
#include "rcdaqEventiterator.h"
#include "testEventiterator.h"
#include "oncsEventiterator.h"
#include <stdio.h>
Go to the source code of this file.
#define FILEEVENTITERATOR 2 |
#define ONCSEVENTITERATOR 4 |
#define RCDAQEVENTITERATOR 1 |
#define TESTEVENTITERATOR 3 |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 112 of file dlist.cc.
View newest version in sPHENIX GitHub at line 112 of file dlist.cc
References c, COUT, evtcountexitmsg(), exit(), exithelp(), exitmsg(), FILEEVENTITERATOR, Packet::fullIdentify(), Event::getEvtSequence(), Event::getEvtType(), Eventiterator::getNextEvent(), Event::getPacketList(), Event::identify(), Packet::identify(), it, ONCSEVENTITERATOR, p, RCDAQEVENTITERATOR, Eventiterator::setVerbosity(), sig_handler(), TESTEVENTITERATOR, and verbose.
Definition at line 32 of file dlist.cc.
View newest version in sPHENIX GitHub at line 32 of file dlist.cc