CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripClusterizerOnDemand_cfi.py
Go to the documentation of this file.
2 
3 # from RecoLocalTracker.SiStripClusterizer.SiStripClusterizer_RealData_cfi import *
4 
7 siStripClusters = cms.EDProducer("SiStripClusterizerFromRaw",
8  onDemand = cms.bool(True),
9  Clusterizer = DefaultClusterizer,
10  Algorithms = DefaultAlgorithms,
11  DoAPVEmulatorCheck = cms.bool(False),
12  ProductLabel = cms.InputTag('rawDataCollector')
13  )
14 
15