ATLAS Offline Software
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 
20 
21 namespace CP
22 {
24 
26  {
28  public:
30  StatusCode initialize () override;
31  StatusCode execute () override;
32 
34  private:
35  ToolHandle<InDet::IInDetTrackSmearingTool> m_smearingTool {this, "smearingTool", "InDetTrackSmearingTool", "the smearing tool we apply"};
36 
38  private:
40 
42  private:
44  this, "inDetTracks", "", "the track collection to run on"};
45 
47  private:
49  this, "preselection", "", "the preselection to apply"};
50 
52  private:
54  };
55 }
56 
57 #endif
OutOfValidityHelper.h
PropertyWrapper.h
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition: SysListHandle.h:33
CP::OutOfValidityHelper
a helper to translate a CP::CorrectionCode into a ::StatusCode
Definition: OutOfValidityHelper.h:73
CP::InDetTrackSmearingAlg::m_tracksHandle
SysCopyHandle< xAOD::TrackParticleContainer > m_tracksHandle
the track collection we run on
Definition: InDetTrackSmearingAlg.h:43
SysListHandle.h
IInDetTrackSmearingTool.h
SysCopyHandle.h
CP::InDetTrackSmearingAlg
an algorithm for calling InDetTrackSmearingTool
Definition: InDetTrackSmearingAlg.h:26
CP::InDetTrackSmearingAlg::m_smearingTool
ToolHandle< InDet::IInDetTrackSmearingTool > m_smearingTool
the smearing tool
Definition: InDetTrackSmearingAlg.h:35
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:49
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaAlgorithm.cxx:40
CP::InDetTrackSmearingAlg::m_preselection
SysReadSelectionHandle m_preselection
the preselection we apply to our input
Definition: InDetTrackSmearingAlg.h:48
CP::InDetTrackSmearingAlg::initialize
StatusCode initialize() override
Definition: InDetTrackSmearingAlg.cxx:21
AnaAlgorithm.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CP::InDetTrackSmearingAlg::execute
StatusCode execute() override
Definition: InDetTrackSmearingAlg.cxx:35
CP::InDetTrackSmearingAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition: InDetTrackSmearingAlg.h:39
columnar::final
CM final
Definition: ColumnAccessor.h:106
SysReadSelectionHandle.h
CP::InDetTrackSmearingAlg::m_outOfValidity
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
Definition: InDetTrackSmearingAlg.h:53
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition: SysCopyHandle.h:62
CP::SysReadSelectionHandle
a data handle for reading systematically varied selection properties from objects
Definition: SysReadSelectionHandle.h:32
TrackParticleContainer.h