11#include <framework/core/Module.h>
12#include <framework/datastore/SelectSubset.h>
14#include <mdst/dataobjects/Track.h>
35 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
minimum value of CDC hits
int m_minNumHitsPXD
minimum value of PXD hits
virtual void initialize() override
init the module
double m_minD0
d0 minimum 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
minimum P-value of the track fit
SelectSubset< Track > m_notSelectedTracks
not selected tracks
double m_minPCM
minimum value of the center of mass momentum
double m_minPT
minimum value of the transverse momentum
int m_minNumHitsSVD
minimum value of SVD hits
double m_minZ0
z0 minimum 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.