CMS 3D CMS Logo

OnDemandMeasurementTrackerESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 OnDemandMeasurementTracker = cms.ESProducer("MeasurementTrackerESProducer",
00004     StripCPE = cms.string('StripCPEfromTrackAngle'),
00005     #stripLazyGetterProducer label only matters if Regional=true
00006     stripLazyGetterProducer = cms.string('SiStripRawToClustersFacility'),
00007     UseStripNoiseDB = cms.bool(False),
00008     OnDemand = cms.bool(True),
00009     ComponentName = cms.string('OnDemandMeasurementTracker'),
00010     stripClusterProducer = cms.string('measurementTrackerSiStripRefGetterProducer'),
00011     Regional = cms.bool(True),
00012     UseStripCablingDB = cms.bool(False),
00013     pixelClusterProducer = cms.string('siPixelClusters'),
00014     # -- use simpleCPE untile the TkGluedMeasurementDet is 
00015     #    not corrected to handle properly the track direction
00016     HitMatcher = cms.string('StandardMatcher'),
00017     PixelCPE = cms.string('PixelCPEGeneric')
00018 )
00019 
00020 

Generated on Tue Jun 9 17:45:28 2009 for CMSSW by  doxygen 1.5.4