Project
Loading...
Searching...
No Matches
o2::tpc::TPCFourierTransformAggregatorSpec Class Reference

#include <TPCFourierTransformAggregatorSpec.h>

Inherits o2::framework::Task.

Public Types

using IDCFType = IDCFourierTransform< IDCFourierTransformBaseAggregator >
 

Public Member Functions

 TPCFourierTransformAggregatorSpec (const unsigned int nFourierCoefficientsStore, const unsigned int rangeIDC, const bool senddebug=false, const bool processSACs=false, const int inputLanes=1)
 
void init (o2::framework::InitContext &ic) final
 
void run (o2::framework::ProcessingContext &pc) final
 
void endOfStream (o2::framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
- 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.
 

Static Public Member Functions

static constexpr header::DataDescription getDataDescriptionFourier ()
 
static constexpr header::DataDescription getDataDescriptionCCDBFourier ()
 
static constexpr header::DataDescription getDataDescriptionCCDBTPCScaler ()
 

Detailed Description

Definition at line 51 of file TPCFourierTransformAggregatorSpec.h.

Member Typedef Documentation

◆ IDCFType

Definition at line 55 of file TPCFourierTransformAggregatorSpec.h.

Constructor & Destructor Documentation

◆ TPCFourierTransformAggregatorSpec()

o2::tpc::TPCFourierTransformAggregatorSpec::TPCFourierTransformAggregatorSpec ( const unsigned int  nFourierCoefficientsStore,
const unsigned int  rangeIDC,
const bool  senddebug = false,
const bool  processSACs = false,
const int  inputLanes = 1 
)
inline

Definition at line 57 of file TPCFourierTransformAggregatorSpec.h.

Member Function Documentation

◆ endOfStream()

void o2::tpc::TPCFourierTransformAggregatorSpec::endOfStream ( o2::framework::EndOfStreamContext context)
inlinefinalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 207 of file TPCFourierTransformAggregatorSpec.h.

◆ getDataDescriptionCCDBFourier()

static constexpr header::DataDescription o2::tpc::TPCFourierTransformAggregatorSpec::getDataDescriptionCCDBFourier ( )
inlinestaticconstexpr

Definition at line 216 of file TPCFourierTransformAggregatorSpec.h.

◆ getDataDescriptionCCDBTPCScaler()

static constexpr header::DataDescription o2::tpc::TPCFourierTransformAggregatorSpec::getDataDescriptionCCDBTPCScaler ( )
inlinestaticconstexpr

Definition at line 217 of file TPCFourierTransformAggregatorSpec.h.

◆ getDataDescriptionFourier()

static constexpr header::DataDescription o2::tpc::TPCFourierTransformAggregatorSpec::getDataDescriptionFourier ( )
inlinestaticconstexpr

Definition at line 215 of file TPCFourierTransformAggregatorSpec.h.

◆ init()

void o2::tpc::TPCFourierTransformAggregatorSpec::init ( o2::framework::InitContext context)
inlinefinalvirtual

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 60 of file TPCFourierTransformAggregatorSpec.h.

◆ run()

void o2::tpc::TPCFourierTransformAggregatorSpec::run ( o2::framework::ProcessingContext context)
inlinefinalvirtual

This is invoked whenever a new InputRecord is demeed to be complete.

Implements o2::framework::Task.

Definition at line 69 of file TPCFourierTransformAggregatorSpec.h.


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