src
RecoLocalCalo
HcalRecProducers
python
HBHE_custom_25nsMethod.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
def
customise_HBHE_Method1
(process):
4
if
hasattr(process,
'hbheprereco'
):
5
process.hbheprereco.cpu.puCorrMethod = cms.int32(1)
6
return
process
7
8
def
customise_HBHE_Method0
(process):
9
if
hasattr(process,
'hbheprereco'
):
10
process.hbheprereco.cpu.puCorrMethod = cms.int32(0)
11
return
process
12
HBHE_custom_25nsMethod.customise_HBHE_Method0
def customise_HBHE_Method0(process)
Definition:
HBHE_custom_25nsMethod.py:8
HBHE_custom_25nsMethod.customise_HBHE_Method1
def customise_HBHE_Method1(process)
Definition:
HBHE_custom_25nsMethod.py:3
Generated for CMSSW Reference Manual by
1.8.14