10#include <framework/core/Module.h>
11#include <framework/database/DBObjPtr.h>
13#include <framework/datastore/StoreArray.h>
14#include <tracking/dataobjects/RecoTrack.h>
15#include <mdst/dataobjects/Track.h>
16#include <mdst/dataobjects/TrackFitResult.h>
17#include <tracking/dbobjects/TrackFlippingCuts.h>
38 void event()
override;
Optional DBObjPtr: This class behaves the same as the DBObjPtr except that it will not raise errors w...
Module to revert RecoTracks.
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.
StoreArray< Track > m_tracks
Store Array of the input tracks (for relations)
std::string m_inputStoreArrayName
Name of the input StoreArray.
OptionalDBObjPtr< TrackFlippingCuts > m_flipCutsFromDB
the flipping cuts can be read from the DB
std::string m_outputStoreArrayName
Name of the output StoreArray.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.