 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/DataStore.h>
25 class PrintCollectionsModule :
public Module {
43 virtual void event()
override;
virtual ~PrintCollectionsModule()
Destructor of the module.
PrintCollectionsModule()
Constructor of the module.
int m_printForEvent
Parameter to set the event number for which the collections should be printed.
void printCollections(DataStore::EDurability durability)
Prints information for each collection in the DataStore using the specified durability.
Abstract base class for different kinds of events.
virtual void initialize() override
initialization.
bool m_firstEvent
boolean to check if the current event is the first encountered
virtual void event() override
Prints information for each collection in the DataStore.
EDurability
Durability types.