![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
PIDStudy (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, bool isMC, std::shared_ptr< o2::steer::MCKinematicsReader > kineReader) | |
~PIDStudy () final=default | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &) final |
void | endOfStream (EndOfStreamContext &) final |
This is invoked whenever we have an EndOfStream event. | |
void | finaliseCCDB (ConcreteDataMatcher &, void *) final |
void | setClusterDictionary (const o2::itsmft::TopologyDictionary *d) |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 87 of file PIDStudy.cxx.
|
inline |
Definition at line 90 of file PIDStudy.cxx.
|
finaldefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 300 of file PIDStudy.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 305 of file PIDStudy.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 131 of file PIDStudy.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 149 of file PIDStudy.cxx.
|
inline |
Definition at line 99 of file PIDStudy.cxx.