5#ifndef CALOCELLCORRECTION_CALOCELLPEDCORRCONDALG_H
6#define CALOCELLCORRECTION_CALOCELLPEDCORRCONDALG_H
20 using AthCondAlgorithm::AthCondAlgorithm;
25 StatusCode
finalize() override final {
return StatusCode::SUCCESS;}
35 Gaudi::Property<float>
m_lumi0{
this,
"Luminosity",0.0,
"Luminosity in 10**33 units"};
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
Base class for conditions algorithms.
StatusCode initialize() override final
virtual ~CaloCellPedCorrCondAlg()=default
SG::ReadCondHandleKey< CondAttrListCollection > m_pedShiftFolder
ToolHandle< ICaloCoolIdTool > m_caloCoolIdTool
StatusCode finalize() override final
SG::WriteCondHandleKey< CaloCellPedShift > m_pedShiftKey
const CaloCell_ID * m_cellId
SG::ReadCondHandleKey< CondAttrListCollection > m_lumiFolderName
Gaudi::Property< float > m_lumi0
StatusCode execute(const EventContext &ctx) const override final
Helper class for offline cell identifiers.