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
MuonNumbering
interface
LevelBaseNumber.h
Go to the documentation of this file.
1
#ifndef MuonNumbering_LevelBaseNumber_h
2
#define MuonNumbering_LevelBaseNumber_h
3
17
class
LevelBaseNumber
{
18
public
:
19
LevelBaseNumber
(
const
int
l
,
const
int
s
,
const
int
b
) {
20
myLevel
=
l
;
21
mySuper
=
s
;
22
myBase
=
b
;
23
};
24
~LevelBaseNumber
() {}
25
26
int
level
()
const
{
return
myLevel
; };
27
int
super
()
const
{
return
mySuper
; };
28
int
base
()
const
{
return
myBase
; };
29
30
private
:
31
int
myLevel
;
32
int
mySuper
;
33
int
myBase
;
34
};
35
36
#endif
LevelBaseNumber::level
int level() const
Definition:
LevelBaseNumber.h:26
LevelBaseNumber::myLevel
int myLevel
Definition:
LevelBaseNumber.h:28
LevelBaseNumber::super
int super() const
Definition:
LevelBaseNumber.h:27
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
LevelBaseNumber::mySuper
int mySuper
Definition:
LevelBaseNumber.h:32
LevelBaseNumber::myBase
int myBase
Definition:
LevelBaseNumber.h:33
LevelBaseNumber::~LevelBaseNumber
~LevelBaseNumber()
Definition:
LevelBaseNumber.h:24
LevelBaseNumber::base
int base() const
Definition:
LevelBaseNumber.h:28
b
double b
Definition:
hdecay.h:120
LevelBaseNumber::LevelBaseNumber
LevelBaseNumber(const int l, const int s, const int b)
Definition:
LevelBaseNumber.h:19
LevelBaseNumber
Definition:
LevelBaseNumber.h:17
MainPageGenerator.l
l
Definition:
MainPageGenerator.py:429
Generated for CMSSW Reference Manual by
1.8.14