12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreArray.h>
22 class ECLConnectedRegion;
44 virtual void event()
override;
47 virtual void endRun()
override;
63 {
return "ECLShowers" ; }
67 {
return "ECLConnectedRegions" ; }
78 {
return "ECLShowersPureCsI" ; }
82 {
return "ECLConnectedRegionsPureCsI" ; }
Class to perform the shower correction.
StoreArray< ECLShower > m_eclShowers
StoreArray ECLShower.
ECLShowerCalibratorModule()
Constructor.
virtual void initialize() override
Initialize.
virtual void event() override
Event.
~ECLShowerCalibratorModule()
Destructor.
virtual const char * eclShowerArrayName() const
We need names for the data objects to differentiate between PureCsI and default.
virtual void endRun() override
End run.
virtual void terminate() override
Terminate.
virtual void beginRun() override
Begin run.
StoreArray< ECLConnectedRegion > m_eclCRs
StoreArray ECLConnectedRegion.
virtual const char * eclConnectedRegionArrayName() const
Default name ECLConnectedRegion.
The very same module but for PureCsI.
virtual const char * eclConnectedRegionArrayName() const override
PureCsI name ECLConnectedRegion.
virtual const char * eclShowerArrayName() const override
PureCsI name ECLShowers.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.