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

Comparing UserCode/nowaf/StudyXClean/python/patSequence_cff.py (file contents):
Revision 1.2 by nowak, Fri Apr 9 11:22:35 2010 UTC vs.
Revision 1.3 by nowak, Fri Apr 9 11:53:50 2010 UTC

# Line 8 | Line 8 | from PhysicsTools.Configuration.SUSY_pat
8  
9   #selectedLayer1Jets.cut = 'et > 15. & nConstituents > 0'
10   ## JEC for Jets start at 20 GeV
11 < selectedLayer1Jets.cut = 'et > 20. & nConstituents > 0'
12 < selectedLayer1Electrons.cut = 'pt > 10. & abs(eta) < 2.5'
13 < selectedLayer1Photons.cut = 'pt > 10. & abs(eta) < 2.5'
14 < selectedLayer1Muons.cut = 'pt > 10. & abs(eta) < 2.5'
11 > selectedPatJets.cut = 'et > 20. & nConstituents > 0'
12 > selectedPatElectrons.cut = 'pt > 10. & abs(eta) < 2.5'
13 > selectedPatPhotons.cut = 'pt > 10. & abs(eta) < 2.5'
14 > selectedPatMuons.cut = 'pt > 10. & abs(eta) < 2.5'
15  
16   photonMatch.mcStatus = cms.vint32(3)
17  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines