CMS 3D CMS Logo

MeasurementTrackerESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MeasurementTracker = cms.ESProducer("MeasurementTrackerESProducer",
00004     StripCPE = cms.string('StripCPEfromTrackAngle'),
00005     UseStripStripQualityDB = cms.bool(True), ## read Strip status from SiStripQuality
00006 
00007     OnDemand = cms.bool(False),
00008     UseStripAPVFiberQualityDB = cms.bool(True), ## read APV and Fiber status from SiStripQuality
00009     MaskBadAPVFibers          = cms.bool(False),## if set to true, clusters entirely on bad APV and Fibers are ignored
00010                                                 ## (UseStripAPVFiberQualityDB must also be true for this to work)
00011     DebugStripModuleQualityDB = cms.untracked.bool(False), ## dump out info om module status
00012 
00013     ComponentName = cms.string(''),
00014     stripClusterProducer = cms.string('siStripClusters'),
00015     Regional = cms.bool(False),
00016     DebugStripAPVFiberQualityDB = cms.untracked.bool(False), ## dump out info om module status
00017 
00018     # -- use simpleCPE untile the TkGluedMeasurementDet is 
00019     #    not corrected to handle properly the track direction
00020     HitMatcher = cms.string('StandardMatcher'),
00021     DebugStripStripQualityDB = cms.untracked.bool(False), ## dump out info om module status
00022 
00023     pixelClusterProducer = cms.string('siPixelClusters'),
00024     #stripLazyGetterProducer label only matters if Regional=true
00025     stripLazyGetterProducer = cms.string(''),
00026     # bool   UseStripCablingDB    = false     # NOT LONGER SUPPORTED, see below
00027     # bool   UseStripNoiseDB      = false     # NOT LONGER SUPPORTED, see below
00028     UseStripModuleQualityDB = cms.bool(True),
00029     PixelCPE = cms.string('PixelCPEGeneric')
00030 )
00031 
00032 

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