Loading [MathJax]/jax/output/SVG/config.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Reconstruction
Jet
JetCalibTools
JetCalibTools
GSCCalibStep.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// GSCCalibStep.h
8
// Header file for class GSCCalibStep
10
#ifndef JETCALIBTOOLS_GSCCALIBSTEP_H
11
#define JETCALIBTOOLS_GSCCALIBSTEP_H 1
12
13
#include <string.h>
14
15
#include <TString.h>
16
#include <TEnv.h>
17
18
#include "
AsgTools/AsgTool.h
"
19
#include "
AsgTools/AsgToolMacros.h
"
20
#include "
AsgTools/ToolHandle.h
"
21
#include <
AsgTools/PropertyWrapper.h
>
22
23
#include "
xAODEventInfo/EventInfo.h
"
24
25
#include "
JetAnalysisInterfaces/IJetCalibTool.h
"
26
#include "
JetAnalysisInterfaces/IJetCalibStep.h
"
27
#include "
JetAnalysisInterfaces/IVarTool.h
"
28
#include "
JetToolHelpers/InputVariable.h
"
29
30
class
GSCCalibStep
31
:
public
asg::AsgTool
,
32
virtual
public
IJetCalibStep
{
33
34
ASG_TOOL_CLASS
(
GSCCalibStep
,
IJetCalibStep
)
35
36
public
:
38
GSCCalibStep
(
const
std::string&
name
=
"GSCCalibStep"
);
39
40
virtual
StatusCode
initialize
()
override
;
41
virtual
StatusCode
calibrate
(
xAOD::JetContainer
&)
const override
;
42
43
private
:
44
Gaudi::Property<std::string>
m_jetInScale
{
this
,
"InScale"
,
"JetEtaJESScaleMomentum"
,
"Starting jet scale"
};
45
Gaudi::Property<std::string>
m_jetOutScale
{
this
,
"OutScale"
,
"JetGSCScaleMomentum"
,
"Ending jet scale"
};
46
47
ToolHandleArray<JetHelper::IVarTool>
m_histTool_EM3
= {this ,
"histTool_EM3"
, {},
"EM3 histo reader"
};
48
ToolHandleArray<JetHelper::IVarTool>
m_histTool_ChargedFraction
= {this ,
"histTool_CharFrac"
, {},
"ChargedFraction histo reader"
};
49
ToolHandleArray<JetHelper::IVarTool>
m_histTool_Tile0
= {this ,
"histTool_Tile0"
, {},
"Tile0 histo reader"
};
50
ToolHandleArray<JetHelper::IVarTool>
m_histTool_PunchThrough
= {this ,
"histTool_PunchThrough"
, {},
"PunchThrough histo reader"
};
51
ToolHandleArray<JetHelper::IVarTool>
m_histTool_nTrk
= {this ,
"histTool_nTrk"
, {},
"nTrk histo reader"
};
52
ToolHandleArray<JetHelper::IVarTool>
m_histTool_trackWIDTH
= {this ,
"histTool_trackWIDTH"
, {},
"trackWIDTH histo reader"
};
53
54
55
float
getChargedFractionResponse
(
const
xAOD::Jet
&
jet
,
const
JetHelper::JetContext
& jc,
uint
etabin)
const
;
56
float
getTile0Response
(
const
xAOD::Jet
&
jet
,
const
JetHelper::JetContext
& jc,
uint
etabin)
const
;
57
float
getEM3Response
(
const
xAOD::Jet
&
jet
,
const
JetHelper::JetContext
& jc,
uint
etabin)
const
;
58
float
getPunchThroughResponse
(
const
xAOD::Jet
&
jet
,
const
JetHelper::JetContext
& jc,
double
eta_det)
const
;
59
float
getNTrkResponse
(
const
xAOD::Jet
&
jet
,
const
JetHelper::JetContext
& jc,
uint
etabin)
const
;
60
float
getTrackWIDTHResponse
(
const
xAOD::Jet
&
jet
,
const
JetHelper::JetContext
& jc,
uint
etabin)
const
;
61
62
};
63
64
#endif
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition:
AsgTool.h:47
PropertyWrapper.h
InputVariable.h
GSCCalibStep::getEM3Response
float getEM3Response(const xAOD::Jet &jet, const JetHelper::JetContext &jc, uint etabin) const
Definition:
GSCCalibStep.cxx:173
JetHelper::JetContext
Class JetContext Designed to read AOD information related to the event, N vertices,...
Definition:
JetContext.h:24
GSCCalibStep::m_jetOutScale
Gaudi::Property< std::string > m_jetOutScale
Definition:
GSCCalibStep.h:45
GSCCalibStep::m_histTool_ChargedFraction
ToolHandleArray< JetHelper::IVarTool > m_histTool_ChargedFraction
Definition:
GSCCalibStep.h:48
GSCCalibStep::m_jetInScale
Gaudi::Property< std::string > m_jetInScale
Definition:
GSCCalibStep.h:44
IVarTool.h
GSCCalibStep::getNTrkResponse
float getNTrkResponse(const xAOD::Jet &jet, const JetHelper::JetContext &jc, uint etabin) const
Definition:
GSCCalibStep.cxx:200
IJetCalibStep.h
GSCCalibStep
Definition:
GSCCalibStep.h:32
GSCCalibStep::getTile0Response
float getTile0Response(const xAOD::Jet &jet, const JetHelper::JetContext &jc, uint etabin) const
Definition:
GSCCalibStep.cxx:166
uint
unsigned int uint
Definition:
LArOFPhaseFill.cxx:20
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
GSCCalibStep::GSCCalibStep
GSCCalibStep(const std::string &name="GSCCalibStep")
Constructor with parameters:
Definition:
GSCCalibStep.cxx:15
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
GSCCalibStep::m_histTool_nTrk
ToolHandleArray< JetHelper::IVarTool > m_histTool_nTrk
Definition:
GSCCalibStep.h:51
GSCCalibStep::getTrackWIDTHResponse
float getTrackWIDTHResponse(const xAOD::Jet &jet, const JetHelper::JetContext &jc, uint etabin) const
Definition:
GSCCalibStep.cxx:218
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
GSCCalibStep::getChargedFractionResponse
float getChargedFractionResponse(const xAOD::Jet &jet, const JetHelper::JetContext &jc, uint etabin) const
Definition:
GSCCalibStep.cxx:159
IJetCalibTool.h
GSCCalibStep::m_histTool_trackWIDTH
ToolHandleArray< JetHelper::IVarTool > m_histTool_trackWIDTH
Definition:
GSCCalibStep.h:52
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
GSCCalibStep::initialize
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition:
GSCCalibStep.cxx:24
EventInfo.h
IJetCalibStep
Definition:
IJetCalibStep.h:27
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition:
AsgToolMacros.h:68
GSCCalibStep::m_histTool_PunchThrough
ToolHandleArray< JetHelper::IVarTool > m_histTool_PunchThrough
Definition:
GSCCalibStep.h:50
AsgToolMacros.h
ToolHandle.h
GSCCalibStep::m_histTool_EM3
ToolHandleArray< JetHelper::IVarTool > m_histTool_EM3
Definition:
GSCCalibStep.h:47
AsgTool.h
GSCCalibStep::calibrate
virtual StatusCode calibrate(xAOD::JetContainer &) const override
Apply calibration to a jet container.
Definition:
GSCCalibStep.cxx:40
GSCCalibStep::getPunchThroughResponse
float getPunchThroughResponse(const xAOD::Jet &jet, const JetHelper::JetContext &jc, double eta_det) const
Definition:
GSCCalibStep.cxx:180
GSCCalibStep::m_histTool_Tile0
ToolHandleArray< JetHelper::IVarTool > m_histTool_Tile0
Definition:
GSCCalibStep.h:49
Generated on Sat May 24 2025 21:10:19 for ATLAS Offline Software by
1.8.18