CMS 3D CMS Logo

PixelTripletHLTGenerator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # moving to the block.  Will delete the PSet once transition is done
00004 PixelTripletHLTGenerator = cms.PSet(
00005     useBending = cms.bool(True),
00006     useFixedPreFiltering = cms.bool(False),
00007     ComponentName = cms.string('PixelTripletHLTGenerator'),
00008     extraHitRPhitolerance = cms.double(0.032),
00009     useMultScattering = cms.bool(True),
00010     phiPreFiltering = cms.double(0.3), ## can be removed if !useFixedPreFiltering
00011 
00012     #double extraHitRZtolerance   = 0.207     # ok for strips
00013     #double extraHitRPhitolerance = 0.102     # ok for strips
00014     extraHitRZtolerance = cms.double(0.037)
00015 )
00016 

Generated on Tue Jun 9 17:44:53 2009 for CMSSW by  doxygen 1.5.4