11 #include <framework/core/Module.h>
12 #include <framework/datastore/SelectSubset.h>
14 #include <mdst/dataobjects/Track.h>
38 virtual void event()
override;
Generates a new StoreArray from the input StoreArray which contains only tracks that meet the specifi...
double m_maxD0
d0 maximum value
std::string m_outputOUTArrayName
StoreArray with the NOT selected output tracks.
SelectSubset< Track > m_selectedTracks
selected tracks
std::string m_outputINArrayName
StoreArray with the selected output tracks.
int m_minNumHitsCDC
miminum value of CDC hits
int m_minNumHitsPXD
miminum value of PXD hits
virtual void initialize() override
init the module
double m_minD0
d0 miminum value
virtual void event() override
processes the event
bool isSelected(const Track *track)
determine if the track satisfies the selection criteria
double m_maxZ0
z0 maximum value
double m_minPval
miminum P-value of the track fit
SelectSubset< Track > m_notSelectedTracks
not selected tracks
double m_minPCM
miminum value of the center of mass momentum
double m_minPT
miminum value of the transverse momentum
int m_minNumHitsSVD
miminum value of SVD hits
double m_minZ0
z0 miminum value
std::string m_inputArrayName
StoreArray with the input tracks.
ParallelTrackFilterModule()
Constructor: Sets the description, the properties and the parameters of the module.
Class to create a subset of a given StoreArray together with the relations with other StoreArrays.
Class that bundles various TrackFitResults.
Abstract base class for different kinds of events.