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
Configuration
DataProcessing
python
Impl
ppEra_Run2_2018.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
"""
3
_ppEra_Run2_2018_
4
5
Scenario supporting proton collisions
6
7
"""
8
9
import
os
10
import
sys
11
12
from
Configuration.DataProcessing.Reco
import
Reco
13
import
FWCore.ParameterSet.Config
as
cms
14
from
Configuration.Eras.Era_Run2_2018_cff
import
Run2_2018
15
16
from
Configuration.DataProcessing.Impl.pp
import
pp
17
18
class
ppEra_Run2_2018
(
pp
):
19
def
__init__
(self):
20
pp.__init__(self)
21
self.
recoSeq
=
''
22
self.
cbSc
=
'pp'
23
self.
eras
=Run2_2018
24
self.promptCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018'
]
25
self.expressCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018'
]
26
self.visCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2018'
]
27
"""
28
_ppEra_Run2_2018_
29
30
Implement configuration building for data processing for proton
31
collision data taking for Run2
32
33
"""
Impl.ppEra_Run2_2018.ppEra_Run2_2018.__init__
def __init__(self)
Definition:
ppEra_Run2_2018.py:19
Impl.ppEra_Run2_2018.ppEra_Run2_2018
Definition:
ppEra_Run2_2018.py:18
Impl.ppEra_Run2_2018.ppEra_Run2_2018.cbSc
cbSc
Definition:
ppEra_Run2_2018.py:22
Impl.ppEra_Run2_2018.ppEra_Run2_2018.eras
eras
Definition:
ppEra_Run2_2018.py:23
Impl.ppEra_Run2_2018.ppEra_Run2_2018.recoSeq
recoSeq
Definition:
ppEra_Run2_2018.py:21
createTree.pp
pp
Definition:
createTree.py:17
Generated for CMSSW Reference Manual by
1.8.14