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 |
|
|