Skip to content

Commit

Permalink
Merge pull request #79 from skyriacoCMS/CMSSW_8_0_X_V3
Browse files Browse the repository at this point in the history
Update the pythonn file to not neglect photon jets
  • Loading branch information
dmajumder committed May 11, 2017
2 parents d739a2f + da3b1ab commit 4b00d00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/b2gedmntuples_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@

process.boostedJetUserDataAK8 = cms.EDProducer(
'BoostedJetToolboxUserData',
jetLabel = cms.InputTag('jetUserDataAK8'),
jetLabel = cms.InputTag('photonJetsUserData'),
puppiSDjetLabel = cms.InputTag('packedPatJetsAK8PFPuppiSoftDrop'),
jetWithSubjetLabel = cms.InputTag('selectedPatJetsAK8PFCHSSoftDropPacked'),
distMax = cms.double(0.8)
Expand Down Expand Up @@ -1009,7 +1009,6 @@
"keep *_vertexInfo_*_*",
"keep *_electrons_*_*",
"keep *_photons_*_*",
"keep *_photonjets_*_*",
"keep *_jetsAK4CHS_*_*",
"keep *_jetsAK8CHS_*_*",
"keep *_subjetsAK8CHS_*_*",
Expand Down

0 comments on commit 4b00d00

Please sign in to comment.