33 JLimit_t& numberOfEvents = inputFile.getLimit();
39 JParser<> zap(
"Program to test router of summary data.");
48 catch(
const exception& error) {
56 while (inputFile.hasNext()) {
85 cout <<
setw(10) << i->first.getModuleID() <<
'.'
86 <<
FILL(2,
'0') << i->first.getPMTAddress() <<
FILL() <<
' '
87 <<
FIXED(9,2) << i->second.getMean();
88 if (i->second.getCount() > 2) {
90 <<
FIXED(9,2) << i->second.getSTDev();
General purpose messaging.
#define DEBUG(A)
Message macros.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Scanning of objects from a single file according a format that follows from the extension of each fil...
int main(int argc, char **argv)
ROOT TTree parameter settings of various packages.
Template definition of a multi-dimensional oscillation probability interpolation table.
File router for fast addressing of summary data.
void update(const JDAQHeader &header)
Update router.
bool hasSummaryFrame(const JDAQModuleIdentifier &module) const
Has summary frame.
double getRate(const JDAQPMTIdentifier &id) const
Get rate.
int getFrameIndex() const
Get frame index.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
Auxiliary data structure for sequence of same character.
Auxiliary data structure for floating point format specification.
Auxiliary class for defining the range of iterations of objects.
static counter_type max()
Get maximum counter value.