38 JLimit_t& numberOfEvents = inputFile.getLimit();
45 JParser<> zap(
"Example program to histogram timeslice data.");
55 catch(
const exception& error) {
74 for (
counter_type counter = 0; in.hasNext(); ++counter) {
85 for (JDAQTimeslice::const_iterator frame = timeslice->begin(); frame != timeslice->end(); ++frame) {
87 h3->Fill(
log10((
double) frame->size()));
92 h0->Fill(
hit->getPMT());
93 h1->Fill(
hit->getToT());
94 h2->Fill(
hit->getT());
JDAQPMTIdentifier PMT
Command line options.
Dynamic ROOT object management.
General purpose messaging.
#define DEBUG(A)
Message macros.
Scanning of objects from multiple files according a format that follows from the extension of each fi...
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
ROOT TTree parameter settings of various packages.
Template definition of a multi-dimensional oscillation probability interpolation table.
int getModuleID() const
Get module identifier.
int getPMTAddress() const
Get PMT identifier.
static bool compare(const JDAQPMTIdentifier &first, const JDAQPMTIdentifier &second)
Compare PMT identifiers.
int main(int argc, char **argv)
std::string getClassname(const std::string &type_name)
Get type name, i.e. part after JEEP::TYPENAME_SEPARATOR.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
double getFrameTime()
Get frame time duration.
Auxiliary class for defining the range of iterations of objects.
static counter_type max()
Get maximum counter value.