 |
Belle II Software
release-05-02-19
|
13 #include <tracking/spacePointCreation/SpacePointTrackCand.h>
14 #include <tracking/trackFindingVXD/filterTools/SelectionVariableFactory.h>
15 #include <tracking/trackFindingVXD/sectorMapTools/SecMapTrainer.h>
16 #include <framework/core/Module.h>
18 #include <framework/datastore/StoreArray.h>
19 #include <framework/datastore/StoreObjPtr.h>
20 #include <framework/dataobjects/EventMetaData.h>
22 #include <framework/logging/Logger.h>
36 class SecMapTrainerBaseModule :
public Module {
50 { B2INFO(
"~~~~~~~~~~~SecMapTrainerVXDTFModule - beginRun ~~~~~~~~~~"); }
53 void event()
override;
57 { B2INFO(
"~~~~~~~~~~~SecMapTrainerVXDTFModule - end of endRun ~~~~~~~~~~"); }
75 std::vector< SecMapTrainer<SelectionVariableFactory<SecMapTrainerHit> > >
m_secMapTrainers;
void initialize() override
initialize.
void event() override
event.
std::vector< SecMapTrainer< SelectionVariableFactory< SecMapTrainerHit > > > m_secMapTrainers
contains the trainers for the secMaps to be trained.
void endRun() override
endRun.
std::string m_PARAMspTCarrayName
Name of storeArray containing the spacePointTrackCands.
StoreArray< SpacePointTrackCand > m_spacePointTrackCands
contains the spacePointTrackCands to be analyzed for the secMap-Training.
void InitializeVariables()
initialize variables to avoid nondeterministic behavior.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
~SecMapTrainerBaseModule()
SecMapTrainerVXDTFModule destructor.
SecMapTrainerBaseModule()
SecMapTrainerVXDTFModule constructor.
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 ...
void beginRun() override
beginRun.
void terminate() override
terminate.