![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
RCTUpdaterSpec (std::shared_ptr< o2::base::GRPGeomRequest > gr) | |
~RCTUpdaterSpec () final=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 | stop () final |
This is invoked on stop. | |
void | finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final |
void | updateRCT () |
![]() | |
virtual | ~Task () |
Definition at line 34 of file rct-updater-workflow.cxx.
|
inline |
Definition at line 37 of file rct-updater-workflow.cxx.
|
finaldefault |
|
inlinefinalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 111 of file rct-updater-workflow.cxx.
|
inlinefinalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 127 of file rct-updater-workflow.cxx.
|
inlinefinalvirtual |
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 40 of file rct-updater-workflow.cxx.
|
inlinefinalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 55 of file rct-updater-workflow.cxx.
|
inlinefinalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 119 of file rct-updater-workflow.cxx.
|
inline |
Definition at line 134 of file rct-updater-workflow.cxx.