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
Event
xAOD
xAODCaloRings
xAODCaloRings
CaloRingsDefs.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
// $Id: CaloRingsDefs.h 659538 2015-04-08 17:29:18Z wsfreund $
6
#ifndef XAODCALORINGS_CALORINGSDEF_H
7
#define XAODCALORINGS_CALORINGSDEF_H
8
9
namespace
Ringer
{
10
18
enum
CalJointSection
{
19
EM
,
20
HAD
,
21
NJointSections
,
22
UnknownJointSection
23
};
24
45
enum
CalJointLayer
{
46
PS
,
47
EM1
,
48
EM2
,
49
EM3
,
50
HAD1
,
51
HAD2
,
52
HAD3
,
53
NJointLayers
,
54
UnknownJointLayer
55
};
56
57
}
// namespace Ringer
58
59
#endif // XAODCALORINGS_CALORINGSDEF_H
Ringer::UnknownJointLayer
@ UnknownJointLayer
Definition:
CaloRingsDefs.h:54
Ringer::HAD2
@ HAD2
Definition:
CaloRingsDefs.h:51
Ringer::EM3
@ EM3
Definition:
CaloRingsDefs.h:49
Ringer::HAD3
@ HAD3
Definition:
CaloRingsDefs.h:52
Ringer::HAD1
@ HAD1
Definition:
CaloRingsDefs.h:50
Ringer::EM2
@ EM2
Definition:
CaloRingsDefs.h:48
Ringer::NJointLayers
@ NJointLayers
Definition:
CaloRingsDefs.h:53
Ringer::HAD
@ HAD
Definition:
CaloRingsDefs.h:20
Ringer::NJointSections
@ NJointSections
Definition:
CaloRingsDefs.h:21
Ringer::UnknownJointSection
@ UnknownJointSection
Definition:
CaloRingsDefs.h:22
Ringer::PS
@ PS
Definition:
CaloRingsDefs.h:46
Ringer::EM
@ EM
Definition:
CaloRingsDefs.h:19
Ringer::CalJointLayer
CalJointLayer
the joint calorimeter layers.
Definition:
CaloRingsDefs.h:45
Ringer::EM1
@ EM1
Definition:
CaloRingsDefs.h:47
Ringer::CalJointSection
CalJointSection
the joint calorimeter sections.
Definition:
CaloRingsDefs.h:18
Ringer
Namespace dedicated for Ringer utilities.
Definition:
CaloRingsDefs.h:9
Generated on Sun Apr 20 2025 21:08:15 for ATLAS Offline Software by
1.8.18