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
hcalnzs.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
"""
3
_hcalnzs_
4
5
Scenario supporting proton collisions
6
7
"""
8
9
import
os
10
import
sys
11
12
from
Configuration.DataProcessing.Impl.pp
import
pp
13
14
class
hcalnzs
(
pp
):
15
def
__init__
(self):
16
pp.__init__(self)
17
self.
recoSeq
=
':reconstruction_HcalNZS'
18
self.
cbSc
=
'pp'
19
"""
20
_hcalnzs_
21
22
Implement configuration building for data processing for proton
23
collision data taking
24
25
"""
26
def
promptReco
(self, globalTag, **args):
27
"""
28
_promptReco_
29
30
Proton collision data taking prompt reco
31
32
"""
33
if
not
'skims'
in
args:
34
args[
'skims'
]=[
'HcalCalMinBias'
]
35
36
process = pp.promptReco(self,globalTag,**args)
37
38
return
process
Impl.hcalnzs.hcalnzs.promptReco
def promptReco(self, globalTag, args)
Definition:
hcalnzs.py:26
Impl.hcalnzs.hcalnzs
Definition:
hcalnzs.py:14
Impl.hcalnzs.hcalnzs.recoSeq
recoSeq
Definition:
hcalnzs.py:17
Impl.hcalnzs.hcalnzs.__init__
def __init__(self)
Definition:
hcalnzs.py:15
createTree.pp
pp
Definition:
createTree.py:17
Impl.hcalnzs.hcalnzs.cbSc
cbSc
Definition:
hcalnzs.py:18
Generated for CMSSW Reference Manual by
1.8.14