CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/SiStripRawToDigi/python/SiStripRawToClustersHLTglobal_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 EventFilter.SiStripRawToDigi.SiStripRawToClustersRoI_cfi import *
00007 # raw-to-clusters regions of interest module
00008 siStripClusters = copy.deepcopy(SiStripRoI)
00009 # modify measurementTracker to use refGetter
00010 from RecoTracker.MeasurementDet.MeasurementTrackerESProducer_cfi import *
00011 SiStripRawToClusters = cms.Sequence(SiStripRawToClustersFacility*siStripClusters)
00012 MeasurementTracker.Regional = True
00013 MeasurementTracker.stripLazyGetterProducer = 'SiStripRawToClustersFacility'
00014