 |
Belle II Software
release-05-01-25
|
12 #include <tracking/spacePointCreation/SpacePointTrackCand.h>
13 #include <framework/datastore/StoreArray.h>
14 #include <framework/core/Module.h>
15 #include <framework/datastore/SelectSubset.h>
36 class VXDTrackCandidatesQualityIndicatorCutterModule :
public Module {
45 void event() override final;
void event() override final
Application of the cut.
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
StoreArray for input SpacePointTrackCands.
SelectSubset< SpacePointTrackCand > m_goodCandidates
SubsetSelector operating on a custom selection criteria.
std::string m_newNameSpacePointTrackCands
Name of optional output StoreArray containing SpacePointTrackCands.
Class to create a subset of a given StoreArray together with the relations with other StoreArrays.
void deactivateCandidates()
Don't copy/delete candidates but rather deactivate them by setting a SpacePointTrackCandidate flag.
void selectSubset()
Copy or delete candidates to achieve a subset creation.
bool m_subsetCreation
If True copy selected SpacePointTrackCands to new StoreArray, If False deactivate remaining SpacePoin...
void initialize() override final
Requires SpacePointTrackCands.
Abstract base class for different kinds of events.
float m_minRequiredQuality
selection criteria
Accessor to arrays stored in the data store.
StoreArray< SpacePointTrackCand > m_newSpacePointTrackCands
StoreArray for optional output SpacePointTrackCands.
VXDTrackCandidatesQualityIndicatorCutterModule()
Constructor of the module.
std::string m_nameSpacePointTrackCands
Name of input StoreArray containing SpacePointTrackCands.
Storage for (VXD) SpacePoint-based track candidates.