Project
Loading...
Searching...
No Matches
o2::focal::reco_workflow::RawDecoderSpec Class Reference

#include <RawDecoderSpec.h>

Inherits o2::framework::Task.

Classes

struct  HBFData
 

Public Member Functions

 RawDecoderSpec ()=default
 
 RawDecoderSpec (uint32_t outputSubspec, bool usePadData, bool usePixelData, bool debug)
 
 ~RawDecoderSpec () override=default
 
void init (framework::InitContext &ctx) final
 
void run (framework::ProcessingContext &ctx) 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.
 

Detailed Description

Definition at line 38 of file RawDecoderSpec.h.

Constructor & Destructor Documentation

◆ RawDecoderSpec() [1/2]

o2::focal::reco_workflow::RawDecoderSpec::RawDecoderSpec ( )
default

◆ RawDecoderSpec() [2/2]

o2::focal::reco_workflow::RawDecoderSpec::RawDecoderSpec ( uint32_t  outputSubspec,
bool  usePadData,
bool  usePixelData,
bool  debug 
)
inline

Definition at line 48 of file RawDecoderSpec.h.

◆ ~RawDecoderSpec()

o2::focal::reco_workflow::RawDecoderSpec::~RawDecoderSpec ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void RawDecoderSpec::endOfStream ( o2::framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 253 of file RawDecoderSpec.cxx.

◆ init()

void RawDecoderSpec::init ( framework::InitContext context)
finalvirtual

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 30 of file RawDecoderSpec.cxx.

◆ run()

void RawDecoderSpec::run ( framework::ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 62 of file RawDecoderSpec.cxx.


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