ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsMonitoring
src
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
8
#include "
AthenaMonitoring/AthMonitorAlgorithm.h
"
9
#include "
AthenaMonitoringKernel/Monitored.h
"
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
ActsEvent/TrackParametersContainer.h
"
12
13
namespace
ActsTrk
{
14
15
class
EstimatedTrackParamsAnalysisAlg
final :
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
:
25
SG::ReadHandleKey< ActsTrk::BoundTrackParametersContainer >
m_inputTrackParamsColletionKey
{
this
,
"InputTrackParamsCollection"
,
""
,
""
};
26
27
Gaudi::Property< std::string >
m_monGroupName
28
{
this
,
"MonGroupName"
,
"ActsEstimatedTrackParamsAnalysisAlg"
};
29
};
30
31
}
32
33
#endif
AthMonitorAlgorithm.h
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TrackParametersContainer.h
ActsTrk::EstimatedTrackParamsAnalysisAlg::EstimatedTrackParamsAnalysisAlg
EstimatedTrackParamsAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
EstimatedTrackParamsAnalysisAlg.cxx:9
ActsTrk::EstimatedTrackParamsAnalysisAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition
EstimatedTrackParamsAnalysisAlg.cxx:25
ActsTrk::EstimatedTrackParamsAnalysisAlg::initialize
virtual StatusCode initialize() override
initialize
Definition
EstimatedTrackParamsAnalysisAlg.cxx:14
ActsTrk::EstimatedTrackParamsAnalysisAlg::m_inputTrackParamsColletionKey
SG::ReadHandleKey< ActsTrk::BoundTrackParametersContainer > m_inputTrackParamsColletionKey
Definition
EstimatedTrackParamsAnalysisAlg.h:25
ActsTrk::EstimatedTrackParamsAnalysisAlg::m_monGroupName
Gaudi::Property< std::string > m_monGroupName
Definition
EstimatedTrackParamsAnalysisAlg.h:28
ActsTrk::EstimatedTrackParamsAnalysisAlg::~EstimatedTrackParamsAnalysisAlg
virtual ~EstimatedTrackParamsAnalysisAlg() override=default
AthMonitorAlgorithm::AthMonitorAlgorithm
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthMonitorAlgorithm.cxx:8
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
Generated on
for ATLAS Offline Software by
1.17.0