431 |
|
bins = cms.vdouble(1000, 0, 1, 1000, 0, 1), |
432 |
|
inputVariables = cms.vstring("abs(electronCorrectedD0)","abs(muonCorrectedD0)"), |
433 |
|
), |
434 |
< |
|
434 |
> |
cms.PSet ( |
435 |
> |
name = cms.string("electronDetIsoVsMuonDetIso"), |
436 |
> |
title = cms.string(";electron detIso;muon detIso"), |
437 |
> |
bins = cms.vdouble(1000, 0, 1, 1000, 0, 1), |
438 |
> |
inputVariables = cms.vstring("electronDetIso","muonDetIso"), |
439 |
> |
), |
440 |
|
) |
441 |
|
) |
442 |
|
|
587 |
|
|
588 |
|
) |
589 |
|
) |
590 |
+ |
|
591 |
+ |
EventHistograms = cms.PSet( |
592 |
+ |
inputCollection = cms.string("events"), |
593 |
+ |
histograms = cms.VPSet ( |
594 |
+ |
cms.PSet ( |
595 |
+ |
name = cms.string("puScaleFactor"), |
596 |
+ |
title = cms.string("Pileup Scale Factor;pileup weight"), |
597 |
+ |
bins = cms.vdouble(1000, 0, 10), |
598 |
+ |
inputVariables = cms.vstring("puScaleFactor"), |
599 |
+ |
), |
600 |
+ |
cms.PSet ( |
601 |
+ |
name = cms.string("muonScaleFactor"), |
602 |
+ |
title = cms.string("Muon Scale Factor;muon weight"), |
603 |
+ |
bins = cms.vdouble(1000, 0.5, 1.5), |
604 |
+ |
inputVariables = cms.vstring("muonScaleFactor"), |
605 |
+ |
), |
606 |
+ |
cms.PSet ( |
607 |
+ |
name = cms.string("electronScaleFactor"), |
608 |
+ |
title = cms.string("Electron Scale Factor;electron weight"), |
609 |
+ |
bins = cms.vdouble(1000, 0.5, 1.5), |
610 |
+ |
inputVariables = cms.vstring("electronScaleFactor"), |
611 |
+ |
), |
612 |
+ |
) |
613 |
+ |
) |