Project
Loading...
Searching...
No Matches
o2::raw::RawDump Class Reference

Inherits o2::framework::Task.

Classes

struct  LinkInfo
 

Public Member Functions

 RawDump (bool TOFUncompressed=false)
 
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 Member Functions

static std::string getReadoutType (DetID id)
 

Static Public Attributes

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

Detailed Description

Definition at line 33 of file RawDumpSpec.cxx.

Constructor & Destructor Documentation

◆ RawDump()

o2::raw::RawDump::RawDump ( bool  TOFUncompressed = false)

Definition at line 89 of file RawDumpSpec.cxx.

Member Function Documentation

◆ endOfStream()

void o2::raw::RawDump::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 263 of file RawDumpSpec.cxx.

◆ getReadoutType()

std::string o2::raw::RawDump::getReadoutType ( DetID  id)
static

Definition at line 665 of file RawDumpSpec.cxx.

◆ init()

void o2::raw::RawDump::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 97 of file RawDumpSpec.cxx.

◆ run()

void o2::raw::RawDump::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 137 of file RawDumpSpec.cxx.

Member Data Documentation

◆ DESCCRaw

constexpr o2h::DataDescription o2::raw::RawDump::DESCCRaw {"CRAWDATA"}
static

Definition at line 36 of file RawDumpSpec.cxx.

◆ DESCRaw

constexpr o2h::DataDescription o2::raw::RawDump::DESCRaw {"RAWDATA"}
staticconstexpr

Definition at line 36 of file RawDumpSpec.cxx.


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