ATLAS Offline Software
PixelClusterAnalysisAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSTRKANALYSIS_PIXELCLUSTERANALYSISALG_H
6 #define ACTSTRKANALYSIS_PIXELCLUSTERANALYSISALG_H
7 
12 
13 namespace ActsTrk {
14 
16  public AthMonitorAlgorithm {
17  public:
18  PixelClusterAnalysisAlg(const std::string& name, ISvcLocator* pSvcLocator);
19  virtual ~PixelClusterAnalysisAlg() override = default;
20 
21  virtual StatusCode initialize() override;
22  virtual StatusCode fillHistograms(const EventContext& ctx) const override;
23 
24  private:
26  {this, "ClusterContainerKey", "ITkPixelClusters",
27  "Key of input pixel clusters"};
28 
29  Gaudi::Property< std::string > m_monGroupName
30  {this, "MonGroupName", "ActsClusterAnalysisAlg"};
31 
32  const PixelID *m_pixelID {};
33  };
34 
35 }
36 
37 #endif // ACTSTRKANALYSIS_PIXELCLUSTERANALYSISALG_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
PixelID.h
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
ActsTrk::PixelClusterAnalysisAlg::~PixelClusterAnalysisAlg
virtual ~PixelClusterAnalysisAlg() override=default
ActsTrk::PixelClusterAnalysisAlg::PixelClusterAnalysisAlg
PixelClusterAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: PixelClusterAnalysisAlg.cxx:10
SG::ReadHandleKey< xAOD::PixelClusterContainer >
AthMonitorAlgorithm
Base class for Athena Monitoring Algorithms.
Definition: AthMonitorAlgorithm.h:36
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthMonitorAlgorithm.h
PixelClusterContainer.h
ActsTrk::PixelClusterAnalysisAlg::m_pixelClusterContainerKey
SG::ReadHandleKey< xAOD::PixelClusterContainer > m_pixelClusterContainerKey
Definition: PixelClusterAnalysisAlg.h:26
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ActsTrk::PixelClusterAnalysisAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition: PixelClusterAnalysisAlg.cxx:27
ActsTrk::PixelClusterAnalysisAlg::m_monGroupName
Gaudi::Property< std::string > m_monGroupName
Definition: PixelClusterAnalysisAlg.h:30
ActsTrk::PixelClusterAnalysisAlg::m_pixelID
const PixelID * m_pixelID
Definition: PixelClusterAnalysisAlg.h:32
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
ActsTrk::PixelClusterAnalysisAlg::initialize
virtual StatusCode initialize() override
initialize
Definition: PixelClusterAnalysisAlg.cxx:14
PixelID
Definition: PixelID.h:67
ActsTrk::PixelClusterAnalysisAlg
Definition: PixelClusterAnalysisAlg.h:16