From da3b1abb11a958ebe42dc5509e2fd9025ab669f0 Mon Sep 17 00:00:00 2001 From: skyriacoCMS Date: Thu, 11 May 2017 22:23:56 +0200 Subject: [PATCH] Update the pythonn file to not neglect photon jets The photon jets collection was turned off by mistake during the development and thus always stored empty in this new tag. This fixes this --- test/b2gedmntuples_cfg.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/b2gedmntuples_cfg.py b/test/b2gedmntuples_cfg.py index 5c06bba2953..ee40c112288 100644 --- a/test/b2gedmntuples_cfg.py +++ b/test/b2gedmntuples_cfg.py @@ -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) @@ -1009,7 +1009,6 @@ "keep *_vertexInfo_*_*", "keep *_electrons_*_*", "keep *_photons_*_*", - "keep *_photonjets_*_*", "keep *_jetsAK4CHS_*_*", "keep *_jetsAK8CHS_*_*", "keep *_subjetsAK8CHS_*_*",