10#include <tracking/trackingUtilities/mva/MVAExpert.h>
12#include <framework/core/Module.h>
13#include <tracking/modules/flipAndRefit/utilities/FlipRecoTrackExtractor.h>
14#include <tracking/modules/flipAndRefit/utilities/Flip2ndRecoTrackExtractor.h>
16#include <framework/core/Module.h>
17#include <framework/datastore/StoreArray.h>
54 virtual void event()
override;
FlipQualityModule()
Constructor.
virtual void initialize() override
Initialize the module.
virtual void event() override
Called for each event.
std::unique_ptr< TrackingUtilities::MVAExpert > m_mvaExpert
Pointer to the current MVA Expert.
std::vector< TrackingUtilities::Named< float * > > m_variableSet
the variable set for the MVA
virtual void beginRun() override
Called at the beginning of a new run.
std::unique_ptr< FlipRecoTrackExtractor > m_recoTrackExtractor
the dataExtractor for the 1st MVA
StoreArray< RecoTrack > m_recoTracks
Store Array of the recoTracks.
std::string m_recoTracksStoreArrayName
the recoTracks StoreArray Name
int m_flipMVAIndex
index of the QI (must be 1 or 2)
std::unique_ptr< FlipRecoTrackExtractor2nd > m_recoTrackExtractor2nd
the dataExtractor for the 2nd MVA
std::string m_identifier
database identifier or filename of the weightfile
This is the Reconstruction Event-Data Model Track.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.