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.1 by amagnan, Thu May 28 15:13:58 2009 UTC vs.
Revision 1.3 by amagnan, Mon Sep 7 13:13:02 2009 UTC

# Line 2 | Line 2 | import FWCore.ParameterSet.Config as cms
2  
3   selectMuonTriggers = cms.EDFilter(
4      "HLTHighLevel",
5 <    HLTPaths = cms.vstring("HLT_DoubleMu7_Z"), ## provide list of HLT path$
5 >    HLTPaths = cms.vstring("HLT_Mu15"), ## provide list of HLT path$
6      andOr = cms.bool(True), ## true: OR of those on your list
7      TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
8      filter = cms.bool(True)
# 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