 |
Belle II Software
release-05-02-19
|
13 #include <tracking/spacePointCreation/SpacePointTrackCand.h>
14 #include <tracking/trackFindingVXD/filterTools/SelectionVariableFactory.h>
15 #include <framework/core/Module.h>
17 #include <framework/datastore/StoreArray.h>
18 #include <framework/datastore/StoreObjPtr.h>
19 #include <framework/dataobjects/EventMetaData.h>
44 class VXDTFTrainingDataCollectorModule :
public Module {
62 void event()
override;
std::vector< SecMapTrainer< SelectionVariableFactory< SecMapTrainerHit > > > m_secMapTrainers
Names of the variables to be produced and collected.
std::string m_PARAMSpacePointTrackCandsName
Name of storeArray containing the spacePointTrackCands.
void initialize() override
initialize.
void endRun() override
endRun.
StoreObjPtr< EventMetaData > m_eventData
Event meta data of the event.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
void event() override
event.
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
spacePointTrackCands to be digested.
std::string m_PARAMNameTag
Name tag that will be attached to the output file.
This class contains all relevant tools for training a VXDTFFilters.
VXDTFTrainingDataCollectorModule()
VXDTFTrainingDataCollectorModule constructor.
void terminate() override
terminate.
void beginRun() override
beginRun.
~VXDTFTrainingDataCollectorModule()
VXDTFTrainingDataCollectorModule destructor.