Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Configuration
DataProcessing
python
Impl
hcalnzsEra_Run2_25ns.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
"""
3
_hcalnzsEra_Run2_25ns_
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_25ns_cff
import
Run2_25ns
14
15
class
hcalnzsEra_Run2_25ns
(hcalnzs):
16
def
__init__
(self):
17
hcalnzs.__init__(self)
18
self.
recoSeq
=
':reconstruction_HcalNZS'
19
self.
cbSc
=
'pp'
20
self.
eras
= Run2_25ns
21
self.promptCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_25ns'
]
22
self.expressCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_25ns'
]
23
self.visCustoms += [
'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_25ns'
]
24
25
"""
26
_hcalnzsEra_Run2_25ns_
27
28
Implement configuration building for data processing for proton
29
collision data taking
30
31
"""
Impl.hcalnzsEra_Run2_25ns.hcalnzsEra_Run2_25ns.eras
eras
Definition:
hcalnzsEra_Run2_25ns.py:20
Impl.hcalnzsEra_Run2_25ns.hcalnzsEra_Run2_25ns.__init__
def __init__
Definition:
hcalnzsEra_Run2_25ns.py:16
Impl.hcalnzsEra_Run2_25ns.hcalnzsEra_Run2_25ns
Definition:
hcalnzsEra_Run2_25ns.py:15
Impl.hcalnzsEra_Run2_25ns.hcalnzsEra_Run2_25ns.recoSeq
recoSeq
Definition:
hcalnzsEra_Run2_25ns.py:18
Impl.hcalnzsEra_Run2_25ns.hcalnzsEra_Run2_25ns.cbSc
cbSc
Definition:
hcalnzsEra_Run2_25ns.py:19
Generated for CMSSW Reference Manual by
1.8.5