 |
Belle II Software
release-05-02-19
|
1 #ifndef CDCTRIGGERRECOHITMATCHERMODULE_H
2 #define CDCTRIGGERRECOHITMATCHERMODULE_H
4 #include <framework/core/Module.h>
6 #include <framework/datastore/StoreArray.h>
7 #include <trg/cdc/dataobjects/CDCTriggerSegmentHit.h>
8 #include <tracking/dataobjects/RecoTrack.h>
10 #include <mdst/dataobjects/Track.h>
11 #include <mdst/dataobjects/MCParticle.h>
36 virtual void event()
override;
std::string m_RecoTrackableCollectionName
Name of the StoreArray holding primary MCParticle matched to a RecoTrack, but the vertex and momentum...
StoreArray< MCParticle > m_mcParticles
list of MCParticles to be matched
std::string m_MCTrackableCollectionName
Name of a new StoreArray holding MCParticles considered as trackable.
CDCTriggerRecoHitMatcherModule()
Constructor, for setting module description and parameters.
StoreArray< Track > m_mdstTracks
list of mdst Tracks
std::string m_TrackCollectionName
Name of a new StoreArray holding Tracks.
StoreArray< RecoTrack > m_recoTracks
list of RecoTracks to be matched
A module to match CDCTriggerTracks to RecoTracks.
virtual ~CDCTriggerRecoHitMatcherModule()
Destructor.
Abstract base class for different kinds of events.
StoreArray< MCParticle > m_mcTracks
list of MCParticles considered as trackable
std::string m_hitCollectionName
Name of the StoreArray containing the hits that are used for the matching.
std::string m_RecoTrackCollectionName
Name of the RecoTrack StoreArray to be matched.
virtual void initialize() override
Initialize the module.
StoreArray< MCParticle > m_recoTrackable
list of MCParticles where x and p is overriden with the matched RecoTrack values
StoreArray< CDCTriggerSegmentHit > m_segmentHits
list of hits that are used for the matching
Accessor to arrays stored in the data store.
virtual void event() override
Called once for each event.
std::string m_MCParticleCollectionName
Name of the MCParticle StoreArray to be matched.