CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelRecHits_cfi.py
Go to the documentation of this file.
2 
3 siPixelRecHits = cms.EDProducer("SiPixelRecHitConverter",
4  src = cms.InputTag("siPixelClusters"),
5  # untracked string ClusterCollLabel = "siPixelClusters"
6  CPE = cms.string('PixelCPEGeneric'),
7  VerboseLevel = cms.untracked.int32(0),
8  #TanLorentzAnglePerTesla = cms.double(0.106),
9  #Alpha2Order = cms.bool(True),
10  #speed = cms.int32(0)
11 
12 )
13 
14