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
HeavyIonRec
HIJetRec
src
HICaloCellHelper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef HIJETREC_HICALOHELPER_H__
6
#define HIJETREC_HICALOHELPER_H__
7
8
#include <string>
9
#include <vector>
10
#include "
xAODHIEvent/HIEventShapeContainer.h
"
11
#include "
xAODCaloEvent/CaloCluster.h
"
12
13
14
class
CaloCell
;
15
16
17
namespace
HICaloCellHelper
{
18
19
float
getEtDensity
(
const
CaloCell
* theCell,
float
geoWeight);
20
float
getAreaEtaPhi
(
const
CaloCell
* theCell);
21
void
updateShape
(
xAOD::HIEventShapeContainer
* shape,
const
CaloCell
* theCell,
float
geoWeight,
float
eta0,
float
phi0
,
bool
isNeg=
false
);
22
23
std::string
dumpCell
(
const
CaloCell
* theCell);
24
}
25
26
#endif
HICaloCellHelper
Definition:
HICaloCellHelper.h:17
HICaloCellHelper::getAreaEtaPhi
float getAreaEtaPhi(const CaloCell *theCell)
Definition:
HICaloCellHelper.cxx:15
HICaloCellHelper::updateShape
void updateShape(xAOD::HIEventShapeContainer *shape, const CaloCell *theCell, float geoWeight, float eta0, float phi0, bool isNeg=false)
InDetAccessor::phi0
@ phi0
Definition:
InDetAccessor.h:33
HICaloCellHelper::getEtDensity
float getEtDensity(const CaloCell *theCell, float geoWeight)
Definition:
HICaloCellHelper.cxx:22
CaloCluster.h
HIEventShapeContainer.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
CaloCell
Data object for each calorimeter readout cell.
Definition:
CaloCell.h:57
HICaloCellHelper::dumpCell
std::string dumpCell(const CaloCell *theCell)
Definition:
HICaloCellHelper.cxx:31
Generated on Sun Mar 30 2025 21:11:27 for ATLAS Offline Software by
1.8.18