3 DeDxEstimatorProducer = cms.EDProducer(
"DeDxEstimatorProducer",
4 tracks = cms.InputTag(
"hltIter4Merged"),
5 trajectoryTrackAssociation = cms.InputTag(
"hltIter4Merged"),
7 estimator = cms.string(
'generic'),
8 exponent = cms.double(-2.0),
10 UseStrip = cms.bool(
True),
11 UsePixel = cms.bool(
False),
12 MeVperADCStrip = cms.double(3.61e-06*265),
13 MeVperADCPixel = cms.double(3.61e-06),
15 UseCalibration = cms.bool(
False),
16 calibrationPath = cms.string(
""),
17 ShapeTest = cms.bool(
False),