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.14 by lantonel, Mon Mar 11 12:48:48 2013 UTC vs.
Revision 1.15 by ahart, Mon Mar 18 10:29:18 2013 UTC

# Line 431 | Line 431 | ElectronMuonHistograms = cms.PSet(
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  
# Line 582 | Line 587 | TrackHistograms = cms.PSet(
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 +  )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines