From 2c3010b8c2e8e4ca3309f3aca8c1536fb13b4e2d Mon Sep 17 00:00:00 2001 From: Nurfikri Norjoharuddeen Date: Thu, 15 Feb 2024 20:45:35 +0100 Subject: [PATCH] Make selectedPatJets as a clone --- .../python/selectionLayer1/selectedPatCandidates_cff.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PhysicsTools/PatAlgos/python/selectionLayer1/selectedPatCandidates_cff.py b/PhysicsTools/PatAlgos/python/selectionLayer1/selectedPatCandidates_cff.py index 5bd4246b61d63..cd90c4fa71985 100644 --- a/PhysicsTools/PatAlgos/python/selectionLayer1/selectedPatCandidates_cff.py +++ b/PhysicsTools/PatAlgos/python/selectionLayer1/selectedPatCandidates_cff.py @@ -7,9 +7,11 @@ from PhysicsTools.PatAlgos.selectionLayer1.tauSelector_cfi import * from PhysicsTools.PatAlgos.selectionLayer1.photonSelector_cfi import * from PhysicsTools.PatAlgos.selectionLayer1.ootPhotonSelector_cff import * -from PhysicsTools.PatAlgos.selectionLayer1.jetSelector_cfi import * +from PhysicsTools.PatAlgos.selectionLayer1.jetSelector_cfi import selectedPatJets as _selectedPatJets #from PhysicsTools.PatAlgos.producersLayer1.hemisphereProducer_cfi import * +selectedPatJets = _selectedPatJets.clone() + # One module to count objects selectedPatCandidateSummary = cms.EDAnalyzer("CandidateSummaryTable", logName = cms.untracked.string("selectedPatCanddiates|PATSummaryTables"),