11 #include <fwk/CentralConfig.h>
12 #include <fwk/VModule.h>
14 #include <utl/ErrorLogger.h>
15 #include <utl/Reader.h>
16 #include <utl/config.h>
18 #include <evt/Event.h>
19 #include <revt/REvent.h>
20 #include <revt/Header.h>
43 INFO(
"RdDoubleEventRejector::Init()");
56 INFO(
"RdDoubleEventRejector::Run()");
60 WARNING(
"No radio event found!");
65 REvent& rEvent =
event.GetREvent();
74 info <<
"The current event " << eventIdentifier.first <<
"." << eventIdentifier.second
75 <<
" has already been read in before.";
90 INFO(
"RdDoubleEventRejector::Finish()");
92 sstr <<
fNRejected <<
" events have been rejected" << endl;
Branch GetTopBranch() const
Report success to RunController.
Interface class to access to the Radio part of an event.
Skip remaining modules in the current loop and continue with next iteration of the loop...
#define INFO(message)
Macro for logging informational messages.
void Init()
Initialise the registry.
Branch GetChild(const std::string &childName) const
Get child of this Branch by child name.
Class representing a document branch.
Header & GetHeader()
access to REvent Header
std::set< std::pair< int, int > > fEventList
List of allowed allowed combination of run and event IDs.
#define WARNING(message)
Macro for logging warning messages.
void GetData(bool &b) const
Overloads of the GetData member template function.
ResultFlag
Flag returned by module methods to the RunController.
int fInfoLevel
xml settings: info level (verbosity)