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>
59 std::map<Const::EDetector, std::string>
m_names;
Calibration collector module base class.
Class for accessing objects in the database.
Type-safe access to single objects in the data store.
Collector for eventT0 and fill pattern offset calibrations.
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 prepare() final
Replacement for initialize().
Abstract base class for different kinds of events.