![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
TPCITSMatchingDPL (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, const o2::tpc::CorrectionMapsLoaderGloOpts &sclOpts, bool useFT0, bool calib, bool skipTPCOnly, bool useMC) | |
~TPCITSMatchingDPL () override=default | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &pc) final |
void | endOfStream (framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
void | finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 69 of file TPCITSMatchingSpec.cxx.
|
inline |
Definition at line 72 of file TPCITSMatchingSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 135 of file TPCITSMatchingSpec.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 143 of file TPCITSMatchingSpec.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 99 of file TPCITSMatchingSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 113 of file TPCITSMatchingSpec.cxx.