Project
Loading...
Searching...
No Matches
RawReaderSpecs Class Reference

Inherits o2::framework::Task.

Public Member Functions

 RawReaderSpecs (const ReaderInp &rinp)
 
void init (o2f::InitContext &ic) final
 
void run (o2f::ProcessingContext &ctx) final
 
uint32_t getMinTFID () const
 
uint32_t getMaxTFID () const
 
void setMinMaxTFID (uint32_t mn, uint32_t mx)
 
- 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

Definition at line 58 of file RawFileReaderWorkflow.cxx.

Constructor & Destructor Documentation

◆ RawReaderSpecs()

RawReaderSpecs::RawReaderSpecs ( const ReaderInp rinp)
explicit

Definition at line 98 of file RawFileReaderWorkflow.cxx.

Member Function Documentation

◆ getMaxTFID()

uint32_t RawReaderSpecs::getMaxTFID ( ) const
inline

Definition at line 66 of file RawFileReaderWorkflow.cxx.

◆ getMinTFID()

uint32_t RawReaderSpecs::getMinTFID ( ) const
inline

Definition at line 65 of file RawFileReaderWorkflow.cxx.

◆ init()

void RawReaderSpecs::init ( o2f::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 146 of file RawFileReaderWorkflow.cxx.

◆ run()

void RawReaderSpecs::run ( o2f::ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 168 of file RawFileReaderWorkflow.cxx.

◆ setMinMaxTFID()

void RawReaderSpecs::setMinMaxTFID ( uint32_t  mn,
uint32_t  mx 
)
inline

Definition at line 67 of file RawFileReaderWorkflow.cxx.


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