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.2 by amagnan, Wed Jun 24 16:08:32 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines