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

Comparing UserCode/HbbAnalysis/python/electronSelection_cff.py (file contents):
Revision 1.3 by amagnan, Wed Jun 24 16:08:32 2009 UTC vs.
Revision 1.4 by amagnan, Mon Sep 7 13:13:02 2009 UTC

# Line 70 | Line 70 | selectedElectronsIso = cms.EDFilter(
70      filter = cms.bool(True)
71      )
72  
73 + selectedElectronsNonIso = cms.EDFilter(
74 +    "PATElectronSelector",
75 +    src = cms.InputTag("allLayer1ElectronsForTauAnalyses"),
76 +    cut = cms.string('caloIso>10'),
77 +    minNumber = cms.uint32(2),
78 +    maxNumber = cms.uint32(100),
79 +    filter = cms.bool(True)
80 +    )
81  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines