ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsMonitoring
src
SpacePointAnalysisAlg.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_SPACEPOINTANALYSISALG_H
6
#define ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H
7
8
#include "
AthenaMonitoring/AthMonitorAlgorithm.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
GeoPrimitives/GeoPrimitives.h
"
11
12
#include "
InDetIdentifier/PixelID.h
"
13
#include "
InDetIdentifier/SCT_ID.h
"
14
15
#include "
xAODInDetMeasurement/PixelClusterContainer.h
"
16
#include "
xAODInDetMeasurement/StripClusterContainer.h
"
17
#include "
xAODInDetMeasurement/SpacePointContainer.h
"
18
19
namespace
ActsTrk
{
20
21
class
SpacePointAnalysisAlg
final :
22
public
AthMonitorAlgorithm
{
23
24
public
:
25
SpacePointAnalysisAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
26
virtual
~SpacePointAnalysisAlg
()
override
=
default
;
27
28
virtual
StatusCode
initialize
()
override
;
29
virtual
StatusCode
fillHistograms
(
const
EventContext& ctx)
const override
;
30
31
private
:
32
SG::ReadHandleKey< xAOD::SpacePointContainer >
m_spacePointContainerKey
{
this
,
"SpacePointContainerKey"
,
"ITkPixelSpacePoints"
,
"Key of input space points"
};
33
34
Gaudi::Property< std::string >
m_monGroupName
{
this
,
"MonGroupName"
,
"ActsSpacePointAnalysisAlg"
};
35
Gaudi::Property< bool >
m_usePixel
{
this
,
"UsePixel"
,
true
,
"enable use of pixel ID or SCT ID"
};
36
Gaudi::Property< bool >
m_useOverlap
{
this
,
"UseOverlap"
,
false
,
"looking at strip strip space points"
};
37
};
38
}
39
40
#endif
// ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H
AthMonitorAlgorithm.h
PixelClusterContainer.h
SpacePointContainer.h
GeoPrimitives.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.
StripClusterContainer.h
ActsTrk::SpacePointAnalysisAlg::~SpacePointAnalysisAlg
virtual ~SpacePointAnalysisAlg() override=default
ActsTrk::SpacePointAnalysisAlg::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition
SpacePointAnalysisAlg.cxx:36
ActsTrk::SpacePointAnalysisAlg::m_useOverlap
Gaudi::Property< bool > m_useOverlap
Definition
SpacePointAnalysisAlg.h:36
ActsTrk::SpacePointAnalysisAlg::m_usePixel
Gaudi::Property< bool > m_usePixel
Definition
SpacePointAnalysisAlg.h:35
ActsTrk::SpacePointAnalysisAlg::m_monGroupName
Gaudi::Property< std::string > m_monGroupName
Definition
SpacePointAnalysisAlg.h:34
ActsTrk::SpacePointAnalysisAlg::m_spacePointContainerKey
SG::ReadHandleKey< xAOD::SpacePointContainer > m_spacePointContainerKey
Definition
SpacePointAnalysisAlg.h:32
ActsTrk::SpacePointAnalysisAlg::SpacePointAnalysisAlg
SpacePointAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
SpacePointAnalysisAlg.cxx:15
ActsTrk::SpacePointAnalysisAlg::initialize
virtual StatusCode initialize() override
initialize
Definition
SpacePointAnalysisAlg.cxx:19
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