![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
TrackMCStudy (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, GTrackID::mask_t src, const o2::tpc::CorrectionMapsLoaderGloOpts &sclOpts, bool checkSV) | |
~TrackMCStudy () final=default | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &pc) final |
void | endOfStream (EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final |
void | process (const o2::globaltracking::RecoContainer &recoData) |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 83 of file TrackMCStudy.cxx.
|
inline |
Definition at line 86 of file TrackMCStudy.cxx.
|
finaldefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 914 of file TrackMCStudy.cxx.
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 919 of file TrackMCStudy.cxx.
|
finalvirtual |
The method which is called once to initialise the task. Derived classes can use this to save extra state.
Reimplemented from o2::framework::Task.
Definition at line 157 of file TrackMCStudy.cxx.
void o2::trackstudy::TrackMCStudy::process | ( | const o2::globaltracking::RecoContainer & | recoData | ) |
Definition at line 243 of file TrackMCStudy.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 176 of file TrackMCStudy.cxx.