 |
Belle II Software
release-05-02-19
|
1 #ifndef CDCTRIGGERMCMATCHERMODULE_H
2 #define CDCTRIGGERMCMATCHERMODULE_H
4 #include <framework/core/Module.h>
6 #include <framework/datastore/StoreArray.h>
7 #include <trg/cdc/dataobjects/CDCTriggerSegmentHit.h>
8 #include <trg/cdc/dataobjects/CDCTriggerTrack.h>
9 #include <mdst/dataobjects/MCParticle.h>
34 virtual void event()
override;
StoreArray< CDCTriggerTrack > m_prTracks
list of CDCTriggerTracks to be matched
StoreArray< CDCTriggerSegmentHit > m_segmentHits
list of hits that are used for the matching
std::string m_hitCollectionName
Name of the StoreArray containing the hits that are used for the matching.
bool m_relateClonesAndMerged
switch for creating relations for clones and merged tracks
std::string m_TrgTrackCollectionName
Name of the CDCTriggerTrack Store Array to be matched.
A module to match CDCTriggerTracks to MCParticles.
std::string m_MCTrackableCollectionName
Name of a new StoreArray holding MCParticles considered as trackable.
bool m_axialOnly
switch for 2D matching
std::string m_MCParticleCollectionName
Name of the MCParticle StoreArray to be matched.
virtual void initialize() override
Initialize the module.
bool m_onlyPrimaries
switch for ignoring secondary particles
Abstract base class for different kinds of events.
StoreArray< MCParticle > m_mcParticles
list of MCParticles to be matched
double m_minEfficiency
minimum efficiency
virtual void event() override
Called once for each event.
int m_minStereo
minimum number of stereo hits to consider a MCParticle as trackable
StoreArray< MCParticle > m_mcTracks
list of MCParticles considered as trackable
CDCTriggerMCMatcherModule()
Constructor, for setting module description and parameters.
Accessor to arrays stored in the data store.
double m_minPurity
minimum purity
int m_minAxial
minimum number of axial hits to consider a MCParticle as trackable
virtual ~CDCTriggerMCMatcherModule()
Destructor.