11#ifndef LARMONITORING_LARCOSMICSMONALG_H
12#define LARMONITORING_LARCOSMICSMONALG_H
20#include "CaloDetDescr/CaloDetDescrElement.h"
55 virtual StatusCode
fillHistograms(
const EventContext& ctx )
const override;
79 Gaudi::Property<std::vector<std::string> >
m_problemsToMask{
this,
"ProblemsToMask",{},
"Bad-Channel categories to mask"};
90 Gaudi::Property< std::vector<std::string> >
m_SubDet {
this,
"SubDet", {
"EM",
"HEC",
"FCal"}};
Definition of CaloDetDescrManager.
Definition of CaloDetDescriptor.
CaloPhiRange class declaration.
Header file to be included by clients of the Monitored infrastructure.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
LArBadChannelMask m_bcMask
Handle to bad-channel mask.
Gaudi::Property< std::vector< std::string > > m_SubDet
const LArFCAL_ID * m_LArFCAL_IDHelper
const LArOnlineID * m_LArOnlineIDHelper
SG::ReadHandleKey< LArDigitContainer > m_LArDigitContainerKey
Handle to digits.
const LArHEC_ID * m_LArHEC_IDHelper
Gaudi::Property< std::vector< std::string > > m_problemsToMask
virtual StatusCode fillHistograms(const EventContext &ctx) const override
Called each event.
const LArEM_ID * m_LArEM_IDHelper
Gaudi::Property< float > m_muonADCthreshold_EM_endcap
Gaudi::Property< float > m_muonADCthreshold_EM_barrel
Gaudi::Property< float > m_muonADCthreshold_FCAL
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
SG::ReadCondHandleKey< ILArPedestal > m_larPedestalKey
Handle to pedestal.
SG::ReadCondHandleKey< LArBadChannelCont > m_bcContKey
Gaudi::Property< std::string > m_CosmicsMonGroupName
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
Gaudi::Property< float > m_muonADCthreshold_HEC
Helper class for LArEM offline identifiers.
Helper class for LArFCAL offline identifiers.
Helper class for LArHEC offline identifiers.
Property holding a SG store/key/clid from which a ReadHandle is made.