CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripRawToClustersHLTondemand_cff.py
Go to the documentation of this file.
2 
3 # raw-to-clusters facility
5 import copy
7 # module to produce refgetter for on demand tracking
8 siStripClusters = copy.deepcopy(measurementTrackerSiStripRefGetterProducer)
9 # modify measurementTracker to use refGetter
11 SiStripRawToClusters = cms.Sequence(SiStripRawToClustersFacility*siStripClusters)
12 siStripClusters.measurementTrackerName = ''
13 MeasurementTracker.Regional = True
14 MeasurementTracker.OnDemand = True
15 MeasurementTracker.stripLazyGetterProducer = 'SiStripRawToClustersFacility'
16