CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/SiStripRawToDigi/python/SiStripRawToClustersHLTondemand_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # raw-to-clusters facility
00004 from EventFilter.SiStripRawToDigi.SiStripRawToClusters_cfi import *
00005 import copy
00006 from RecoTracker.MeasurementDet.MeasurementTrackerSiStripRefGetterProducer_cfi import *
00007 # module to produce refgetter for on demand tracking
00008 siStripClusters = copy.deepcopy(measurementTrackerSiStripRefGetterProducer)
00009 # modify measurementTracker to use refGetter
00010 from RecoTracker.MeasurementDet.MeasurementTrackerESProducer_cfi import *
00011 SiStripRawToClusters = cms.Sequence(SiStripRawToClustersFacility*siStripClusters)
00012 siStripClusters.measurementTrackerName = ''
00013 MeasurementTracker.Regional = True
00014 MeasurementTracker.OnDemand = True
00015 MeasurementTracker.stripLazyGetterProducer = 'SiStripRawToClustersFacility'
00016