![]() |
Project
|
Inherits o2::framework::Task.
Classes | |
| struct | LinkInfo |
Public Member Functions | |
| RawDump (bool TOFUncompressed=false) | |
| 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 Member Functions | |
| static std::string | getReadoutType (DetID id) |
Static Public Attributes | |
| static constexpr o2h::DataDescription | DESCRaw {"RAWDATA"} |
| static constexpr o2h::DataDescription | DESCCRaw {"CRAWDATA"} |
Definition at line 33 of file RawDumpSpec.cxx.
| o2::raw::RawDump::RawDump | ( | bool | TOFUncompressed = false | ) |
Definition at line 89 of file RawDumpSpec.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 263 of file RawDumpSpec.cxx.
|
static |
Definition at line 665 of file RawDumpSpec.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 97 of file RawDumpSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 137 of file RawDumpSpec.cxx.
|
static |
Definition at line 36 of file RawDumpSpec.cxx.
|
staticconstexpr |
Definition at line 36 of file RawDumpSpec.cxx.