ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsMonitoring
src
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
8
#include "
AthenaMonitoring/AthMonitorAlgorithm.h
"
9
#include "
ActsEvent/TrackContainer.h
"
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
InDetIdentifier/PixelID.h
"
12
#include "
InDetIdentifier/SCT_ID.h
"
13
14
namespace
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
:
26
SG::ReadHandleKey<ActsTrk::TrackContainer>
m_tracksKey
{
this
,
"TracksLocation"
,
""
,
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
AthMonitorAlgorithm.h
PixelID.h
This is an Identifier helper class for the Pixel subdetector.
SCT_ID.h
This is an Identifier helper class for the SCT subdetector.
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TrackContainer.h
ActsTrk::TrackAnalysisAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition
TrackAnalysisAlg.cxx:62
ActsTrk::TrackAnalysisAlg::m_pixelID
const PixelID * m_pixelID
Definition
TrackAnalysisAlg.h:32
ActsTrk::TrackAnalysisAlg::m_monGroupName
Gaudi::Property< std::string > m_monGroupName
Definition
TrackAnalysisAlg.h:30
ActsTrk::TrackAnalysisAlg::initialize
virtual StatusCode initialize() override
initialize
Definition
TrackAnalysisAlg.cxx:20
ActsTrk::TrackAnalysisAlg::TrackAnalysisAlg
TrackAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrackAnalysisAlg.cxx:16
ActsTrk::TrackAnalysisAlg::m_stripID
const SCT_ID * m_stripID
Definition
TrackAnalysisAlg.h:33
ActsTrk::TrackAnalysisAlg::~TrackAnalysisAlg
virtual ~TrackAnalysisAlg() override=default
ActsTrk::TrackAnalysisAlg::m_tracksKey
SG::ReadHandleKey< ActsTrk::TrackContainer > m_tracksKey
Definition
TrackAnalysisAlg.h:26
AthMonitorAlgorithm::AthMonitorAlgorithm
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthMonitorAlgorithm.cxx:8
PixelID
This is an Identifier helper class for the Pixel subdetector.
Definition
PixelID.h:69
SCT_ID
This is an Identifier helper class for the SCT subdetector.
Definition
SCT_ID.h:68
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