![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
TRDTrackBasedCalibDevice (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, bool vdexb, bool gain) | |
~TRDTrackBasedCalibDevice () override=default | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &pc) final |
void | finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final |
void | endOfStream (framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 40 of file TrackBasedCalibSpec.cxx.
|
inline |
Definition at line 43 of file TrackBasedCalibSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 127 of file TrackBasedCalibSpec.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 110 of file TrackBasedCalibSpec.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 62 of file TrackBasedCalibSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 73 of file TrackBasedCalibSpec.cxx.