ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14namespace ActsTrk {
15
16 class TrackAnalysisAlg final :
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
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Gaudi::Property< std::string > m_monGroupName
virtual StatusCode initialize() override
initialize
TrackAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~TrackAnalysisAlg() override=default
SG::ReadHandleKey< ActsTrk::TrackContainer > m_tracksKey
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:67
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...