Main Page
Namespaces
Classes
Package Documentation
GIT Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
self.
recoSeq
=
':reconstruction_HcalNZS'
17
self.
cbSc
=
'pp'
18
"""
19
_hcalnzs_
20
21
Implement configuration building for data processing for proton
22
collision data taking
23
24
"""
25
def
promptReco
(self, globalTag, **args):
26
"""
27
_promptReco_
28
29
Proton collision data taking prompt reco
30
31
"""
32
if
not
'skims'
in
args:
33
args[
'skims'
]=[
'HcalCalMinBias'
]
34
process = pp.promptReco(self,globalTag,**args)
35
return
process
createTree.pp
tuple pp
Definition:
createTree.py:15
Impl.hcalnzs.hcalnzs.__init__
def __init__
Definition:
hcalnzs.py:15
Impl.hcalnzs.hcalnzs
Definition:
hcalnzs.py:14
Impl.hcalnzs.hcalnzs.recoSeq
recoSeq
Definition:
hcalnzs.py:16
Impl.hcalnzs.hcalnzs.promptReco
def promptReco
Definition:
hcalnzs.py:25
Impl.hcalnzs.hcalnzs.cbSc
cbSc
Definition:
hcalnzs.py:17
Generated for CMSSW Reference Manual by
1.8.5