#include <stdlib.h>
#include <signal.h>
#include <string>
#include "fileEventiterator.h"
#include "testEventiterator.h"
#include "rcdaqEventiterator.h"
#include "oncsEventiterator.h"
#include <stdio.h>
#include <vector>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
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 175 of file ddump.cc.
View newest version in sPHENIX GitHub at line 175 of file ddump.cc
References c, COUT, Packet::dump(), EVT_DECIMAL, EVT_HEXADECIMAL, EVT_OCTAL, EVT_RAW, EVT_RAW_WH, evtcountexitmsg(), exit(), exithelp(), exitmsg(), FILEEVENTITERATOR, Packet::fullIdentify(), Packet::gdump(), Event::getEvtSequence(), Event::getEvtType(), Eventiterator::getNextEvent(), Event::getPacket(), Event::getPacketList(), Event::identify(), it, Event::listError(), Event::listFrame(), Event::listHistory(), ONCSEVENTITERATOR, p, rangeParser(), RCDAQEVENTITERATOR, Acts::UnitConstants::s, Eventiterator::setVerbosity(), sig_handler(), TESTEVENTITERATOR, and verbose.
int rangeParser |
( |
const std::string |
string, |
|
|
std::vector< int > & |
selection |
|
) |
| |
Definition at line 34 of file ddump.cc.
View newest version in sPHENIX GitHub at line 34 of file ddump.cc