10 #include <tracking/spacePointCreation/SpacePointTrackCand.h>
12 #include <framework/datastore/StoreArray.h>
13 #include <framework/core/Module.h>
41 void event()
override;
The module to deactivate the SpacePointTrackCandidates with less than minSVDSPs SVD SpacePoints.
std::string m_SpacePointTrackCandsStoreArrayName
sets the name of the expected StoreArray containing SpacePointTrackCands
void initialize() override
Initializes the Module.
void event() override
Applies the selected quality estimation method for a given set of TCs.
int m_minSVDSPs
Minimum number of SVD SpacePointss to keep a SpacePointTrackCandidate.
PXDSVDCutModule()
Constructor of the module.
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
the storeArray for SpacePointTrackCands as member, is faster than recreating link for each event
Abstract base class for different kinds of events.