CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
customiseHBHEreco Namespace Reference

Functions

def hbheUseM0FullRangePhase1
 

Function Documentation

def customiseHBHEreco.hbheUseM0FullRangePhase1 (   process)

Definition at line 6 of file customiseHBHEreco.py.

References gpuVertexFinder.return.

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