ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
TrackingAnalysisAlgorithms
TrackingAnalysisAlgorithms
InDetTrackSmearingAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
9
#ifndef TRACKING_ANALYSIS_ALGORITHMS__INDET_TRACK_SMEARING_ALG_H
10
#define TRACKING_ANALYSIS_ALGORITHMS__INDET_TRACK_SMEARING_ALG_H
11
12
#include <
AnaAlgorithm/AnaAlgorithm.h
>
13
#include <
AsgTools/PropertyWrapper.h
>
14
#include <
InDetTrackSystematicsTools/IInDetTrackSmearingTool.h
>
15
#include <
SelectionHelpers/OutOfValidityHelper.h
>
16
#include <
SelectionHelpers/SysReadSelectionHandle.h
>
17
#include <
SystematicsHandles/SysCopyHandle.h
>
18
#include <
SystematicsHandles/SysListHandle.h
>
19
#include <
xAODTracking/TrackParticleContainer.h
>
20
21
namespace
CP
22
{
24
25
class
InDetTrackSmearingAlg
final :
public
EL::AnaAlgorithm
26
{
28
public
:
29
using
EL::AnaAlgorithm::AnaAlgorithm
;
30
StatusCode
initialize
()
override
;
31
StatusCode
execute
(
const
EventContext& ctx)
override
;
32
34
private
:
35
ToolHandle<InDet::IInDetTrackSmearingTool>
m_smearingTool
{
this
,
"smearingTool"
,
"InDetTrackSmearingTool"
,
"the smearing tool we apply"
};
36
38
private
:
39
SysListHandle
m_systematicsList
{
this
};
40
42
private
:
43
SysCopyHandle<xAOD::TrackParticleContainer>
m_tracksHandle
{
44
this
,
"inDetTracks"
,
""
,
"the track collection to run on"
};
45
47
private
:
48
SysReadSelectionHandle
m_preselection
{
49
this
,
"preselection"
,
""
,
"the preselection to apply"
};
50
52
private
:
53
OutOfValidityHelper
m_outOfValidity
{
this
};
54
};
55
}
56
57
#endif
AnaAlgorithm.h
TrackParticleContainer.h
IInDetTrackSmearingTool.h
OutOfValidityHelper.h
PropertyWrapper.h
SysCopyHandle.h
SysListHandle.h
SysReadSelectionHandle.h
CP::InDetTrackSmearingAlg
an algorithm for calling InDetTrackSmearingTool
Definition
InDetTrackSmearingAlg.h:26
CP::InDetTrackSmearingAlg::m_outOfValidity
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
Definition
InDetTrackSmearingAlg.h:53
CP::InDetTrackSmearingAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition
InDetTrackSmearingAlg.h:39
CP::InDetTrackSmearingAlg::initialize
StatusCode initialize() override
Definition
InDetTrackSmearingAlg.cxx:21
CP::InDetTrackSmearingAlg::m_smearingTool
ToolHandle< InDet::IInDetTrackSmearingTool > m_smearingTool
the smearing tool
Definition
InDetTrackSmearingAlg.h:35
CP::InDetTrackSmearingAlg::m_preselection
SysReadSelectionHandle m_preselection
the preselection we apply to our input
Definition
InDetTrackSmearingAlg.h:48
CP::InDetTrackSmearingAlg::m_tracksHandle
SysCopyHandle< xAOD::TrackParticleContainer > m_tracksHandle
the track collection we run on
Definition
InDetTrackSmearingAlg.h:43
CP::OutOfValidityHelper
a helper to translate a CP::CorrectionCode into a StatusCode
Definition
OutOfValidityHelper.h:73
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition
SysCopyHandle.h:65
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition
SysListHandle.h:33
CP::SysReadSelectionHandle
a data handle for reading systematically varied selection properties from objects
Definition
SysReadSelectionHandle.h:32
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition
AnaAlgorithm.h:74
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition
AnaAlgorithm.cxx:40
EL::AnaAlgorithm::execute
virtual::StatusCode execute()
execute this algorithm
Definition
AnaAlgorithm.cxx:315
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
Generated on
for ATLAS Offline Software by
1.17.0