12#ifndef LARMONITORING_LARHVCORRECTIONMONALG_H
13#define LARMONITORING_LARHVCORRECTIONMONALG_H
20#include "CaloDetDescr/CaloDetDescrElement.h"
47 virtual StatusCode
initialize() override final;
56 Gaudi::Property<float>
m_threshold{
this,
"ErrorThreshold", 0.02};
57 Gaudi::Property<float>
m_delta_eta{
this,
"EtaGranularity", 0.01};
58 Gaudi::Property<float>
m_delta_phi{
this,
"PhiGranularity", 0.01};
Definition of CaloDetDescrManager.
Definition of CaloDetDescriptor.
CaloPhiRange class declaration.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
This class groups all DetDescr information related to a CaloCell.
This class initializes the Calo (LAr and Tile) offline identifiers.
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
virtual StatusCode initialize() override final
Overwrite dummy method from AlgTool.
const LArOnlineID * m_LArOnlineIDHelper
LArHVCorrectionMonAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::string > m_MonGroupName
Gaudi::Property< int > m_nlumi_blocks
Gaudi::Property< float > m_delta_phi
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
const CaloIdManager * m_caloIdMgr
SG::ReadCondHandleKey< ILArHVScaleCorr > m_onlineScaleCorrKey
int DBflag(HWIdentifier onID)
virtual ~LArHVCorrectionMonAlg()=default
Default destructor.
virtual StatusCode fillHistograms(const EventContext &ctx) const override final
Called each event.
Gaudi::Property< float > m_threshold
SG::ReadCondHandleKey< ILArHVScaleCorr > m_scaleCorrKey
Gaudi::Property< float > m_delta_eta
Support class for PropertyMgr.
=============================================================================