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.16 by lantonel, Tue Mar 19 19:29:35 2013 UTC vs.
Revision 1.17 by ahart, Sat Mar 23 21:08:02 2013 UTC

# Line 261 | Line 261 | ElectronHistograms = cms.PSet(
261              name = cms.string("electronAbsD0Beamspot"),
262              title = cms.string("Electron |d_{0}| wrt Beamspot; |d_{0}| [cm]"),
263              bins = cms.vdouble(5000, 0, 1),
264 <            inputVariables = cms.vstring("abs(correctedD0Vertex)"),
264 >            inputVariables = cms.vstring("abs(correctedD0)"),
265          ),
266          cms.PSet (
267              name = cms.string("electronAbsD0Origin"),
# Line 591 | Line 591 | EventHistograms = cms.PSet(
591              bins = cms.vdouble(1000, 0, 10),
592              inputVariables = cms.vstring("puScaleFactor"),
593          ),
594 <        cms.PSet (
595 <            name = cms.string("muonScaleFactor"),
596 <            title = cms.string("Muon Scale Factor;muon weight"),
597 <            bins = cms.vdouble(1000, 0.5, 1.5),
598 <            inputVariables = cms.vstring("muonScaleFactor"),
599 <        ),
600 <        cms.PSet (
601 <            name = cms.string("electronScaleFactor"),
602 <            title = cms.string("Electron Scale Factor;electron weight"),
603 <            bins = cms.vdouble(1000, 0.5, 1.5),
604 <            inputVariables = cms.vstring("electronScaleFactor"),
605 <        ),
594 > #        cms.PSet (
595 > #            name = cms.string("muonScaleFactor"),
596 > #            title = cms.string("Muon Scale Factor;muon weight"),
597 > #            bins = cms.vdouble(1000, 0.5, 1.5),
598 > #            inputVariables = cms.vstring("muonScaleFactor"),
599 > #        ),
600 > #        cms.PSet (
601 > #            name = cms.string("electronScaleFactor"),
602 > #            title = cms.string("Electron Scale Factor;electron weight"),
603 > #            bins = cms.vdouble(1000, 0.5, 1.5),
604 > #            inputVariables = cms.vstring("electronScaleFactor"),
605 > #        ),
606      )
607    )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines