Project
Loading...
Searching...
No Matches
o2::rct::RCTUpdaterSpec Class Reference

Inherits o2::framework::Task.

Public Member Functions

 RCTUpdaterSpec (std::shared_ptr< o2::base::GRPGeomRequest > gr)
 
 ~RCTUpdaterSpec () final=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void endOfStream (framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
void stop () final
 This is invoked on stop.
 
void finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final
 
void updateRCT ()
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 

Detailed Description

Definition at line 34 of file rct-updater-workflow.cxx.

Constructor & Destructor Documentation

◆ RCTUpdaterSpec()

o2::rct::RCTUpdaterSpec::RCTUpdaterSpec ( std::shared_ptr< o2::base::GRPGeomRequest gr)
inline

Definition at line 37 of file rct-updater-workflow.cxx.

◆ ~RCTUpdaterSpec()

o2::rct::RCTUpdaterSpec::~RCTUpdaterSpec ( )
finaldefault

Member Function Documentation

◆ endOfStream()

void o2::rct::RCTUpdaterSpec::endOfStream ( framework::EndOfStreamContext context)
inlinefinalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 111 of file rct-updater-workflow.cxx.

◆ finaliseCCDB()

void o2::rct::RCTUpdaterSpec::finaliseCCDB ( 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 127 of file rct-updater-workflow.cxx.

◆ init()

void o2::rct::RCTUpdaterSpec::init ( InitContext context)
inlinefinalvirtual

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 40 of file rct-updater-workflow.cxx.

◆ run()

void o2::rct::RCTUpdaterSpec::run ( ProcessingContext context)
inlinefinalvirtual

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

Implements o2::framework::Task.

Definition at line 55 of file rct-updater-workflow.cxx.

◆ stop()

void o2::rct::RCTUpdaterSpec::stop ( )
inlinefinalvirtual

This is invoked on stop.

Reimplemented from o2::framework::Task.

Definition at line 119 of file rct-updater-workflow.cxx.

◆ updateRCT()

void o2::rct::RCTUpdaterSpec::updateRCT ( )
inline

Definition at line 134 of file rct-updater-workflow.cxx.


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