Project
Loading...
Searching...
No Matches
o2::phos::reco_workflow::RawToCellConverterSpec Class Reference

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.
 
- Public Member Functions inherited from o2::framework::Task
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.
 

Detailed Description

Coverter task for Raw data to PHOS cells.

Author
Dmitri Peresunko NRC KI
Since
Sept., 2020

Definition at line 38 of file RawToCellConverterSpec.h.

Constructor & Destructor Documentation

◆ RawToCellConverterSpec()

o2::phos::reco_workflow::RawToCellConverterSpec::RawToCellConverterSpec ( unsigned int  flpId)
inline

Constructor.

Parameters
propagateMCIf true the MCTruthContainer is propagated to the output

Definition at line 43 of file RawToCellConverterSpec.h.

◆ ~RawToCellConverterSpec()

o2::phos::reco_workflow::RawToCellConverterSpec::~RawToCellConverterSpec ( )
overridedefault

Destructor.

Member Function Documentation

◆ init()

void RawToCellConverterSpec::init ( framework::InitContext ctx)
finalvirtual

Initializing the RawToCellConverterSpec.

Parameters
ctxInit context

Reimplemented from o2::framework::Task.

Definition at line 35 of file RawToCellConverterSpec.cxx.

◆ run()

void RawToCellConverterSpec::run ( framework::ProcessingContext ctx)
finalvirtual

Run conversion of raw data to cells.

Parameters
ctxProcessing 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.


The documentation for this class was generated from the following files: