ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
13namespace ActsTrk {
14
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
This is an Identifier helper class for the SCT subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::StripClusterContainer > m_stripClusterContainerKey
virtual StatusCode initialize() override
initialize
Gaudi::Property< std::string > m_monGroupName
virtual ~StripClusterAnalysisAlg() override=default
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
StripClusterAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
This is an Identifier helper class for the SCT subdetector.
Definition SCT_ID.h:68
Property holding a SG store/key/clid from which a ReadHandle is made.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...