CMS 3D CMS Logo

SiStripClusterizerOnDemand_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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  HybridZeroSuppressed = cms.bool(False),
13  ProductLabel = cms.InputTag('rawDataCollector')
14  )
15 
16