Project
Loading...
Searching...
No Matches
o2::tof::CompressedDecodingTask Class Reference

#include <CompressedDecodingTask.h>

Inherits o2::tof::compressed::DecoderBaseT< o2::header::RAWDataHeader >, and o2::framework::Task.

Public Member Functions

 CompressedDecodingTask (bool conet, o2::header::DataDescription dataDesc, std::shared_ptr< o2::base::GRPGeomRequest > gr, int norbitPerTF=-1, bool localCmp=false)
 
 ~CompressedDecodingTask () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void decodeTF (ProcessingContext &pc)
 
void endOfStream (EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
void postData (ProcessingContext &pc)
 
void finaliseCCDB (o2::framework::ConcreteDataMatcher &matcher, void *obj) final
 
- Public Member Functions inherited from o2::tof::compressed::DecoderBaseT< o2::header::RAWDataHeader >
 DecoderBaseT ()=default
 
virtual ~DecoderBaseT ()=default
 
bool run ()
 
void rewind ()
 
void setDecoderVerbose (bool val)
 
void setDecoderBuffer (const char *val)
 
void setDecoderBufferSize (long val)
 
void setDecoderCONET (bool val)
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 38 of file CompressedDecodingTask.h.

Constructor & Destructor Documentation

◆ CompressedDecodingTask()

o2::tof::CompressedDecodingTask::CompressedDecodingTask ( bool  conet,
o2::header::DataDescription  dataDesc,
std::shared_ptr< o2::base::GRPGeomRequest gr,
int  norbitPerTF = -1,
bool  localCmp = false 
)
inline

Definition at line 41 of file CompressedDecodingTask.h.

◆ ~CompressedDecodingTask()

o2::tof::CompressedDecodingTask::~CompressedDecodingTask ( )
overridedefault

Member Function Documentation

◆ decodeTF()

void o2::tof::CompressedDecodingTask::decodeTF ( ProcessingContext pc)

loop over inputs routes

loop over input parts

Definition at line 190 of file CompressedDecodingTask.cxx.

◆ endOfStream()

void o2::tof::CompressedDecodingTask::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 184 of file CompressedDecodingTask.cxx.

◆ finaliseCCDB()

void o2::tof::CompressedDecodingTask::finaliseCCDB ( o2::framework::ConcreteDataMatcher matcher,
void obj 
)
inlinefinalvirtual

This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised

Reimplemented from o2::framework::Task.

Definition at line 54 of file CompressedDecodingTask.h.

◆ init()

void o2::tof::CompressedDecodingTask::init ( 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 44 of file CompressedDecodingTask.cxx.

◆ postData()

void o2::tof::CompressedDecodingTask::postData ( ProcessingContext pc)

Definition at line 70 of file CompressedDecodingTask.cxx.

◆ run()

void o2::tof::CompressedDecodingTask::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 142 of file CompressedDecodingTask.cxx.


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