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
RecoLuminosity
LumiDB
python
LumiConstants.py
Go to the documentation of this file.
1
# This extracts the constants formerly used in lumiQueryAPI.py so that they can be used in the pileup
2
# scripts.
3
4
class
ParametersObject
(
object
):
5
6
def
__init__
(self):
7
self.
NBX
= 3564
8
self.
bunchSpacing
= 24.95e-9
9
self.
orbitLength
= self.
NBX
*self.
bunchSpacing
10
self.
orbitFrequency
= 1.0/self.
orbitLength
11
self.
orbitsPerLS
= 2**18
12
self.
lumiSectionLength
= self.
orbitsPerLS
*self.
orbitLength
LumiConstants.ParametersObject.lumiSectionLength
lumiSectionLength
Definition:
LumiConstants.py:12
LumiConstants.ParametersObject
Definition:
LumiConstants.py:4
LumiConstants.ParametersObject.orbitsPerLS
orbitsPerLS
Definition:
LumiConstants.py:11
LumiConstants.ParametersObject.__init__
def __init__(self)
Definition:
LumiConstants.py:6
LumiConstants.ParametersObject.orbitLength
orbitLength
Definition:
LumiConstants.py:9
LumiConstants.ParametersObject.orbitFrequency
orbitFrequency
Definition:
LumiConstants.py:10
LumiConstants.ParametersObject.bunchSpacing
bunchSpacing
Definition:
LumiConstants.py:8
resolutioncreator_cfi.object
object
Definition:
resolutioncreator_cfi.py:4
LumiConstants.ParametersObject.NBX
NBX
Definition:
LumiConstants.py:7
Generated for CMSSW Reference Manual by
1.8.14