CMS 3D CMS Logo

hltSiStripClustersFromRaw_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 SiStripClustersFromRawFacility = cms.EDProducer("SiStripClusterizerFromRaw",
6  onDemand = cms.bool(True),
7  Clusterizer = DefaultClusterizer,
8  Algorithms = DefaultAlgorithms,
9  DoAPVEmulatorCheck = cms.bool(False),
10  HybridZeroSuppressed = cms.bool(False),
11  ProductLabel = cms.InputTag('rawDataCollector')
12  )