 |
Belle II Software
release-05-02-19
|
12 #include <tracking/spacePointCreation/SpacePointTrackCand.h>
13 #include <tracking/trackFindingVXD/tcTools/SpacePointTrackCandCreator.h>
14 #include <framework/datastore/StoreArray.h>
15 #include <framework/core/Module.h>
31 class AddVXDTrackCandidateSubSetsModule :
public Module {
40 void event() override final;
int m_minOriginalSpacePoints
Minimal number of SPs of the original SPTC.
SpacePointTrackCandCreator< StoreArray< Belle2::SpacePointTrackCand > > m_sptcCreator
member variables
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
StoreArray for input SpacePointTrackCands.
std::string m_nameSpacePointTrackCands
Name of input StoreArray containing SpacePointTrackCands.
Abstract base class for different kinds of events.
void event() override final
event loop.
AddVXDTrackCandidateSubSetsModule()
Constructor of the module.
void addSubCandidates(int iCand)
Actually creates the new SPTCs by removing single SPs from the SPTC with the provided StoreArray inde...
void initialize() override final
Requires SpacePointTrackCands.