10#include <framework/core/Module.h>
11#include <framework/database/DBObjPtr.h>
12#include <framework/datastore/StoreArray.h>
40 void event()
override;
Class for accessing objects in the database.
This is the Reconstruction Event-Data Model Track.
StoreArray< RecoTrack > m_inputRecoTracks
Store Array of the input tracks.
StoreArray< RecoTrack > m_outputRecoTracks
Store Array of the output tracks.
void initialize() override
Declare required StoreArray.
void event() override
Event processing.
RecoTracksReverterModule()
Constructor of the module. Setting up parameters and description.
DBObjPtr< TrackFlippingCuts > m_flipCutsFromDB
the flipping cuts can be read from the DB
void beginRun() override
Begin run.
StoreArray< Track > m_tracks
Store Array of the input tracks (for relations)
std::string m_inputStoreArrayName
Name of the input StoreArray.
std::string m_outputStoreArrayName
Name of the output StoreArray.
Accessor to arrays stored in the data store.
The payload containing the cuts for 2 mva based filters to decide whether a RecoTrack should be flipp...
Class that bundles various TrackFitResults.
Abstract base class for different kinds of events.