ATLAS Offline Software
HgtdClusterAnalysisAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSTRKANALYSIS_HGTDCLUSTERANALYSISALG_H
6 #define ACTSTRKANALYSIS_HGTDCLUSTERANALYSISALG_H
7 
13 
14 namespace ActsTrk {
15 
16  class HgtdClusterAnalysisAlg final:
17  public AthMonitorAlgorithm {
18  public:
19  HgtdClusterAnalysisAlg(const std::string& name, ISvcLocator* pSvcLocator);
20  virtual ~HgtdClusterAnalysisAlg() override = default;
21 
22  virtual StatusCode initialize() override;
23  virtual StatusCode fillHistograms(const EventContext& ctx) const override;
24 
25  private:
27  {this, "HGTDDetEleCollKey", "HGTD_DetectorElementCollection",
28  "Key of HGTD_DetectorElementCollection for HGTD"};
29 
31  {this, "ClusterContainerKey", "HGTD_Clusters",
32  "Key of input hgtd clusters"};
33 
34  Gaudi::Property< std::string > m_monGroupName
35  {this, "MonGroupName", "ActsHgtdClusterAnalysisAlg"};
36 
37  const HGTD_ID *m_hgtdID {};
38  };
39 
40 }
41 
42 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
ActsTrk::HgtdClusterAnalysisAlg::initialize
virtual StatusCode initialize() override
initialize
Definition: HgtdClusterAnalysisAlg.cxx:15
ActsTrk::HgtdClusterAnalysisAlg
Definition: HgtdClusterAnalysisAlg.h:17
ActsTrk::HgtdClusterAnalysisAlg::~HgtdClusterAnalysisAlg
virtual ~HgtdClusterAnalysisAlg() override=default
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
ActsTrk::HgtdClusterAnalysisAlg::m_monGroupName
Gaudi::Property< std::string > m_monGroupName
Definition: HgtdClusterAnalysisAlg.h:35
ActsTrk::HgtdClusterAnalysisAlg::m_hgtdID
const HGTD_ID * m_hgtdID
Definition: HgtdClusterAnalysisAlg.h:37
AthMonitorAlgorithm
Base class for Athena Monitoring Algorithms.
Definition: AthMonitorAlgorithm.h:36
ActsTrk::HgtdClusterAnalysisAlg::HgtdClusterAnalysisAlg
HgtdClusterAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: HgtdClusterAnalysisAlg.cxx:11
ActsTrk::HgtdClusterAnalysisAlg::m_hgtdClusterContainerKey
SG::ReadHandleKey< xAOD::HGTDClusterContainer > m_hgtdClusterContainerKey
Definition: HgtdClusterAnalysisAlg.h:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthMonitorAlgorithm.h
HGTDClusterContainer.h
HGTD_ID
Definition: HGTD_ID.h:47
ActsTrk::HgtdClusterAnalysisAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition: HgtdClusterAnalysisAlg.cxx:28
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HGTD_DetectorElementCollection.h
HGTD_ID.h
SG::ReadCondHandleKey< InDetDD::HGTD_DetectorElementCollection >
ActsTrk::HgtdClusterAnalysisAlg::m_HGTDDetEleCollKey
SG::ReadCondHandleKey< InDetDD::HGTD_DetectorElementCollection > m_HGTDDetEleCollKey
Definition: HgtdClusterAnalysisAlg.h:27
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34