File indexing completed on 2024-04-06 11:58:37
0001 import FWCore.ParameterSet.Config as cms
0002
0003 ppsPixelTopologyESSource = cms.ESSource('PPSPixelTopologyESSource',
0004 RunType = cms.string('Run2'),
0005 PitchSimY = cms.double(0.15),
0006 PitchSimX = cms.double(0.1),
0007 thickness = cms.double(0.23),
0008 noOfPixelSimX = cms.int32(160),
0009 noOfPixelSimY = cms.int32(156),
0010 noOfPixels = cms.int32(24960),
0011 simXWidth = cms.double(16.6),
0012 simYWidth = cms.double(24.4),
0013 deadEdgeWidth = cms.double(0.2),
0014 activeEdgeSigma = cms.double(0.02),
0015 physActiveEdgeDist = cms.double(0.15),
0016 appendToDataLabel = cms.string('')
0017 )