Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DataFormats
HcalDetId
interface
HcalTestNumbering.h
Go to the documentation of this file.
1
#ifndef SimDataFormats_HcalTestNumbering_h
2
#define SimDataFormats_HcalTestNumbering_h
3
// File: HcalTestNumbering.h
5
// Description: Numbering scheme for hadron calorimeter (detailed for TB)
7
8
#include <cstdint>
9
10
class
HcalTestNumbering
{
11
public
:
12
HcalTestNumbering
() {}
13
virtual
~HcalTestNumbering
() {}
14
static
uint32_t
packHcalIndex
(
int
det,
int
z
,
int
depth
,
int
eta
,
int
phi
,
int
lay);
15
static
void
unpackHcalIndex
(
const
uint32_t&
idx
,
int
& det,
int
&
z
,
int
&
depth
,
int
&
eta
,
int
&
phi
,
int
& lay);
16
};
17
18
#endif
HcalTestNumbering::~HcalTestNumbering
virtual ~HcalTestNumbering()
Definition:
HcalTestNumbering.h:13
training_settings.idx
idx
Definition:
training_settings.py:16
HcalTestNumbering::unpackHcalIndex
static void unpackHcalIndex(const uint32_t &idx, int &det, int &z, int &depth, int &eta, int &phi, int &lay)
Definition:
HcalTestNumbering.cc:18
PVValHelper::eta
Definition:
PVValidationHelpers.h:69
DDAxes::z
HcalTestNumbering::HcalTestNumbering
HcalTestNumbering()
Definition:
HcalTestNumbering.h:12
LEDCalibrationChannels.depth
depth
Definition:
LEDCalibrationChannels.py:65
HcalTestNumbering::packHcalIndex
static uint32_t packHcalIndex(int det, int z, int depth, int eta, int phi, int lay)
Definition:
HcalTestNumbering.cc:7
DDAxes::phi
HcalTestNumbering
Definition:
HcalTestNumbering.h:10
Generated for CMSSW Reference Manual by
1.8.16