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.23 by biliu, Wed May 1 16:26:51 2013 UTC vs.
Revision 1.24 by ahart, Wed May 1 19:51:11 2013 UTC

# Line 1230 | Line 1230 | EventHistograms = cms.PSet(
1230              bins = cms.vdouble(1000, 0, 10),
1231              inputVariables = cms.vstring("puScaleFactor"),
1232          ),
1233 < #        cms.PSet (
1234 < #            name = cms.string("muonScaleFactor"),
1235 < #            title = cms.string("Muon Scale Factor;muon weight"),
1236 < #            bins = cms.vdouble(1000, 0.5, 1.5),
1237 < #            inputVariables = cms.vstring("muonScaleFactor"),
1238 < #        ),
1239 < #        cms.PSet (
1240 < #            name = cms.string("electronScaleFactor"),
1241 < #            title = cms.string("Electron Scale Factor;electron weight"),
1242 < #            bins = cms.vdouble(1000, 0.5, 1.5),
1243 < #            inputVariables = cms.vstring("electronScaleFactor"),
1244 < #        ),
1233 >        cms.PSet (
1234 >            name = cms.string("muonScaleFactor"),
1235 >            title = cms.string("Muon Scale Factor;muon weight"),
1236 >            bins = cms.vdouble(1000, 0.5, 1.5),
1237 >            inputVariables = cms.vstring("muonScaleFactor"),
1238 >        ),
1239 >        cms.PSet (
1240 >            name = cms.string("electronScaleFactor"),
1241 >            title = cms.string("Electron Scale Factor;electron weight"),
1242 >            bins = cms.vdouble(1000, 0.5, 1.5),
1243 >            inputVariables = cms.vstring("electronScaleFactor"),
1244 >        ),
1245 >        cms.PSet (
1246 >            name = cms.string("cTauScaleFactor"),
1247 >            title = cms.string("#LTc#tau#GT Scale Factor;#LTc#tau#GT weight"),
1248 >            bins = cms.vdouble(1000, 0, 10),
1249 >            inputVariables = cms.vstring("cTauScaleFactor"),
1250 >        ),
1251      )
1252    )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines