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

Inherits o2::framework::Task.

Classes

struct  SubSpecCount
 

Public Types

using TFMap = std::unordered_map< std::string, std::unique_ptr< fair::mq::Parts > >
 

Public Member Functions

 TFReaderSpec (const TFReaderInp &rinp)
 
void init (o2f::InitContext &ic) final
 
void run (o2f::ProcessingContext &ctx) final
 
void endOfStream (o2f::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 53 of file TFReaderSpec.cxx.

Member Typedef Documentation

◆ TFMap

using TFReaderSpec::TFMap = std::unordered_map<std::string, std::unique_ptr<fair::mq::Parts> >

Definition at line 61 of file TFReaderSpec.cxx.

Constructor & Destructor Documentation

◆ TFReaderSpec()

TFReaderSpec::TFReaderSpec ( const TFReaderInp rinp)
explicit

Definition at line 91 of file TFReaderSpec.cxx.

Member Function Documentation

◆ endOfStream()

void TFReaderSpec::endOfStream ( o2f::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 298 of file TFReaderSpec.cxx.

◆ init()

void TFReaderSpec::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 99 of file TFReaderSpec.cxx.

◆ run()

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

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

Implements o2::framework::Task.

Definition at line 116 of file TFReaderSpec.cxx.


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