CMS 3D CMS Logo

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

Variables

tuple OnDemandMeasurementTracker
 

Variable Documentation

tuple OnDemandMeasurementTrackerESProducer_cfi.OnDemandMeasurementTracker
Initial value:
1 = cms.ESProducer("MeasurementTrackerESProducer",
2  skipClusters = cms.InputTag(""),
3  ComponentName = cms.string('OnDemandMeasurementTracker'),
4 
5  OnDemand = cms.bool(True),
6  Regional = cms.bool(True),
7 
8  pixelClusterProducer = cms.string('siPixelClusters'),
9  stripClusterProducer = cms.string('measurementTrackerSiStripRefGetterProducer'),
10  #stripLazyGetterProducer label only matters if Regional=true
11  stripLazyGetterProducer = cms.string('SiStripRawToClustersFacility'),
12 
13  PixelCPE = cms.string('PixelCPEGeneric'),
14  StripCPE = cms.string('StripCPEfromTrackAngle'),
15  HitMatcher = cms.string('StandardMatcher'),
16 
17  UseStripCablingDB = cms.bool(False),
18  UseStripNoiseDB = cms.bool(False),
19 
20  inactivePixelDetectorLabels = cms.VInputTag(),
21  inactiveStripDetectorLabels = cms.VInputTag(),
22 )

Definition at line 3 of file OnDemandMeasurementTrackerESProducer_cfi.py.

Referenced by MeasurementTrackerESProducer.produce().