24 int main(
int argc,
char **argv)
28 using namespace KM3NETDAQ;
36 JParser<> zap(
"Example program to histogram summary data.");
39 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
44 catch(
const exception& error) {
45 FATAL(error.what() << endl);
58 STATUS(
"event: " << setw(10) <<
in.getCounter() <<
'\r');
DEBUG(endl);
66 for (JDAQSummaryslice::const_iterator frame = summary->begin(); frame != summary->end(); ++frame) {
68 if (!frame->testHighRateVeto() && !frame->testFIFOStatus()) {
69 Q[0].
put(frame->getUDPNumberOfReceivedPackets() == (frame->getUDPMaximalSequenceNumber() + 1) ? 1.0 : 0.0);
70 Q[1].
put(frame->hasUDPTrailer() ? 1.0 : 0.0);
75 cout << setw(8) << run <<
' '
Utility class to parse command line options.
int main(int argc, char *argv[])
ROOT TTree parameter settings of various packages.
Auxiliary data structure for floating point format specification.
int getRunNumber() const
Get run number.
Auxiliary class for defining the range of iterations of objects.
I/O formatting auxiliaries.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
General purpose messaging.
Scanning of objects from multiple files according a format that follows from the extension of each fi...
Utility class to parse command line options.
const JLimit & getLimit() const
Get limit.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
#define DEBUG(A)
Message macros.