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
egamma
egammaUtils
egammaUtils
electronPearShapeAlignmentCorrection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ELECTRONPEARSHAPEALIGNMENTCORRECTION_H
6
#define ELECTRONPEARSHAPEALIGNMENTCORRECTION_H
7
8
#include "TH2.h"
17
class
electronPearShapeAlignmentCorrection
18
{
19
20
public
:
23
electronPearShapeAlignmentCorrection
(
24
const
std::string&
infile
=
"rel22_210510/pearshapedistortion.root"
);
25
~electronPearShapeAlignmentCorrection
() =
default
;
26
29
double
getDeltaEtaDistortion
(
const
float
eta
,
const
float
phi
)
const
;
30
double
getDeltaEtaCorrection
(
const
float
eta
,
const
float
phi
)
const
;
31
32
private
:
33
// histograms to store correction
34
std::unique_ptr<TH2>
m_sdeta
;
35
};
36
37
#endif
run.infile
string infile
Definition:
run.py:13
phi
Scalar phi() const
phi method
Definition:
AmgMatrixBasePlugin.h:67
eta
Scalar eta() const
pseudorapidity method
Definition:
AmgMatrixBasePlugin.h:83
electronPearShapeAlignmentCorrection::getDeltaEtaDistortion
double getDeltaEtaDistortion(const float eta, const float phi) const
get the correction to deltaEta
Definition:
electronPearShapeAlignmentCorrection.cxx:32
electronPearShapeAlignmentCorrection::electronPearShapeAlignmentCorrection
electronPearShapeAlignmentCorrection(const std::string &infile="rel22_210510/pearshapedistortion.root")
constructor (initialization reading a root file)
Definition:
electronPearShapeAlignmentCorrection.cxx:13
electronPearShapeAlignmentCorrection::getDeltaEtaCorrection
double getDeltaEtaCorrection(const float eta, const float phi) const
Definition:
electronPearShapeAlignmentCorrection.cxx:43
electronPearShapeAlignmentCorrection::~electronPearShapeAlignmentCorrection
~electronPearShapeAlignmentCorrection()=default
electronPearShapeAlignmentCorrection::m_sdeta
std::unique_ptr< TH2 > m_sdeta
Definition:
electronPearShapeAlignmentCorrection.h:34
electronPearShapeAlignmentCorrection
return a correction for deltaEta1 to account for the pear shape distortion of the calorimeter
Definition:
electronPearShapeAlignmentCorrection.h:18
Generated on Sun Apr 27 2025 21:10:10 for ATLAS Offline Software by
1.8.18