Loading [MathJax]/extensions/MathMenu.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
Calorimeter
CaloCnv
CaloTPCnv
CaloTPCnv
CaloTopoTowerContainer_p1.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 CALOATHENAPOOL_CALOTOPOTOWERCONTAINER_P1_H
6
#define CALOATHENAPOOL_CALOTOPOTOWERCONTAINER_P1_H
7
8
#include "
CaloTPCnv/CaloTowerSeg_p1.h
"
9
#include "
DataModelAthenaPool/DataLink_p1.h
"
10
#include <vector>
11
12
class
CaloTopoTowerContainer_p1
13
{
14
public
:
15
CaloTowerSeg_p1
m_towerSeg
;
16
std::vector<unsigned int>
m_caloRegions
;
17
18
DataLink_p1
cells
;
19
DataLink_p1
clusters
;
20
DataLink_p1
towers
;
21
22
double
m_minimumCellEnergy
;
23
double
m_minimumClusterEnergy
;
24
bool
m_useCellWeights
;
25
bool
m_useNoiseTool
=
false
;
// now unused
26
bool
m_usePileUpNoise
=
false
;
// now unused
27
float
m_noiseSigma
;
28
float
m_cellESignificanceThreshold
;
29
bool
m_caloSelection
;
30
};
31
32
#endif
CaloTowerSeg_p1.h
DataLink_p1
Persistent representation of DataLink contains the StoreGate key of the container object to which the...
Definition:
DataLink_p1.h:24
CaloTopoTowerContainer_p1::m_cellESignificanceThreshold
float m_cellESignificanceThreshold
Definition:
CaloTopoTowerContainer_p1.h:28
DataLink_p1.h
This file contains the class definition for DataLink_p1 and DataLinkVector_p1.
CaloTopoTowerContainer_p1::clusters
DataLink_p1 clusters
Definition:
CaloTopoTowerContainer_p1.h:19
CaloTopoTowerContainer_p1::m_noiseSigma
float m_noiseSigma
Definition:
CaloTopoTowerContainer_p1.h:27
CaloTopoTowerContainer_p1::m_minimumCellEnergy
double m_minimumCellEnergy
Definition:
CaloTopoTowerContainer_p1.h:22
CaloTowerSeg_p1
Definition:
CaloTowerSeg_p1.h:11
CaloTopoTowerContainer_p1::m_minimumClusterEnergy
double m_minimumClusterEnergy
Definition:
CaloTopoTowerContainer_p1.h:23
CaloTopoTowerContainer_p1::m_useNoiseTool
bool m_useNoiseTool
Definition:
CaloTopoTowerContainer_p1.h:25
CaloTopoTowerContainer_p1::towers
DataLink_p1 towers
Definition:
CaloTopoTowerContainer_p1.h:20
CaloTopoTowerContainer_p1::m_caloSelection
bool m_caloSelection
Definition:
CaloTopoTowerContainer_p1.h:29
CaloTopoTowerContainer_p1::m_caloRegions
std::vector< unsigned int > m_caloRegions
Definition:
CaloTopoTowerContainer_p1.h:16
CaloTopoTowerContainer_p1::m_towerSeg
CaloTowerSeg_p1 m_towerSeg
Definition:
CaloTopoTowerContainer_p1.h:15
CaloTopoTowerContainer_p1::m_useCellWeights
bool m_useCellWeights
Definition:
CaloTopoTowerContainer_p1.h:24
CaloTopoTowerContainer_p1::m_usePileUpNoise
bool m_usePileUpNoise
Definition:
CaloTopoTowerContainer_p1.h:26
CaloTopoTowerContainer_p1
Definition:
CaloTopoTowerContainer_p1.h:13
CaloTopoTowerContainer_p1::cells
DataLink_p1 cells
Definition:
CaloTopoTowerContainer_p1.h:18
Generated on Fri Mar 28 2025 21:08:15 for ATLAS Offline Software by
1.8.18