Project
Loading...
Searching...
No Matches
o2::tof::CcdbRequest Class Reference

#include <CcdbRequestSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 CcdbRequest (std::shared_ptr< o2::base::GRPGeomRequest > gr)
 
 ~CcdbRequest () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
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 28 of file CcdbRequestSpec.h.

Constructor & Destructor Documentation

◆ CcdbRequest()

o2::tof::CcdbRequest::CcdbRequest ( std::shared_ptr< o2::base::GRPGeomRequest gr)
inline

Definition at line 31 of file CcdbRequestSpec.h.

◆ ~CcdbRequest()

o2::tof::CcdbRequest::~CcdbRequest ( )
overridedefault

Member Function Documentation

◆ finaliseCCDB()

void o2::tof::CcdbRequest::finaliseCCDB ( o2::framework::ConcreteDataMatcher matcher,
void obj 
)
inlinefinalvirtual

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

Reimplemented from o2::framework::Task.

Definition at line 35 of file CcdbRequestSpec.h.

◆ init()

void o2::tof::CcdbRequest::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 32 of file CcdbRequestSpec.cxx.

◆ run()

void o2::tof::CcdbRequest::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 38 of file CcdbRequestSpec.cxx.


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