MC matching module: module performs MC matching (sets the relation Particle -> MCParticle) for all pa...
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
StoreArray< MCParticle > m_mcparticles
the array of MCParticles.
std::string m_listName
steering variable: name of the input ParticleList
StoreArray< Particle > m_particles
the array of Particles.
bool m_looseMatching
perform loose mc matching
void setLooseMCMatch(const Particle *particle)
Finds common mother of the majority of daughters.
MCMatcherParticlesModule()
Constructor.
StoreObjPtr< ParticleList > m_plist
the input ParticleList.
Class to store reconstructed particles.