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