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

Comparing UserCode/HbbAnalysis/python/TreeSelection_cff.py (file contents):
Revision 1.4 by amagnan, Tue Mar 2 16:03:34 2010 UTC vs.
Revision 1.5 by amagnan, Fri Mar 26 17:52:51 2010 UTC

# Line 34 | Line 34 | treeCaloTaus.src = "patCaloTaus"
34   treeCaloJets = cms.EDFilter(
35      "PATJetSelector",
36      src = cms.InputTag("patJetsAK5Calo"),
37 <    cut = cms.string('(pt>5) & (abs(eta)<2.4)'),
37 >    cut = cms.string('(pt>10) & (abs(eta)<2.4)'),
38      minNumber = cms.uint32(1),
39      filter = cms.bool(False)
40      )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines