11 #include <framework/core/Module.h>
12 #include <framework/datastore/StoreArray.h>
13 #include <framework/datastore/StoreObjPtr.h>
14 #include <mdst/dataobjects/MCParticle.h>
15 #include <framework/dataobjects/MCInitialParticles.h>
48 virtual void event()
override;
Module that shifts the time of all MCParticles so that the collision is at t=0.
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
EventT0ShifterModule()
Constructor.
StoreArray< MCParticle > m_mcParticles
MC particles.
StoreObjPtr< MCInitialParticles > m_initialParticles
beam particles
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.