ATLAS Offline Software
Loading...
Searching...
No Matches
EstimatedTrackParamsAnalysisAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSTRKANALYSIS_ESTIMATEDTRACKPARAMSANALYSISALG_H
6#define ACTSTRKANALYSIS_ESTIMATEDTRACKPARAMSANALYSISALG_H
7
12
13namespace ActsTrk {
14
16 public AthMonitorAlgorithm {
17 public:
18 EstimatedTrackParamsAnalysisAlg(const std::string& name, ISvcLocator* pSvcLocator);
19 virtual ~EstimatedTrackParamsAnalysisAlg() override = default;
20
21 virtual StatusCode initialize() override;
22 virtual StatusCode fillHistograms(const EventContext& ctx) const override;
23
24 private:
26
27 Gaudi::Property< std::string > m_monGroupName
28 {this, "MonGroupName", "ActsEstimatedTrackParamsAnalysisAlg"};
29 };
30
31}
32
33#endif
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
EstimatedTrackParamsAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< ActsTrk::BoundTrackParametersContainer > m_inputTrackParamsColletionKey
virtual ~EstimatedTrackParamsAnalysisAlg() override=default
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
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...