![]() |
Project
|
Inherits o2::framework::Task.
Classes | |
struct | SubSpecCount |
Public Types | |
using | TFMap = std::unordered_map< std::string, std::unique_ptr< fair::mq::Parts > > |
Public Member Functions | |
TFReaderSpec (const TFReaderInp &rinp) | |
void | init (o2f::InitContext &ic) final |
void | run (o2f::ProcessingContext &ctx) final |
void | endOfStream (o2f::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
![]() | |
virtual | ~Task () |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 53 of file TFReaderSpec.cxx.
using TFReaderSpec::TFMap = std::unordered_map<std::string, std::unique_ptr<fair::mq::Parts> > |
Definition at line 61 of file TFReaderSpec.cxx.
|
explicit |
Definition at line 91 of file TFReaderSpec.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 298 of file TFReaderSpec.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 99 of file TFReaderSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 116 of file TFReaderSpec.cxx.