Loading [MathJax]/extensions/tex2jax.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
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
JetUncertainties
JetUncertainties
PtEtaUncertaintyComponent.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETUNCERTAINTIES_PTETAUNCERTAINTYCOMPONENT_H
6
#define JETUNCERTAINTIES_PTETAUNCERTAINTYCOMPONENT_H
7
8
#include "
JetUncertainties/UncertaintyComponent.h
"
9
10
namespace
jet
11
{
12
13
class
PtEtaUncertaintyComponent
:
public
UncertaintyComponent
14
{
15
public
:
16
// Constructor/destructor/initialization
17
PtEtaUncertaintyComponent
(
const
ComponentHelper
& component);
18
PtEtaUncertaintyComponent
(
const
PtEtaUncertaintyComponent
& toCopy);
19
virtual
PtEtaUncertaintyComponent
*
clone
()
const
;
20
virtual
~PtEtaUncertaintyComponent
() {}
21
22
protected
:
23
24
// Uncertainty/validity retrieval helper methods
25
virtual
bool
getValidityImpl
(
const
xAOD::Jet
&
jet
,
const
xAOD::EventInfo
& eInfo)
const
;
26
virtual
double
getUncertaintyImpl
(
const
xAOD::Jet
&
jet
,
const
xAOD::EventInfo
& eInfo)
const
;
27
28
private
:
29
PtEtaUncertaintyComponent
(
const
std::string&
name
=
""
);
30
const
bool
m_absEta
;
31
};
32
33
}
// end jet namespace
34
35
#endif
36
jet::ComponentHelper
Definition:
ConfigHelper.h:24
jet::PtEtaUncertaintyComponent::getValidityImpl
virtual bool getValidityImpl(const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const
Definition:
PtEtaUncertaintyComponent.cxx:50
jet::UncertaintyComponent
Definition:
UncertaintyComponent.h:25
jet::PtEtaUncertaintyComponent::m_absEta
const bool m_absEta
Definition:
PtEtaUncertaintyComponent.h:30
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
jet::PtEtaUncertaintyComponent::~PtEtaUncertaintyComponent
virtual ~PtEtaUncertaintyComponent()
Definition:
PtEtaUncertaintyComponent.h:20
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
jet::PtEtaUncertaintyComponent
Definition:
PtEtaUncertaintyComponent.h:14
xAOD::EventInfo_v1
Class describing the basic event information.
Definition:
EventInfo_v1.h:43
jet::PtEtaUncertaintyComponent::clone
virtual PtEtaUncertaintyComponent * clone() const
Definition:
PtEtaUncertaintyComponent.cxx:38
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
jet::PtEtaUncertaintyComponent::getUncertaintyImpl
virtual double getUncertaintyImpl(const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const
Definition:
PtEtaUncertaintyComponent.cxx:55
UncertaintyComponent.h
jet::PtEtaUncertaintyComponent::PtEtaUncertaintyComponent
PtEtaUncertaintyComponent(const ComponentHelper &component)
Definition:
PtEtaUncertaintyComponent.cxx:24
Generated on Fri Mar 28 2025 21:17:07 for ATLAS Offline Software by
1.8.18