![]() |
Project
|
#include <CcdbRequestSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
CcdbRequest (std::shared_ptr< o2::base::GRPGeomRequest > gr) | |
~CcdbRequest () override=default | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &pc) final |
void | finaliseCCDB (o2::framework::ConcreteDataMatcher &matcher, void *obj) final |
![]() | |
virtual | ~Task () |
virtual void | endOfStream (EndOfStreamContext &context) |
This is invoked whenever we have an EndOfStream event. | |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 28 of file CcdbRequestSpec.h.
|
inline |
Definition at line 31 of file CcdbRequestSpec.h.
|
overridedefault |
|
inlinefinalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 35 of file CcdbRequestSpec.h.
|
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 32 of file CcdbRequestSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 38 of file CcdbRequestSpec.cxx.