CMS 3D CMS Logo

Functions
customiseHBHEreco Namespace Reference

Functions

def hbheUseM0FullRangePhase1 (process)
 

Function Documentation

◆ hbheUseM0FullRangePhase1()

def customiseHBHEreco.hbheUseM0FullRangePhase1 (   process)

Definition at line 6 of file customiseHBHEreco.py.

References mathSSE.return().

6 def hbheUseM0FullRangePhase1(process):
7  if hasattr(process,'hbhereco'):
8  process.hbhereco.cpu.tsFromDB = False
9  process.hbhereco.cpu.recoParamsFromDB = False
10  process.hbhereco.cpu.sipmQTSShift = -99
11  process.hbhereco.cpu.sipmQNTStoSum = 99
12  process.hbhereco.cpu.algorithm.useMahi = False
13  process.hbhereco.cpu.algorithm.useM2 = False
14  process.hbhereco.cpu.algorithm.useM3 = False
15  process.hbhereco.cpu.algorithm.correctForPhaseContainment = False
16  process.hbhereco.cpu.algorithm.firstSampleShift = -999
17  process.hbhereco.cpu.algorithm.samplesToAdd = 10
18 
19  return(process)
20 
return((rh ^ lh) &mask)
def hbheUseM0FullRangePhase1(process)