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 |
|
) |