Project
Loading...
Searching...
No Matches
o2::rawdd::RawTFDump Class Reference

Inherits o2::framework::Task.

Public Member Functions

 RawTFDump (const std::string &trigger)
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void endOfStream (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.
 

Static Public Attributes

static constexpr o2h::DataDescription DESCRaw {"RAWDATA"}
 
static constexpr o2h::DataDescription DESCCRaw {"CRAWDATA"}
 

Detailed Description

Definition at line 42 of file RawTFDumpSpec.cxx.

Constructor & Destructor Documentation

◆ RawTFDump()

o2::rawdd::RawTFDump::RawTFDump ( const std::string &  trigger)

Definition at line 161 of file RawTFDumpSpec.cxx.

Member Function Documentation

◆ endOfStream()

void o2::rawdd::RawTFDump::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 292 of file RawTFDumpSpec.cxx.

◆ init()

void o2::rawdd::RawTFDump::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 171 of file RawTFDumpSpec.cxx.

◆ run()

void o2::rawdd::RawTFDump::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 242 of file RawTFDumpSpec.cxx.

Member Data Documentation

◆ DESCCRaw

constexpr o2h::DataDescription o2::rawdd::RawTFDump::DESCCRaw {"CRAWDATA"}
static

Definition at line 45 of file RawTFDumpSpec.cxx.

◆ DESCRaw

constexpr o2h::DataDescription o2::rawdd::RawTFDump::DESCRaw {"RAWDATA"}
staticconstexpr

Definition at line 45 of file RawTFDumpSpec.cxx.


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