5#ifndef TILEMONITORING_TILECLUSTERMONITORALGORITHM_H
6#define TILEMONITORING_TILECLUSTERMONITORALGORITHM_H
29 virtual StatusCode
fillHistograms(
const EventContext& ctx)
const override;
34 "EnergyThreshold", 500.0F,
"Energy threshold in MeV"};
37 "fillTimingHistograms",
false,
"Fill timing histograms from cells associated with clusters"};
40 "CellEnergyThresholdForTiming", 1500.0F,
"Energy threshold in MeV"};
43 "CaloClusterContainer",
"TileTopoCluster",
"Calo cluster container name"};
49 "TileCablingSvc",
"TileCablingSvc",
"Tile cabling service"};
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
ServiceHandle< TileCablingSvc > m_cablingSvc
Name of Tile cabling service.
std::vector< std::vector< int > > m_clusterEnergyGroups
const TileCablingService * m_cabling
std::vector< int > m_clusterSumPyGroups
Gaudi::Property< float > m_energyThreshold
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClusterContainerKey
std::vector< int > m_clusterNCellsGroups
Gaudi::Property< float > m_cellEnergyThresholdForTiming
std::vector< int > m_clusterSumEtGroups
std::vector< int > m_nClustersGroups
std::vector< int > m_partitionTimeLBGroups
std::vector< int > m_clusterEneDiffGroups
std::vector< int > m_allClusterEneEtaPhiGroups
virtual ~TileClusterMonitorAlgorithm()=default
Gaudi::Property< bool > m_fillTimingHistograms
std::vector< int > m_clusterTimeDiffGroups
TileMonitorAlgorithm(const std::string &name, ISvcLocator *svcLocator)
std::vector< int > m_allClusterEtaPhiGroups
std::vector< int > m_clusterEtaPhiGroups
std::vector< int > m_allClusterEnergyGroups
std::vector< int > m_clusterEtGroups
std::vector< int > m_clusterSumPxGroups
std::vector< int > m_clusterEtaPhiDiffGroups
Helper class for TileCal offline identifiers.
TileMonitorAlgorithm(const std::string &name, ISvcLocator *svcLocator)