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  ComponentName = cms.string('OnDemandMeasurementTracker'),
3 
4  OnDemand = cms.bool(True),
5  Regional = cms.bool(True),
6 
7  pixelClusterProducer = cms.string('siPixelClusters'),
8  stripClusterProducer = cms.string('measurementTrackerSiStripRefGetterProducer'),
9  #stripLazyGetterProducer label only matters if Regional=true
10  stripLazyGetterProducer = cms.string('SiStripRawToClustersFacility'),
11 
12  PixelCPE = cms.string('PixelCPEGeneric'),
13  StripCPE = cms.string('StripCPEfromTrackAngle'),
14  HitMatcher = cms.string('StandardMatcher'),
15 
16  UseStripCablingDB = cms.bool(False),
17  UseStripNoiseDB = cms.bool(False),
18 
19  inactivePixelDetectorLabels = cms.VInputTag(),
20  inactiveStripDetectorLabels = cms.VInputTag(),
21 )

Definition at line 3 of file OnDemandMeasurementTrackerESProducer_cfi.py.

Referenced by MeasurementTrackerESProducer.produce().