CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltSiStripClustersFromRaw_cfi.py
Go to the documentation of this file.
2 
5 DefaultClusterizer.minGoodCharge = cms.double(-1724.)
6 SiStripClustersFromRawFacility = cms.EDProducer("SiStripClusterizerFromRaw",
7  onDemand = cms.bool(True),
8  Clusterizer = DefaultClusterizer,
9  Algorithms = DefaultAlgorithms,
10  DoAPVEmulatorCheck = cms.bool(False),
11  ProductLabel = cms.InputTag('rawDataCollector')
12  )