Project
Loading...
Searching...
No Matches
o2::zdc::ZDCDataReaderDPLSpec Class Reference

#include <ZDCDataReaderDPLSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 ZDCDataReaderDPLSpec ()=default
 
 ZDCDataReaderDPLSpec (const RawReaderZDC &rawReader)
 
 ~ZDCDataReaderDPLSpec () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void updateTimeDependentParams (ProcessingContext &pc)
 
void finaliseCCDB (o2::framework::ConcreteDataMatcher &matcher, void *obj) final
 
- 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 stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 46 of file ZDCDataReaderDPLSpec.h.

Constructor & Destructor Documentation

◆ ZDCDataReaderDPLSpec() [1/2]

o2::zdc::ZDCDataReaderDPLSpec::ZDCDataReaderDPLSpec ( )
default

◆ ZDCDataReaderDPLSpec() [2/2]

o2::zdc::ZDCDataReaderDPLSpec::ZDCDataReaderDPLSpec ( const RawReaderZDC rawReader)

Definition at line 27 of file ZDCDataReaderDPLSpec.cxx.

◆ ~ZDCDataReaderDPLSpec()

o2::zdc::ZDCDataReaderDPLSpec::~ZDCDataReaderDPLSpec ( )
overridedefault

Member Function Documentation

◆ finaliseCCDB()

void o2::zdc::ZDCDataReaderDPLSpec::finaliseCCDB ( o2::framework::ConcreteDataMatcher matcher,
void obj 
)
finalvirtual

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

Reimplemented from o2::framework::Task.

Definition at line 47 of file ZDCDataReaderDPLSpec.cxx.

◆ init()

void o2::zdc::ZDCDataReaderDPLSpec::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 31 of file ZDCDataReaderDPLSpec.cxx.

◆ run()

void o2::zdc::ZDCDataReaderDPLSpec::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 55 of file ZDCDataReaderDPLSpec.cxx.

◆ updateTimeDependentParams()

void o2::zdc::ZDCDataReaderDPLSpec::updateTimeDependentParams ( ProcessingContext pc)

Definition at line 41 of file ZDCDataReaderDPLSpec.cxx.


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