11#include <tracking/spacePointCreation/SpacePointTrackCand.h>
12#include <tracking/trackFindingVXD/filterTools/SelectionVariableFactory.h>
13#include <tracking/trackFindingVXD/sectorMapTools/SecMapTrainer.h>
14#include <framework/core/Module.h>
16#include <framework/datastore/StoreArray.h>
17#include <framework/datastore/StoreObjPtr.h>
18#include <framework/dataobjects/EventMetaData.h>
20#include <framework/logging/Logger.h>
48 { B2INFO(
"~~~~~~~~~~~SecMapTrainerVXDTFModule - beginRun ~~~~~~~~~~"); }
51 void event()
override;
55 { B2INFO(
"~~~~~~~~~~~SecMapTrainerVXDTFModule - end of endRun ~~~~~~~~~~"); }
73 std::vector< SecMapTrainer<SelectionVariableFactory<SecMapTrainerHit> > >
m_secMapTrainers;
The SecMapTrainerBaseModule this module analyzes a big number of events (pGun or evtGen) to create ra...
void initialize() override
initialize.
void event() override
event.
void endRun() override
endRun.
void terminate() override
terminate.
std::string m_PARAMspTCarrayName
Name of storeArray containing the spacePointTrackCands.
void beginRun() override
beginRun.
void InitializeVariables()
initialize variables to avoid nondeterministic behavior.
StoreObjPtr< EventMetaData > m_eventData
Event Data for distinguishing events.
bool m_PARAMallowTraining
If true, training will be executed and filled into rootFiles, if not, only things like basf2 -m work ...
SecMapTrainerBaseModule()
SecMapTrainerVXDTFModule constructor.
~SecMapTrainerBaseModule()
SecMapTrainerVXDTFModule destructor.
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
contains the spacePointTrackCands to be analyzed for the secMap-Training.
std::vector< SecMapTrainer< SelectionVariableFactory< SecMapTrainerHit > > > m_secMapTrainers
contains the trainers for the secMaps to be trained.
Accessor to arrays stored in the data store.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.