Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
TrackAnalysisAlg.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_TRACKANALYSISALG_H
6 #define ACTSTRKANALYSIS_TRACKANALYSISALG_H
7 
12 #include "InDetIdentifier/SCT_ID.h"
13 
14 namespace ActsTrk {
15 
17  public AthMonitorAlgorithm {
18  public:
19  TrackAnalysisAlg(const std::string& name, ISvcLocator* pSvcLocator);
20  virtual ~TrackAnalysisAlg() override = default;
21 
22  virtual StatusCode initialize() override;
23  virtual StatusCode fillHistograms(const EventContext& ctx) const override;
24 
25  private:
27  "Input track collection"};
28 
29  Gaudi::Property< std::string > m_monGroupName
30  {this, "MonGroupName", "ActsSeedAnalysisAlg"};
31 
32  const PixelID *m_pixelID {};
33  const SCT_ID *m_stripID {};
34  };
35 
36 }
37 
38 #endif
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...
SCT_ID.h
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
ActsTrk::TrackAnalysisAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition: TrackAnalysisAlg.cxx:63
ActsTrk::TrackAnalysisAlg::m_pixelID
const PixelID * m_pixelID
Definition: TrackAnalysisAlg.h:32
ActsTrk::TrackAnalysisAlg::m_tracksKey
SG::ReadHandleKey< ActsTrk::TrackContainer > m_tracksKey
Definition: TrackAnalysisAlg.h:26
ActsTrk::TrackAnalysisAlg::m_stripID
const SCT_ID * m_stripID
Definition: TrackAnalysisAlg.h:33
ActsTrk::TrackAnalysisAlg
Definition: TrackAnalysisAlg.h:17
SG::ReadHandleKey< ActsTrk::TrackContainer >
ActsTrk::TrackAnalysisAlg::initialize
virtual StatusCode initialize() override
initialize
Definition: TrackAnalysisAlg.cxx:20
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
ActsTrk::TrackAnalysisAlg::~TrackAnalysisAlg
virtual ~TrackAnalysisAlg() override=default
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:228
columnar::final
CM final
Definition: ColumnAccessor.h:106
SCT_ID
Definition: SCT_ID.h:68
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:55
ActsTrk::TrackAnalysisAlg::TrackAnalysisAlg
TrackAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrackAnalysisAlg.cxx:16
PixelID
Definition: PixelID.h:67
TrackContainer.h
ActsTrk::TrackAnalysisAlg::m_monGroupName
Gaudi::Property< std::string > m_monGroupName
Definition: TrackAnalysisAlg.h:30