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
eflowRec
eflowRec
PFClusterWidthCalculator.h
Go to the documentation of this file.
1
#ifndef PFCLUSTERWIDTHCALCULATOR_H
2
#define PFCLUSTERWIDTHCALCULATOR_H
3
4
#include <vector>
5
6
class
PFClusterWidthCalculator
{
7
8
public
:
9
10
PFClusterWidthCalculator
();
11
~PFClusterWidthCalculator
() =
default
;
12
13
std::pair<double,double>
getPFClusterCoordinateWidth
(
const
std::vector<double>&
eta
,
const
std::vector<double>&
phi
,
const
double
& clusterEta,
const
double
& clusterPhi,
unsigned
int
nCells
);
14
double
getEtaMean
()
const
{
return
m_etaMean
;}
15
double
getPhiMean
()
const
{
return
m_phiMean
;}
16
17
18
private
:
19
double
m_etaPhiLowerLimit
;
20
double
m_etaMean
;
21
double
m_phiMean
;
22
23
24
};
25
26
#endif
PFClusterWidthCalculator::~PFClusterWidthCalculator
~PFClusterWidthCalculator()=default
PFClusterWidthCalculator::m_etaPhiLowerLimit
double m_etaPhiLowerLimit
Definition:
PFClusterWidthCalculator.h:19
phi
Scalar phi() const
phi method
Definition:
AmgMatrixBasePlugin.h:67
eta
Scalar eta() const
pseudorapidity method
Definition:
AmgMatrixBasePlugin.h:83
PFClusterWidthCalculator::m_etaMean
double m_etaMean
Definition:
PFClusterWidthCalculator.h:20
PFClusterWidthCalculator
Definition:
PFClusterWidthCalculator.h:6
xAOD::nCells
setRawEt setRawPhi nCells
Definition:
TrigCaloCluster_v1.cxx:33
PFClusterWidthCalculator::PFClusterWidthCalculator
PFClusterWidthCalculator()
Definition:
PFClusterWidthCalculator.cxx:7
PFClusterWidthCalculator::m_phiMean
double m_phiMean
Definition:
PFClusterWidthCalculator.h:21
PFClusterWidthCalculator::getEtaMean
double getEtaMean() const
Definition:
PFClusterWidthCalculator.h:14
PFClusterWidthCalculator::getPhiMean
double getPhiMean() const
Definition:
PFClusterWidthCalculator.h:15
PFClusterWidthCalculator::getPFClusterCoordinateWidth
std::pair< double, double > getPFClusterCoordinateWidth(const std::vector< double > &eta, const std::vector< double > &phi, const double &clusterEta, const double &clusterPhi, unsigned int nCells)
Definition:
PFClusterWidthCalculator.cxx:11
Generated on Wed Apr 23 2025 21:16:51 for ATLAS Offline Software by
1.8.18