![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
RawReaderSpecs (const ReaderInp &rinp) | |
void | init (o2f::InitContext &ic) final |
void | run (o2f::ProcessingContext &ctx) final |
uint32_t | getMinTFID () const |
uint32_t | getMaxTFID () const |
void | setMinMaxTFID (uint32_t mn, uint32_t mx) |
![]() | |
virtual | ~Task () |
virtual void | endOfStream (EndOfStreamContext &context) |
This is invoked whenever we have an EndOfStream event. | |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 58 of file RawFileReaderWorkflow.cxx.
|
explicit |
Definition at line 98 of file RawFileReaderWorkflow.cxx.
|
inline |
Definition at line 66 of file RawFileReaderWorkflow.cxx.
|
inline |
Definition at line 65 of file RawFileReaderWorkflow.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 146 of file RawFileReaderWorkflow.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 168 of file RawFileReaderWorkflow.cxx.
|
inline |
Definition at line 67 of file RawFileReaderWorkflow.cxx.