Skip to content

Commit

Permalink
Merge pull request #39576 from cecilecaillol/l1t-39479backport
Browse files Browse the repository at this point in the history
[12_5_X] [L1T] Backport of : Bug fix on L1TrackJetEmulator
  • Loading branch information
cmsbuild authored Oct 4, 2022
2 parents 03c69b9 + a2b349b commit dba368b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ void L1TrackJetEmulationProducer::produce(Event &iEvent, const EventSetup &iSetu
delete[] mzb.clusters;
} else if (L1TrkPtrs_.empty()) {
edm::LogWarning("L1TrackJetEmulationProducer") << "L1TrkPtrs Not Assigned!\n";
if (displaced_)
iEvent.put(std::move(L1L1TrackJetProducer), "L1TrackJetsExtended");
else
iEvent.put(std::move(L1L1TrackJetProducer), "L1TrackJets");
}
}

Expand Down

0 comments on commit dba368b

Please sign in to comment.