ATLAS Offline Software
Loading...
Searching...
No Matches
TileTowerMonitorAlgorithm.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TILEMONITORING_TILETOWERMONITORALGORITHM_H
6#define TILEMONITORING_TILETOWERMONITORALGORITHM_H
7
9
10#include "CaloEvent/CaloTowerContainer.h"
11
14
15class TileID;
16
20
22
23 public:
24
26 virtual ~TileTowerMonitorAlgorithm() = default;
27 virtual StatusCode initialize() override;
28 virtual StatusCode fillHistograms(const EventContext& ctx) const override;
29
30 private:
31
33 "CaloCellContainer", "TileTower", "Calo tower container name"};
34
35
36 std::vector<int> m_towerEtaPhiGroups;
37 std::vector<int> m_towerEtaPhiDiffGroups;
38 std::vector<std::vector<int>> m_towerEtGroups;
39 std::vector<std::vector<int>> m_towerEnergyGroups;
40
41 const TileID* m_tileID{nullptr};
42};
43
44
45#endif // TILEMONITORING_TILETOWERMONITORALGORITHM_H
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.
Helper class for TileCal offline identifiers.
Definition TileID.h:67
TileMonitorAlgorithm(const std::string &name, ISvcLocator *svcLocator)
SG::ReadHandleKey< CaloTowerContainer > m_caloTowerContainerKey
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
virtual ~TileTowerMonitorAlgorithm()=default
std::vector< std::vector< int > > m_towerEtGroups
std::vector< std::vector< int > > m_towerEnergyGroups
TileMonitorAlgorithm(const std::string &name, ISvcLocator *svcLocator)
void initialize()