![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
void | run (ProcessingContext &ctx) final |
void | finaliseCCDB (ConcreteDataMatcher &, void *) final |
![]() | |
virtual | ~Task () |
virtual void | init (InitContext &context) |
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 24 of file test_CCDBFetcher.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 40 of file test_CCDBFetcher.cxx.
|
inlinefinalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 25 of file test_CCDBFetcher.cxx.