# | Line 467 | Line 467 | ElectronMuonHistograms = cms.PSet( | |
---|---|---|
467 | bins = cms.vdouble(1000, 0, 1, 1000, 0, 1), | |
468 | inputVariables = cms.vstring("electronDetIso","muonDetIso"), | |
469 | ), | |
470 | < | ) |
470 | > | |
471 | > | cms.PSet ( |
472 | > | name = cms.string("electronMuonPt"), |
473 | > | title = cms.string("Electron-Muon Pair Pt; electron-muon pair p_{T} [GeV]"), |
474 | > | bins = cms.vdouble(1000, 0, 100), |
475 | > | inputVariables = cms.vstring("pt"), |
476 | > | ), |
477 | > | ) |
478 | > | |
479 | ) | |
480 | ||
481 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |