11#include <calibration/CalibrationCollectorModule.h>
13#include <framework/datastore/StoreArray.h>
14#include <framework/datastore/StoreObjPtr.h>
15#include <top/dataobjects/TOPRecBunch.h>
16#include <framework/dataobjects/EventT0.h>
17#include <framework/database/DBObjPtr.h>
18#include <framework/dbobjects/BunchStructure.h>
19#include <framework/gearbox/Const.h>
64 std::map<Const::EDetector, std::string>
m_names;
CalibrationCollectorModule()
Constructor. Sets the default prefix for calibration dataobjects.
Class for accessing objects in the database.
Type-safe access to single objects in the data store.
std::map< Const::EDetector, std::string > m_names
histogram names
StoreObjPtr< TOPRecBunch > m_recBunch
reconstructed bunch
StoreObjPtr< EventT0 > m_eventT0
event T0
DBObjPtr< BunchStructure > m_bunchStructure
fill pattern
virtual void collect() final
Replacement for event().
TOPOffsetCollectorModule()
Constructor.
virtual void startRun() final
Replacement for beginRun().
virtual void prepare() final
Replacement for initialize().
Abstract base class for different kinds of events.