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
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
+
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
c
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
src
Geometry
EcalCommonData
interface
ESTBNumberingScheme.h
Go to the documentation of this file.
1
#ifndef ESTBNumberingScheme_h
2
#define ESTBNumberingScheme_h
3
4
#include "
Geometry/EcalCommonData/interface/EcalNumberingScheme.h
"
5
6
class
ESTBNumberingScheme
:
public
EcalNumberingScheme
{
7
public
:
8
ESTBNumberingScheme
();
9
~ESTBNumberingScheme
()
override
;
10
uint32_t
getUnitID
(
const
EcalBaseNumber
& baseNumber)
const override
;
11
12
private
:
13
int
iX
[30];
14
int
iY
[30];
15
};
16
17
#endif
EcalNumberingScheme
Definition:
EcalNumberingScheme.h:14
ESTBNumberingScheme::~ESTBNumberingScheme
~ESTBNumberingScheme() override
Definition:
ESTBNumberingScheme.cc:19
EcalNumberingScheme.h
ESTBNumberingScheme::iX
int iX[30]
Definition:
ESTBNumberingScheme.h:13
ESTBNumberingScheme::ESTBNumberingScheme
ESTBNumberingScheme()
Definition:
ESTBNumberingScheme.cc:6
EcalBaseNumber
Definition:
EcalBaseNumber.h:12
ESTBNumberingScheme
Definition:
ESTBNumberingScheme.h:6
ESTBNumberingScheme::iY
int iY[30]
Definition:
ESTBNumberingScheme.h:14
ESTBNumberingScheme::getUnitID
uint32_t getUnitID(const EcalBaseNumber &baseNumber) const override
Definition:
ESTBNumberingScheme.cc:21
Generated for CMSSW Reference Manual by
1.8.14