 |
Belle II Software
release-05-02-19
|
1 #ifndef CDCTRIGGERTRACKCOMBINERModule_H
2 #define CDCTRIGGERTRACKCOMBINERModule_H
4 #include "framework/core/Module.h"
7 #include <framework/datastore/StoreArray.h>
8 #include <trg/cdc/dataobjects/CDCTriggerTrack.h>
9 #include <trg/cdc/dataobjects/CDCTriggerSegmentHit.h>
35 virtual void event()
override;
67 #endif // CDCTriggerTrackCombinerModule_H
std::string m_thetaDefinition
defines how to calculate cot(theta) of the combined track
virtual ~CDCTriggerTrackCombinerModule()
Destructor.
StoreArray< CDCTriggerTrack > m_tracks2Dfinder
list of 2D finder tracks (all others are obtained via relations)
std::string m_2DfinderCollectionName
name of the 2D finder track list
CDCTriggerTrackCombinerModule()
Constructor, for setting module description and parameters.
std::string m_outputCollectionName
name of the output track list for the combined tracks
virtual void event() override
Combine tracks.
StoreArray< CDCTriggerSegmentHit > m_segmentHits
list of track segment hits
std::string m_neuroCollectionName
name of the neuro track list
std::string m_2DfitterCollectionName
name of the 2D fitter track list
StoreArray< CDCTriggerTrack > m_tracksCombined
list of combined output tracks
std::string m_hitCollectionName
name of track segment hit list (for relations)
Abstract base class for different kinds of events.
Module to combine the information from the various track trigger stages.
std::string m_3DfitterCollectionName
name of the 3D fitter track list
Accessor to arrays stored in the data store.
std::string m_zDefinition
defines how to calculate z0 of the combined track
virtual void initialize() override
Initialize the module and register DataStore arrays.