![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
ITSOffsStudy (std::shared_ptr< DataRequest > dr, GTrackID::mask_t src) | |
~ITSOffsStudy () 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 (o2::globaltracking::RecoContainer &recoData) |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 43 of file ITSOffsStudy.cxx.
|
inline |
Definition at line 46 of file ITSOffsStudy.cxx.
|
finaldefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 145 of file ITSOffsStudy.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 154 of file ITSOffsStudy.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 63 of file ITSOffsStudy.cxx.
void o2::trackstudy::ITSOffsStudy::process | ( | o2::globaltracking::RecoContainer & | recoData | ) |
Definition at line 86 of file ITSOffsStudy.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 70 of file ITSOffsStudy.cxx.