Project
Loading...
Searching...
No Matches
o2::phos::PHOSEnergyCalibDevice Class Reference

#include <PHOSEnergyCalibDevice.h>

Inherits o2::framework::Task.

Public Member Functions

 PHOSEnergyCalibDevice (bool useCCDB, std::shared_ptr< o2::base::GRPGeomRequest > req, const std::string &outputDir, const std::string &metaFileDir, bool writeRootOutput)
 
void init (o2::framework::InitContext &ic) final
 
void run (o2::framework::ProcessingContext &pc) final
 
void endOfStream (o2::framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
void stop () final
 This is invoked on stop.
 
void finaliseCCDB (o2::framework::ConcreteDataMatcher &matcher, void *obj) final
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 

Protected Member Functions

void updateTimeDependentParams (ProcessingContext &pc)
 
void postHistosCCDB (o2::framework::EndOfStreamContext &ec)
 
void fillOutputTree ()
 
void writeOutFile ()
 

Detailed Description

Definition at line 39 of file PHOSEnergyCalibDevice.h.

Constructor & Destructor Documentation

◆ PHOSEnergyCalibDevice()

o2::phos::PHOSEnergyCalibDevice::PHOSEnergyCalibDevice ( bool  useCCDB,
std::shared_ptr< o2::base::GRPGeomRequest req,
const std::string &  outputDir,
const std::string &  metaFileDir,
bool  writeRootOutput 
)
inlineexplicit

Definition at line 42 of file PHOSEnergyCalibDevice.h.

Member Function Documentation

◆ endOfStream()

void PHOSEnergyCalibDevice::endOfStream ( o2::framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 141 of file PHOSEnergyCalibDevice.cxx.

◆ fillOutputTree()

void PHOSEnergyCalibDevice::fillOutputTree ( )
protected

Definition at line 154 of file PHOSEnergyCalibDevice.cxx.

◆ finaliseCCDB()

void o2::phos::PHOSEnergyCalibDevice::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 52 of file PHOSEnergyCalibDevice.h.

◆ init()

void PHOSEnergyCalibDevice::init ( o2::framework::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 PHOSEnergyCalibDevice.cxx.

◆ postHistosCCDB()

void o2::phos::PHOSEnergyCalibDevice::postHistosCCDB ( o2::framework::EndOfStreamContext ec)
protected

◆ run()

void PHOSEnergyCalibDevice::run ( o2::framework::ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 96 of file PHOSEnergyCalibDevice.cxx.

◆ stop()

void PHOSEnergyCalibDevice::stop ( )
finalvirtual

This is invoked on stop.

Reimplemented from o2::framework::Task.

Definition at line 148 of file PHOSEnergyCalibDevice.cxx.

◆ updateTimeDependentParams()

void PHOSEnergyCalibDevice::updateTimeDependentParams ( ProcessingContext pc)
protected

Definition at line 86 of file PHOSEnergyCalibDevice.cxx.

◆ writeOutFile()

void PHOSEnergyCalibDevice::writeOutFile ( )
protected

Definition at line 186 of file PHOSEnergyCalibDevice.cxx.


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