 |
Belle II Software
release-05-02-19
|
13 #include <tracking/spacePointCreation/SpacePointTrackCand.h>
14 #include <tracking/trackFindingVXD/trackSetEvaluator/OverlapNetwork.h>
15 #include <framework/datastore/StoreArray.h>
16 #include <framework/core/Module.h>
34 class TrackSetEvaluatorGreedyDEVModule :
public Module {
47 void event() override final;
std::string m_nameOverlapNetworks
name of the overlap networks
void event() override final
Application of the algorithm.
TrackSetEvaluatorGreedyDEVModule()
Constructor of the module.
std::string m_nameSpacePointTrackCands
Name of array of SpacePointTrackCand.
void initialize() override final
Requires SpacePointTrackCands, OverlapNetworks.
Abstract base class for different kinds of events.
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
the storeArray for SpacePointTrackCands as member, is faster than recreating link for each event
StoreArray< OverlapNetwork > m_overlapNetworks
access to tcNetwork, which will be produced by this module
Hold information about overlap of SpacePointTrackCand.
Accessor to arrays stored in the data store.
Storage for (VXD) SpacePoint-based track candidates.