1 import FWCore.ParameterSet.Config
as cms
3 ppsPixelTopologyESSource = cms.ESSource(
'PPSPixelTopologyESSource',
4 RunType = cms.string(
'Run2'),
5 PitchSimY = cms.double(0.15),
6 PitchSimX = cms.double(0.1),
7 thickness = cms.double(0.23),
8 noOfPixelSimX = cms.int32(160),
9 noOfPixelSimY = cms.int32(156),
10 noOfPixels = cms.int32(24960),
11 simXWidth = cms.double(16.6),
12 simYWidth = cms.double(24.4),
13 deadEdgeWidth = cms.double(0.2),
14 activeEdgeSigma = cms.double(0.02),
15 physActiveEdgeDist = cms.double(0.15),
16 appendToDataLabel = cms.string(
'')