1 = cms.EDProducer(
"DeDxEstimatorProducer",
2 tracks = cms.InputTag(
"generalTracks"),
3 trajectoryTrackAssociation = cms.InputTag(
"generalTracks"),
5 estimator = cms.string(
'unbinnedFit'),
7 UseStrip = cms.bool(
True),
8 UsePixel = cms.bool(
False),
9 MeVperADCStrip = cms.double(3.61e-06*265),
10 MeVperADCPixel = cms.double(3.61e-06),
12 UseCalibration = cms.bool(
False),
13 calibrationPath = cms.string(
""),
14 ShapeTest = cms.bool(
True),