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.1 by nowak, Tue Feb 2 16:59:00 2010 UTC vs.
Revision 1.3 by nowak, Fri Apr 9 11:53:50 2010 UTC

# Line 6 | Line 6 | from PhysicsTools.PatAlgos.patSequences_
6   from PhysicsTools.Configuration.SUSY_pattuple_cff import (addDefaultSUSYPAT,getSUSY_pattuple_outputCommands,removeMCDependence)
7   #from PhysicsTools.Configuration.SUSY_pattuple_cff import *
8  
9 < selectedLayer1Jets.cut = 'et > 15. & nConstituents > 0'
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