File indexing completed on 2025-03-29 02:43:18
0001
0002
0003
0004
0005 import FWCore.ParameterSet.Config as cms
0006 def hbheUseM0FullRangePhase1(process):
0007 if hasattr(process,'hbhereco'):
0008 process.hbhereco.tsFromDB = False
0009 process.hbhereco.recoParamsFromDB = False
0010 process.hbhereco.sipmQTSShift = -99
0011 process.hbhereco.sipmQNTStoSum = 99
0012 process.hbhereco.algorithm.useMahi = False
0013 process.hbhereco.algorithm.useM2 = False
0014 process.hbhereco.algorithm.useM3 = False
0015 process.hbhereco.algorithm.correctForPhaseContainment = False
0016 process.hbhereco.algorithm.firstSampleShift = -999
0017 process.hbhereco.algorithm.samplesToAdd = 10
0018
0019 return(process)