11#include <mdst/dataobjects/MCParticle.h>
12#include <framework/core/Module.h>
14#include <framework/datastore/StoreArray.h>
15#include <framework/datastore/StoreObjPtr.h>
16#include <framework/dataobjects/EventMetaData.h>
18#include <beast/microtpc/dataobjects/TPCG4TrackInfo.h>
19#include <beast/he3tube/dataobjects/HE3G4TrackInfo.h>
20#include <generators/SAD/dataobjects/SADMetaHit.h>
63 virtual void event()
override;
69 virtual void endRun()
override;
StoreArray< MCParticle > m_mcParticle
mc Particle Array
int m_input_TPC_PDG
Set PDG.
virtual ~ReprocessorModule()
Destructor.
int m_input_TPC_Ntimes
Set N times.
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
virtual void endRun() override
End-of-run action.
virtual void terminate() override
Termination action.
ReprocessorModule()
Constructor: Sets the description, the properties and the parameters of the module.
StoreObjPtr< EventMetaData > m_evtMetaData
event meta data Object pointer
virtual void beginRun() override
Called when entering a new run.
StoreArray< SADMetaHit > MetaHits
Array of SAD particles.
int m_input_HE3_PDG
Set PDG.
StoreArray< HE3G4TrackInfo > mc_he3_parts
Array of G4 particles crossing the He3 tubes.
StoreArray< TPCG4TrackInfo > mc_tpc_parts
Array of G4 particles crossing the uTPCs.
int m_input_HE3_Ntimes
Set N times.
Accessor to arrays stored in the data store.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.