Skip to content

Commit

Permalink
add JPT jets to reconstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartmut Stadie committed Oct 19, 2009
1 parent 9a34056 commit 28260c4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions RecoJets/Configuration/python/RecoJPTJets_cff.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# $Id: RecoJetsGR_cff.py,v 1.6 2009/08/13 15:07:46 srappocc Exp $
from JetMETCorrections.Configuration.JetPlusTrackCorrections_cff import *
from JetMETCorrections.Configuration.ZSPJetCorrections219_cff import *

#define jetPlusTrackZSPCorJet sequences
jetPlusTrackZSPCorJetIcone5 = cms.Sequence(ZSPJetCorrectionsIcone5+JetPlusTrackCorrectionsIcone5)
jetPlusTrackZSPCorJetSiscone5 = cms.Sequence(ZSPJetCorrectionsSisCone5+JetPlusTrackCorrectionsSisCone5)
jetPlusTrackZSPCorJetAntiKt5 = cms.Sequence(ZSPJetCorrectionsAntiKt5+JetPlusTrackCorrectionsAntiKt5)

recoJPTJets=cms.Sequence(jetPlusTrackZSPCorJetIcone5+jetPlusTrackZSPCorJetSiscone5+jetPlusTrackZSPCorJetAntiKt5)
12 changes: 9 additions & 3 deletions RecoJets/Configuration/python/RecoJets_EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#Full Event content
RecoJetsFEVT = cms.PSet(
outputCommands = cms.untracked.vstring('keep recoCaloJets_*_*_*',
'keep recoPFJets_*_*_*',
'keep recoPFJets_*_*_*',
'keep *_caloTowers_*_*',
'keep *_towerMaker_*_*',
'keep *_ic5JetTracksAssociatorAtVertex_*_*',
Expand Down Expand Up @@ -50,7 +50,10 @@
'keep *_ak7PFJets_*_*',
'keep *_iterativeCone5PFJets_*_*',
'keep *_sisCone5PFJets_*_*',
'keep *_sisCone7PFJets_*_*',
'keep *_sisCone7PFJets_*_*',
'keep *_JetPlusTrackZSPCorJetIcone5_*_*',
'keep *_JetPlusTrackZSPCorJetSiscone5_*_*',
'keep *_JetPlusTrackZSPCorJetAntiKt5_*_*',
'keep *_caloTowers_*_*',
'keep *_towerMaker_*_*',
'keep *_ic5JetTracksAssociatorAtVertex_*_*',
Expand Down Expand Up @@ -100,7 +103,10 @@
'keep *_ak7PFJets_*_*',
'keep *_iterativeCone5PFJets_*_*',
'keep *_sisCone5PFJets_*_*',
'keep *_sisCone7PFJets_*_*',
'keep *_sisCone7PFJets_*_*',
'keep *_JetPlusTrackZSPCorJetIcone5_*_*',
'keep *_JetPlusTrackZSPCorJetSiscone5_*_*',
'keep *_JetPlusTrackZSPCorJetAntiKt5_*_*',
'keep *_caloTowers_*_*',
'keep *_towerMaker_*_*',
'keep *_ic5JetTracksAssociatorAtVertex_*_*',
Expand Down

0 comments on commit 28260c4

Please sign in to comment.