![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
| RawTFDump (const std::string &trigger) | |
| void | init (InitContext &ic) final |
| void | run (ProcessingContext &pc) final |
| void | endOfStream (EndOfStreamContext &ec) final |
| This is invoked whenever we have an EndOfStream event. | |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
| virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
| virtual void | stop () |
| This is invoked on stop. | |
Static Public Attributes | |
| static constexpr o2h::DataDescription | DESCRaw {"RAWDATA"} |
| static constexpr o2h::DataDescription | DESCCRaw {"CRAWDATA"} |
Definition at line 43 of file RawTFDumpSpec.cxx.
| o2::rawdd::RawTFDump::RawTFDump | ( | const std::string & | trigger | ) |
Definition at line 162 of file RawTFDumpSpec.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 294 of file RawTFDumpSpec.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 172 of file RawTFDumpSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 243 of file RawTFDumpSpec.cxx.
|
static |
Definition at line 46 of file RawTFDumpSpec.cxx.
|
staticconstexpr |
Definition at line 46 of file RawTFDumpSpec.cxx.