ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/python/histogramDefinitions.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/python/histogramDefinitions.py (file contents):
Revision 1.17 by ahart, Sat Mar 23 21:08:02 2013 UTC vs.
Revision 1.18 by biliu, Wed Mar 27 20:19:12 2013 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines