 |
Belle II Software
release-05-02-19
|
11 #include <framework/core/Module.h>
23 class CDCCosmicTrackMergerModule :
public Module {
32 void event()
override;
CDCCosmicTrackMergerModule()
Create a new instance of the module.
void initialize() override
Register the store arrays and store obj pointers.
Abstract base class for different kinds of events.
std::string m_param_MergedRecoTracksStoreArrayName
StoreArray name where the merged reco track is written.
void event() override
Do the selection.
std::string m_param_recoTracksStoreArrayName
StoreArray name from which to read the reco tracks.
bool m_param_deleteOtherRecoTracks
Flag to delete the not RecoTracks from the input StoreArray.
double m_MinimumNumHitCut
Minium NDF required for each track (up and down).