Main Page
Namespaces
Classes
Package Documentation
Configuration
DataProcessing
python
Impl
hcalnzsEra_Run2_2016.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
"""
3
_hcalnzsEra_Run2_2016_
4
5
Scenario supporting proton collisions
6
7
"""
8
9
import
os
10
import
sys
11
12
from
Configuration.DataProcessing.Impl.hcalnzs
import
hcalnzs
13
from
Configuration.Eras.Era_Run2_2016_cff
import
Run2_2016
14
15
class
hcalnzsEra_Run2_2016
(hcalnzs):
16
def
__init__
(self):
17
hcalnzs.__init__(self)
18
self.
recoSeq
=
':reconstruction_HcalNZS'
19
self.
cbSc
=
'pp'
20
self.
addEI
=
True
21
self.
eras
= Run2_2016
22
self.promptCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016'
]
23
self.expressCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016'
]
24
self.visCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2016'
]
25
"""
26
_hcalnzsEra_Run2_2016_
27
28
Implement configuration building for data processing for proton
29
collision data taking
30
31
"""
Impl.hcalnzsEra_Run2_2016.hcalnzsEra_Run2_2016
Definition:
hcalnzsEra_Run2_2016.py:15
Impl.hcalnzsEra_Run2_2016.hcalnzsEra_Run2_2016.eras
eras
Definition:
hcalnzsEra_Run2_2016.py:21
Impl.hcalnzsEra_Run2_2016.hcalnzsEra_Run2_2016.recoSeq
recoSeq
Definition:
hcalnzsEra_Run2_2016.py:18
Impl.hcalnzsEra_Run2_2016.hcalnzsEra_Run2_2016.addEI
addEI
Definition:
hcalnzsEra_Run2_2016.py:20
Impl.hcalnzsEra_Run2_2016.hcalnzsEra_Run2_2016.__init__
def __init__(self)
Definition:
hcalnzsEra_Run2_2016.py:16
Impl.hcalnzsEra_Run2_2016.hcalnzsEra_Run2_2016.cbSc
cbSc
Definition:
hcalnzsEra_Run2_2016.py:19
Generated for CMSSW Reference Manual by
1.8.11