CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripRawToClustersHLTglobal_cff.py
Go to the documentation of this file.
2 
3 # raw-to-clusters facility
5 import copy
7 # raw-to-clusters regions of interest module
8 siStripClusters = copy.deepcopy(SiStripRoI)
9 # modify measurementTracker to use refGetter
11 SiStripRawToClusters = cms.Sequence(SiStripRawToClustersFacility*siStripClusters)
12 MeasurementTracker.Regional = True
13 MeasurementTracker.stripLazyGetterProducer = 'SiStripRawToClustersFacility'
14