![]() |
Project
|
Coverter task for Raw data to CTP digits. More...
#include <RawDecoderSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
| RawDecoderSpec (bool digits, bool lumi) | |
| Constructor. | |
| ~RawDecoderSpec () override=default | |
| Destructor. | |
| void | init (framework::InitContext &ctx) final |
| Initializing the RawDecoderSpec. | |
| void | endOfStream (o2::framework::EndOfStreamContext &ec) final |
| This is invoked whenever we have an EndOfStream event. | |
| void | run (framework::ProcessingContext &ctx) final |
| Run conversion of raw data to cells. | |
| void | updateTimeDependentParams (framework::ProcessingContext &pc) |
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. | |
Coverter task for Raw data to CTP digits.
Definition at line 35 of file RawDecoderSpec.h.
|
inline |
Constructor.
| propagateMC | If true the MCTruthContainer is propagated to the output |
Definition at line 40 of file RawDecoderSpec.h.
|
overridedefault |
Destructor.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 51 of file RawDecoderSpec.cxx.
|
finalvirtual |
Initializing the RawDecoderSpec.
| ctx | Init context |
Reimplemented from o2::framework::Task.
Definition at line 27 of file RawDecoderSpec.cxx.
|
finalvirtual |
Run conversion of raw data to cells.
| ctx | Processing context |
The following branches are linked: Input RawData: {"ROUT", "RAWDATA", 0, Lifetime::Timeframe} Output HW errors: {"CTP", "RAWHWERRORS", 0, Lifetime::Timeframe} -later
Implements o2::framework::Task.
Definition at line 92 of file RawDecoderSpec.cxx.
| void RawDecoderSpec::updateTimeDependentParams | ( | framework::ProcessingContext & | pc | ) |
Definition at line 260 of file RawDecoderSpec.cxx.