Main Page
Namespaces
Classes
Package Documentation
src
Configuration
DataProcessing
python
Impl
hcalnzs.py
Go to the documentation of this file.
1
#!/usr/bin/env python
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
self.
addEI
=
True
20
"""
21
_hcalnzs_
22
23
Implement configuration building for data processing for proton
24
collision data taking
25
26
"""
27
def
promptReco
(self, globalTag, **args):
28
"""
29
_promptReco_
30
31
Proton collision data taking prompt reco
32
33
"""
34
if
not
'skims'
in
args:
35
args[
'skims'
]=[
'HcalCalMinBias'
]
36
37
process = pp.promptReco(self,globalTag,**args)
38
39
return
process
Impl.hcalnzs.hcalnzs.addEI
addEI
Definition:
hcalnzs.py:19
Impl.hcalnzs.hcalnzs.promptReco
def promptReco(self, globalTag, args)
Definition:
hcalnzs.py:27
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:15
Impl.hcalnzs.hcalnzs.cbSc
cbSc
Definition:
hcalnzs.py:18
Generated for CMSSW Reference Manual by
1.8.11