ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/ControlRegions/python/SingleElectronSelections.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/ControlRegions/python/SingleElectronSelections.py (file contents):
Revision 1.1 by lantonel, Tue May 7 09:39:32 2013 UTC vs.
Revision 1.2 by lantonel, Fri May 10 15:37:49 2013 UTC

# Line 83 | Line 83 | for cut in QCDtoE_Selection.cuts:
83      if "electrons" in str(cut.inputCollection):
84          cut.numberRequired = cms.string('== 1')
85      if "relPFrhoIso" in str(cut.cutString) and "electrons" in str(cut.inputCollection):
86 <        cut.cutString = cms.string('relPFrhoIso > 0.1')
86 >        cut.cutString = cms.string('relPFrhoIso > 0.3')
87 > met_cut =  cms.PSet (
88 >    inputCollection = cms.string("mets"),
89 >    cutString = cms.string("pt < 40"),
90 >    numberRequired = cms.string("== 1")
91 > )
92 > QCDtoE_Selection.cuts.append(met_cut)
93 >
94  
95   ##########################################################################
96  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines