CMS 3D CMS Logo

customRecHitBuilder.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 def tightenAnodeTimes(process):
4  if hasattr(process,'csc2DRecHits'):
5  process.csc2DRecHits.CSCUseReducedWireTimeWindow = True
6  process.csc2DRecHits.CSCWireTimeWindowLow = 5
7  process.csc2DRecHits.CSCWireTimeWindowHigh = 11
8  return process
customRecHitBuilder.tightenAnodeTimes
def tightenAnodeTimes(process)
Definition: customRecHitBuilder.py:3