#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 |
Definition at line 51 of file ddump.cc.
View newest version in sPHENIX GitHub at line 51 of file ddump.cc
References COUT.
Definition at line 36 of file ddump.cc.
View newest version in sPHENIX GitHub at line 36 of file ddump.cc
References COUT.
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 Acts::PhysicalConstants::c, test_fpe::count, COUT, Packet::dump(), EVT_DECIMAL, EVT_HEXADECIMAL, EVT_OCTAL, EVT_RAW, EVT_RAW_WH, evtcountexitmsg(), exithelp(), exitmsg(), FILEEVENTITERATOR, Packet::fullIdentify(), Packet::gdump(), Event::getEvtSequence(), Event::getEvtType(), Eventiterator::getNextEvent(), Event::getPacket(), Event::getPacketList(), i, Event::identify(), identify, it, ittype, Event::listError(), Event::listFrame(), Event::listHistory(), ONCSEVENTITERATOR, merge_hashes::p, rangeParser(), RCDAQEVENTITERATOR, repeatcount, physmon_simulation::s, Eventiterator::setVerbosity(), sig_handler(), signal(), utils::status, 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