00001 cms.EDProducer("DeDxDiscriminatorProducer",
00002 tracks = cms.InputTag("generalTracks"),
00003 trajectoryTrackAssociation = cms.InputTag("generalTracks"),
00004
00005 Reccord = cms.untracked.string("SiStripDeDxMip_3D_Rcd"),
00006 Formula = cms.untracked.uint32(0),
00007 ProbabilityMode = cms.untracked.string("Accumulation"),
00008
00009 UseStrip = cms.bool(True),
00010 UsePixel = cms.bool(False),
00011 MeVperADCStrip = cms.double(3.61e-06*265),
00012 MeVperADCPixel = cms.double(3.61e-06),
00013
00014 UseCalibration = cms.bool(False),
00015 calibrationPath = cms.string(""),
00016 ShapeTest = cms.bool(True),
00017 )