![]() |
Project
|
#include <CompressedDecodingTask.h>
Inherits o2::tof::compressed::DecoderBaseT< o2::header::RAWDataHeader >, and o2::framework::Task.
Definition at line 38 of file CompressedDecodingTask.h.
|
inline |
Definition at line 41 of file CompressedDecodingTask.h.
|
overridedefault |
void o2::tof::CompressedDecodingTask::decodeTF | ( | ProcessingContext & | pc | ) |
loop over inputs routes
loop over input parts
Definition at line 190 of file CompressedDecodingTask.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 184 of file CompressedDecodingTask.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 54 of file CompressedDecodingTask.h.
|
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 44 of file CompressedDecodingTask.cxx.
void o2::tof::CompressedDecodingTask::postData | ( | ProcessingContext & | pc | ) |
Definition at line 70 of file CompressedDecodingTask.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 142 of file CompressedDecodingTask.cxx.