Example program to histogram KM3NETDAQ::JDAQSummaryslice.
More...
#include <string>
#include <iostream>
#include <iomanip>
#include <limits>
#include "JDAQ/JDAQSummarysliceIO.hh"
#include "JSupport/JMultipleFileScanner.hh"
#include "JSupport/JSupport.hh"
#include "JTools/JQuantile.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
Example program to histogram KM3NETDAQ::JDAQSummaryslice.
- Author
- mdejong
Definition in file JDAQStatus.cc.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 24 of file JDAQStatus.cc.
31 JLimit_t& numberOfEvents = inputFile.getLimit();
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);
56 STATUS(
"event: " << setw(10) << in.getCounter() <<
'\r');
DEBUG(endl);
64 for (JDAQSummaryslice::const_iterator frame = summary->begin(); frame != summary->end(); ++frame) {
66 if (!frame->testHighRateVeto() && !frame->testFIFOStatus()) {
67 Q[0].
put(frame->getUDPNumberOfReceivedPackets() == (frame->getUDPMaximalSequenceNumber() + 1) ? 1.0 : 0.0);
68 Q[1].
put(frame->hasUDPTrailer() ? 1.0 : 0.0);
73 cout << setw(8) << run <<
' '
#define DEBUG(A)
Message macros.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse command line options.
virtual bool hasNext() override
Check availability of next element.
int getRunNumber() const
Get run number.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
Auxiliary data structure for floating point format specification.
Auxiliary class for defining the range of iterations of objects.