Variables | |
tuple | dedxUnbinned |
00001 cms.EDProducer("DeDxEstimatorProducer", 00002 tracks = cms.InputTag("generalTracks"), 00003 trajectoryTrackAssociation = cms.InputTag("generalTracks"), 00004 00005 estimator = cms.string('unbinnedFit'), 00006 00007 UseStrip = cms.bool(True), 00008 UsePixel = cms.bool(False), 00009 MeVperADCStrip = cms.double(3.61e-06*265), 00010 MeVperADCPixel = cms.double(3.61e-06), 00011 00012 UseCalibration = cms.bool(False), 00013 calibrationPath = cms.string(""), 00014 ShapeTest = cms.bool(True), 00015 )
Definition at line 3 of file dedxUnbinned_cfi.py.