![]() |
Project
|
Coverter task for Raw data to PHOS cells. More...
#include <RawToCellConverterSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
RawToCellConverterSpec (unsigned int flpId) | |
Constructor. | |
~RawToCellConverterSpec () override=default | |
Destructor. | |
void | init (framework::InitContext &ctx) final |
Initializing the RawToCellConverterSpec. | |
void | run (framework::ProcessingContext &ctx) final |
Run conversion of raw data to cells. | |
![]() | |
virtual | ~Task () |
virtual void | endOfStream (EndOfStreamContext &context) |
This is invoked whenever we have an EndOfStream event. | |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Coverter task for Raw data to PHOS cells.
Definition at line 38 of file RawToCellConverterSpec.h.
|
inline |
Constructor.
propagateMC | If true the MCTruthContainer is propagated to the output |
Definition at line 43 of file RawToCellConverterSpec.h.
|
overridedefault |
Destructor.
|
finalvirtual |
Initializing the RawToCellConverterSpec.
ctx | Init context |
Reimplemented from o2::framework::Task.
Definition at line 35 of file RawToCellConverterSpec.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 cells: {"PHS", "CELLS", 0, Lifetime::Timeframe} Output cells trigger record: {"PHS", "CELLSTR", 0, Lifetime::Timeframe} Output HW errors: {"PHS", "RAWHWERRORS", 0, Lifetime::Timeframe}
Implements o2::framework::Task.
Definition at line 82 of file RawToCellConverterSpec.cxx.