1 = cms.EDProducer(
"CTPPSDiamondLocalTrackFitter",
2 verbosity = cms.int32(0),
3 recHitsTag = cms.InputTag(
"ctppsDiamondRecHits"),
4 trackingAlgorithmParams = cms.PSet(
5 threshold = cms.double(1.5),
6 thresholdFromMaximum = cms.double(0.5),
7 resolution = cms.double(0.01),
8 sigma = cms.double(0.1),
9 startFromX = cms.double(-0.5),
10 stopAtX = cms.double(19.5),
11 pixelEfficiencyFunction = cms.string(
"(TMath::Erf((x-[0]+0.5*[1])/([2]/4)+2)+1)*TMath::Erfc((x-[0]-0.5*[1])/([2]/4)-2)/4"),
12 yPosition = cms.double(0.0),
13 yWidth = cms.double(0.0),