ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
JetAnalysisAlgorithms
JetAnalysisAlgorithms
JetFFSmearingAlg.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
#ifndef JET_ANALYSIS_ALGORITHMS__JET_FFSMEARING_ALG_H
8
#define JET_ANALYSIS_ALGORITHMS__JET_FFSMEARING_ALG_H
9
10
#include <
AnaAlgorithm/AnaAlgorithm.h
>
11
#include <
JetCPInterfaces/ICPJetCorrectionTool.h
>
12
#include <
SelectionHelpers/OutOfValidityHelper.h
>
13
#include <
SelectionHelpers/SysReadSelectionHandle.h
>
14
#include <
SystematicsHandles/SysCopyHandle.h
>
15
#include <
SystematicsHandles/SysListHandle.h
>
16
17
namespace
CP
{
19
20
class
JetFFSmearingAlg
final :
public
EL::AnaAlgorithm
{
22
public
:
23
using
EL::AnaAlgorithm::AnaAlgorithm
;
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
execute
(
const
EventContext& ctx)
override
;
26
28
private
:
29
ToolHandle<ICPJetCorrectionTool>
m_FFSmearingTool
{
30
this
,
"FFSmearingTool"
,
""
,
"the large-R jet FF smearing tool we apply"
};
31
33
private
:
34
SysListHandle
m_systematicsList
{
this
};
35
37
private
:
38
std::vector<CP::SystematicSet>
m_systematicsVector
;
39
41
private
:
42
SysCopyHandle<xAOD::JetContainer>
m_jetHandle
{
43
this
,
"jets"
,
""
,
"the large-R jet collection to run on"
};
44
46
private
:
47
SysReadSelectionHandle
m_preselection
{
this
,
"preselection"
,
""
,
48
"the preselection to apply"
};
49
51
private
:
52
OutOfValidityHelper
m_outOfValidity
{
this
};
53
};
54
}
// namespace CP
55
56
#endif
AnaAlgorithm.h
ICPJetCorrectionTool.h
OutOfValidityHelper.h
SysCopyHandle.h
SysListHandle.h
SysReadSelectionHandle.h
CP::JetFFSmearingAlg
an algorithm for calling FFJetSmearingTool
Definition
JetFFSmearingAlg.h:20
CP::JetFFSmearingAlg::m_FFSmearingTool
ToolHandle< ICPJetCorrectionTool > m_FFSmearingTool
the large-R jet FF smearing tool
Definition
JetFFSmearingAlg.h:29
CP::JetFFSmearingAlg::m_jetHandle
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the large-R jet collection we run on
Definition
JetFFSmearingAlg.h:42
CP::JetFFSmearingAlg::m_systematicsVector
std::vector< CP::SystematicSet > m_systematicsVector
FIXME: vector of FFJetSmearingTool systematics, while the tool is unable to handle external systemati...
Definition
JetFFSmearingAlg.h:38
CP::JetFFSmearingAlg::m_preselection
SysReadSelectionHandle m_preselection
the preselection we apply to our input
Definition
JetFFSmearingAlg.h:47
CP::JetFFSmearingAlg::initialize
virtual StatusCode initialize() override
Definition
JetFFSmearingAlg.cxx:20
CP::JetFFSmearingAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition
JetFFSmearingAlg.h:34
CP::JetFFSmearingAlg::m_outOfValidity
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
Definition
JetFFSmearingAlg.h:52
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