Skip to content

Commit

Permalink
Changing rParams from 0.5 to 0.4 for the AK4 jets
Browse files Browse the repository at this point in the history
  • Loading branch information
rappoccio committed Jul 28, 2014
1 parent 942a60f commit 2f2cd10
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions TopQuarkAnalysis/TopPairBSM/test/anaTrain_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@
from PhysicsTools.PatAlgos.tools.jetTools import addJetCollection
from PhysicsTools.PatAlgos.tools.jetTools import switchJetCollection

## uncomment the following lines to add ak5PFJetsCHS to your PAT output
## uncomment the following lines to add ak4PFJetsCHS to your PAT output
addJetCollection(
process,
labelName = 'AK5PFCHS',
jetSource = cms.InputTag('ak5PFJetsCHS'),
labelName = 'AK4PFCHS',
jetSource = cms.InputTag('ak4PFJetsCHS'),
algo='ak',
rParam=0.5,
rParam=0.4,
jetCorrections = ('AK5PFchs', cms.vstring(['L1FastJet', 'L2Relative', 'L3Absolute']), 'Type-1'),
btagDiscriminators = [
'jetBProbabilityBJetTags'
Expand Down Expand Up @@ -307,7 +307,7 @@
labelName = 'EI',
jetSource = cms.InputTag('pfJetsEI'),
algo='ak',
rParam=0.5,
rParam=0.4,
jetCorrections = ('AK5PFchs', cms.vstring(['L1FastJet', 'L2Relative', 'L3Absolute']), 'Type-1'),
btagDiscriminators = [
'jetBProbabilityBJetTags'
Expand All @@ -325,9 +325,9 @@

switchJetCollection(
process,
jetSource = cms.InputTag('ak5PFJets'),
jetSource = cms.InputTag('ak4PFJets'),
algo='ak',
rParam=0.5,
rParam=0.4,
jetCorrections = ('AK5PF', cms.vstring(['L1FastJet', 'L2Relative', 'L3Absolute']), 'Type-1'),
btagDiscriminators = [
'jetBProbabilityBJetTags'
Expand Down Expand Up @@ -370,7 +370,7 @@

# Add some user functions for the secondary vertex mass.
for mod in [process.patJets,
process.patJetsAK5PFCHS,
process.patJetsAK4PFCHS,
process.patJetsEI,
process.patJetsCA8PFCHS,
process.patJetsCA8CMSTopTagSubjets,
Expand Down Expand Up @@ -399,7 +399,7 @@
# at the analysis level.
from PhysicsTools.SelectorUtils.pfJetIDSelector_cfi import pfJetIDSelector
for ilabel in ['PatJets',
'PatJetsAK5PFCHS',
'PatJetsAK4PFCHS',
'PatJetsEI',
'PatJetsCA8PFCHS',
'PatJetsCA8CMSTopTag',
Expand Down Expand Up @@ -442,13 +442,13 @@
'keep GenEventInfoProduct_generator_*_*',
'keep PileupSummaryInfos_*_*_*',
'keep *_goodOfflinePrimaryVertices*_*_*',
'keep *_ak5GenJetsNoNu_*_*',
'keep *_ak4GenJetsNoNu_*_*',
'keep *_ca8GenJetsNoNu_*_*',
'keep *_fixedGrid_*_*',
'drop *_*_rho*_*',
'drop *_*_sigma*_*',
'keep patJets_goodPatJets_*_*',
'keep patJets_goodPatJetsAK5PFCHS_*_*',
'keep patJets_goodPatJetsAK4PFCHS_*_*',
'keep patJets_goodPatJetsCA15HEPTopTagPacked_*_*',
'keep patJets_goodPatJetsCA8CMSTopTagPacked_*_*',
'keep patJets_goodPatJetsCA8PFCHS_*_*',
Expand Down

0 comments on commit 2f2cd10

Please sign in to comment.