11#include <tracking/spacePointCreation/SpacePointTrackCand.h>
12#include <tracking/trackFindingVXD/filterTools/SelectionVariableFactory.h>
13#include <framework/core/Module.h>
15#include <framework/datastore/StoreArray.h>
16#include <framework/datastore/StoreObjPtr.h>
17#include <framework/dataobjects/EventMetaData.h>
57 void event()
override;
This class contains all relevant tools for training a VXDTFFilters.
Accessor to arrays stored in the data store.
Type-safe access to single objects in the data store.
The VXDTFTrainingDataCollectorModule.
~VXDTFTrainingDataCollectorModule()
VXDTFTrainingDataCollectorModule destructor.
VXDTFTrainingDataCollectorModule()
VXDTFTrainingDataCollectorModule constructor.
void initialize() override
initialize.
void event() override
event.
std::string m_PARAMSpacePointTrackCandsName
Name of storeArray containing the spacePointTrackCands.
std::string m_PARAMNameTag
Name tag that will be attached to the output file.
void endRun() override
endRun.
void terminate() override
terminate.
void beginRun() override
beginRun.
std::string m_PARAMoutputDir
output directory
StoreObjPtr< EventMetaData > m_eventData
Event meta data of the event.
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
spacePointTrackCands to be digested.
std::vector< SecMapTrainer< SelectionVariableFactory< SecMapTrainerHit > > > m_secMapTrainers
Names of the variables to be produced and collected.
Abstract base class for different kinds of events.