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