Skip to content

Commit 4b00d00

Browse files
authored
Merge pull request #79 from skyriacoCMS/CMSSW_8_0_X_V3
Update the pythonn file to not neglect photon jets
2 parents d739a2f + da3b1ab commit 4b00d00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/b2gedmntuples_cfg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@
767767

768768
process.boostedJetUserDataAK8 = cms.EDProducer(
769769
'BoostedJetToolboxUserData',
770-
jetLabel = cms.InputTag('jetUserDataAK8'),
770+
jetLabel = cms.InputTag('photonJetsUserData'),
771771
puppiSDjetLabel = cms.InputTag('packedPatJetsAK8PFPuppiSoftDrop'),
772772
jetWithSubjetLabel = cms.InputTag('selectedPatJetsAK8PFCHSSoftDropPacked'),
773773
distMax = cms.double(0.8)
@@ -1009,7 +1009,6 @@
10091009
"keep *_vertexInfo_*_*",
10101010
"keep *_electrons_*_*",
10111011
"keep *_photons_*_*",
1012-
"keep *_photonjets_*_*",
10131012
"keep *_jetsAK4CHS_*_*",
10141013
"keep *_jetsAK8CHS_*_*",
10151014
"keep *_subjetsAK8CHS_*_*",

0 commit comments

Comments
 (0)