ATLAS Offline Software
StripClusterAnalysisAlg.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_STRIPCLUSTERANALYSISALG_H
6 #define ACTSTRKANALYSIS_STRIPCLUSTERANALYSISALG_H
7 
11 #include "InDetIdentifier/SCT_ID.h"
12 
13 namespace ActsTrk {
14 
15  class StripClusterAnalysisAlg final :
16  public AthMonitorAlgorithm {
17  public:
18  StripClusterAnalysisAlg(const std::string& name, ISvcLocator* pSvcLocator);
19  virtual ~StripClusterAnalysisAlg() override = default;
20 
21  virtual StatusCode initialize() override;
22  virtual StatusCode fillHistograms(const EventContext& ctx) const override;
23 
24  private:
26  {this, "ClusterContainerKey", "ITkStripClusters",
27  "Key of input pixel clusters"};
28 
29  Gaudi::Property< std::string > m_monGroupName
30  {this, "MonGroupName", "ActsClusterAnalysisAlg"};
31 
32  const SCT_ID *m_stripID {};
33  };
34 
35 }
36 
37 #endif // ACTSTRKANALYSIS_STRIPCLUSTERANALYSIS_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SCT_ID.h
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
ActsTrk::StripClusterAnalysisAlg::~StripClusterAnalysisAlg
virtual ~StripClusterAnalysisAlg() override=default
SG::ReadHandleKey< xAOD::StripClusterContainer >
AthMonitorAlgorithm
Base class for Athena Monitoring Algorithms.
Definition: AthMonitorAlgorithm.h:36
ActsTrk::StripClusterAnalysisAlg::initialize
virtual StatusCode initialize() override
initialize
Definition: StripClusterAnalysisAlg.cxx:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthMonitorAlgorithm.h
ActsTrk::StripClusterAnalysisAlg
Definition: StripClusterAnalysisAlg.h:16
ActsTrk::StripClusterAnalysisAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition: StripClusterAnalysisAlg.cxx:26
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ActsTrk::StripClusterAnalysisAlg::m_stripID
const SCT_ID * m_stripID
Definition: StripClusterAnalysisAlg.h:32
SCT_ID
Definition: SCT_ID.h:68
StripClusterContainer.h
ActsTrk::StripClusterAnalysisAlg::m_stripClusterContainerKey
SG::ReadHandleKey< xAOD::StripClusterContainer > m_stripClusterContainerKey
Definition: StripClusterAnalysisAlg.h:26
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
ActsTrk::StripClusterAnalysisAlg::StripClusterAnalysisAlg
StripClusterAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: StripClusterAnalysisAlg.cxx:10
ActsTrk::StripClusterAnalysisAlg::m_monGroupName
Gaudi::Property< std::string > m_monGroupName
Definition: StripClusterAnalysisAlg.h:30