10#include <tracking/spacePointCreation/SpacePointTrackCand.h>
11#include <framework/datastore/StoreArray.h>
12#include <framework/core/Module.h>
29 void event()
override final;
Module that selects the best candidate for each SPTC family.
void initialize() override final
Requires SpacePointTrackCands.
void event() override final
Application of the cut.
BestVXDFamilyCandidateSelectorModule()
Constructor of the module.
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
StoreArray for input SpacePointTrackCands.
std::string m_nameSpacePointTrackCands
Name of input StoreArray containing SpacePointTrackCands.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.