CMS 3D CMS Logo

ecalLocalCustom.py
Go to the documentation of this file.
1 
2 import FWCore.ParameterSet.Config as cms
3 
4 def configureEcalLocal25ns(process):
5  process.ecalMultiFitUncalibRecHit.activeBXs = [-5,-4,-3,-2,-1,0,1,2,3,4],
6  process.ecalMultiFitUncalibRecHit.useLumiInfoRunHeader = False
7  return process
8 
9 def configureEcalLocal50ns(process):
10  process.ecalMultiFitUncalibRecHit.activeBXs = [-4,-2,0,2,4]
11  process.ecalMultiFitUncalibRecHit.useLumiInfoRunHeader = False
12  return process
13 
15  process.ecalMultiFitUncalibRecHit.activeBXs = [0]
16  process.ecalMultiFitUncalibRecHit.useLumiInfoRunHeader = False
17  return process
ecalLocalCustom.configureEcalLocalNoOOTPU
def configureEcalLocalNoOOTPU(process)
Definition: ecalLocalCustom.py:14
ecalLocalCustom.configureEcalLocal25ns
def configureEcalLocal25ns(process)
Definition: ecalLocalCustom.py:4
ecalLocalCustom.configureEcalLocal50ns
def configureEcalLocal50ns(process)
Definition: ecalLocalCustom.py:9