00001 cms.EDProducer("DeDxEstimatorProducer",
00002 tracks = cms.InputTag("generalTracks"),
00003 trajectoryTrackAssociation = cms.InputTag("generalTracks"),
00004
00005 estimator = cms.string('truncated'),
00006 fraction = cms.double(0.4),
00007
00008 UseStrip = cms.bool(True),
00009 UsePixel = cms.bool(False),
00010 MeVperADCStrip = cms.double(3.61e-06*265),
00011 MeVperADCPixel = cms.double(3.61e-06),
00012
00013 UseCalibration = cms.bool(False),
00014 calibrationPath = cms.string(""),
00015 ShapeTest = cms.bool(True),
00016 )