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

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

# Line 44 | Line 44 | selectedMuonsIso = cms.EDFilter(
44      filter = cms.bool(True)
45      )
46  
47 + selectedMuonsNonIso = cms.EDFilter(
48 +    "PATMuonSelector",
49 +    src = cms.InputTag("allLayer1MuonsForTauAnalyses"),
50 +    cut = cms.string('(isolationR03.sumPt+isolationR03.emEt)/pt > 0.3'),
51 +    filter = cms.bool(True)
52 +    )
53 +
54  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines