Project
Loading...
Searching...
No Matches
o2::hmpid::DataDecoderTask2 Class Reference

#include <DataDecoderSpec2.h>

Inherits o2::framework::Task.

Public Member Functions

 DataDecoderTask2 ()=default
 
 ~DataDecoderTask2 () override=default
 
void init (framework::InitContext &ic) final
 
void run (framework::ProcessingContext &pc) final
 
void decodeTF (framework::ProcessingContext &pc)
 
void decodeReadout (framework::ProcessingContext &pc)
 
void decodeRawFile (framework::ProcessingContext &pc)
 
void endOfStream (framework::EndOfStreamContext &ec) override
 This is invoked whenever we have an EndOfStream event.
 
void orderTriggers ()
 
- 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 27 of file DataDecoderSpec2.h.

Constructor & Destructor Documentation

◆ DataDecoderTask2()

o2::hmpid::DataDecoderTask2::DataDecoderTask2 ( )
default

◆ ~DataDecoderTask2()

o2::hmpid::DataDecoderTask2::~DataDecoderTask2 ( )
overridedefault

Member Function Documentation

◆ decodeRawFile()

void o2::hmpid::DataDecoderTask2::decodeRawFile ( framework::ProcessingContext pc)

Definition at line 257 of file DataDecoderSpec2.cxx.

◆ decodeReadout()

void o2::hmpid::DataDecoderTask2::decodeReadout ( framework::ProcessingContext pc)

Definition at line 229 of file DataDecoderSpec2.cxx.

◆ decodeTF()

void o2::hmpid::DataDecoderTask2::decodeTF ( framework::ProcessingContext pc)

Definition at line 172 of file DataDecoderSpec2.cxx.

◆ endOfStream()

void o2::hmpid::DataDecoderTask2::endOfStream ( framework::EndOfStreamContext context)
overridevirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 103 of file DataDecoderSpec2.cxx.

◆ init()

void o2::hmpid::DataDecoderTask2::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 66 of file DataDecoderSpec2.cxx.

◆ orderTriggers()

void o2::hmpid::DataDecoderTask2::orderTriggers ( )

Definition at line 290 of file DataDecoderSpec2.cxx.

◆ run()

void o2::hmpid::DataDecoderTask2::run ( framework::ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 83 of file DataDecoderSpec2.cxx.


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