![]() |
Project
|
Coverter task for Raw data to CPV cells. More...
#include <RawToDigitConverterSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
RawToDigitConverterSpec (bool isPedestal, bool useBadChannelMap, bool useGainCalibration) | |
Constructor. | |
~RawToDigitConverterSpec () override=default | |
Destructor. | |
void | init (framework::InitContext &ctx) final |
Initializing the RawToDigitConverterSpec. | |
void | run (framework::ProcessingContext &ctx) final |
Run conversion of raw data to cells. | |
void | finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final |
![]() | |
virtual | ~Task () |
virtual void | endOfStream (EndOfStreamContext &context) |
This is invoked whenever we have an EndOfStream event. | |
virtual void | stop () |
This is invoked on stop. | |
Protected Member Functions | |
char | CheckHWAddress (short ddl, short hwAddress, short &fee) |
simple check of HW address | |
Coverter task for Raw data to CPV cells.
Definition at line 39 of file RawToDigitConverterSpec.h.
|
inline |
Constructor.
propagateMC | If true the MCTruthContainer is propagated to the output |
Definition at line 44 of file RawToDigitConverterSpec.h.
|
overridedefault |
Destructor.
|
protected |
simple check of HW address
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 62 of file RawToDigitConverterSpec.cxx.
|
finalvirtual |
Initializing the RawToDigitConverterSpec.
ctx | Init context |
Reimplemented from o2::framework::Task.
Definition at line 37 of file RawToDigitConverterSpec.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: {"CPV", "DIGITS", 0, Lifetime::Timeframe} Output cells trigger record: {"CPV", "DIGITTRIGREC", 0, Lifetime::Timeframe} Output HW errors: {"CPV", "RAWHWERRORS", 0, Lifetime::Timeframe}
Implements o2::framework::Task.
Definition at line 100 of file RawToDigitConverterSpec.cxx.