10#include <framework/core/Module.h>
11#include <framework/database/DBObjPtr.h>
12#include <framework/datastore/StoreArray.h>
41 void event()
override;
Class for accessing objects in the database.
StoreArray< RecoTrack > m_inputRecoTracks
store array for the input RecoTracks
std::string m_inputStoreArrayNameFlipped
Name of the input StoreArray for flipped tracks.
void initialize() override
Declare required StoreArray.
void event() override
Event processing.
StoreArray< TrackFitResult > m_trackFitResults
StoreArray of TrackFitResult, only default name should be considered here.
DBObjPtr< TrackFlippingCuts > m_flipCutsFromDB
flipping cuts could be read from the DB
void beginRun() override
Begin run.
std::string m_inputStoreArrayName
Name of the input StoreArray.
FlippedRecoTracksMergerModule()
Constructor of the module. Setting up parameters and description.
StoreArray< RecoTrack > m_inputRecoTracksFlipped
store array for the input flipped RecoTracks
This is the Reconstruction Event-Data Model Track.
Accessor to arrays stored in the data store.
Values of the result of a track fit with a given particle hypothesis.
The payload containing the cuts for 2 mva based filters to decide whether a RecoTrack should be flipp...
Abstract base class for different kinds of events.