Skip to content

Commit

Permalink
Make selectedPatJets as a clone
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfikri89 authored and rbhattacharya04 committed Mar 6, 2024
1 parent dd4aef5 commit 970d500
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 970d500

Please sign in to comment.