8#ifndef CDCTRIGGERRECOMATCHERMODULE_H
9#define CDCTRIGGERRECOMATCHERMODULE_H
11#include <framework/core/Module.h>
13#include <framework/datastore/StoreArray.h>
14#include <trg/cdc/dataobjects/CDCTriggerSegmentHit.h>
15#include <trg/cdc/dataobjects/CDCTriggerTrack.h>
16#include <tracking/dataobjects/RecoTrack.h>
38 virtual void event()
override;
A module to match CDCTriggerTracks to RecoTracks.
bool m_relateHitsByID
switch for creating hit relations based on wire ID
virtual ~CDCTriggerRecoMatcherModule()
Destructor.
virtual void initialize() override
Initialize the module.
std::string m_RecoTrackCollectionName
Name of the RecoTrack StoreArray to be matched.
virtual void event() override
Called once for each event.
StoreArray< CDCTriggerSegmentHit > m_segmentHits
list of hits that are used for the matching
double m_minPurity
minimum purity
bool m_axialOnly
switch for 2D matching
std::string m_TrgTrackCollectionName
Name of the CDCTriggerTrack Store Array to be matched.
StoreArray< CDCTriggerTrack > m_trgTracks
list of CDCTriggerTracks to be matched
double m_minEfficiency
minimum efficiency
CDCTriggerRecoMatcherModule()
Constructor, for setting module description and parameters.
StoreArray< RecoTrack > m_recoTracks
list of RecoTracks to be matched
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
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.