 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
14 #include <framework/datastore/StoreObjPtr.h>
15 #include <framework/dataobjects/EventMetaData.h>
31 class EventInfoPrinterModule :
public Module {
56 virtual void event()
override;
64 virtual void endRun()
override;
virtual void event() override
Prints the full information about the event, run and experiment number.
EventInfoPrinterModule()
Constructor of the module.
virtual void beginRun() override
Prints a header for each new run.
bool m_printTime
Print time in addition to exp/run/evt numbers.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
StoreObjPtr< EventMetaData > m_eventMetaData
EventMetaData.
std::string formatDateTime(unsigned long long int)
Format date & time for output.
virtual ~EventInfoPrinterModule()
Destructor of the module.
virtual void initialize() override
initialization.
virtual void endRun() override
Prints a footer for each run which ended.