Skip to content

Commit

Permalink
produceAXOL1TLScore not saveAXOscore
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnanm authored Jul 5, 2024
1 parent 26d8b07 commit d4cba30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ void L1TGlobalProducer::produce(edm::Event& iEvent, const edm::EventSetup& evSet
std::unique_ptr<GlobalObjectMapRecord> gtObjectMapRecord(new GlobalObjectMapRecord());

std::unique_ptr<AXOL1TLScoreBxCollection> uGtAXOScoreRecord(nullptr);
if (m_saveAxoScore) {
if (m_produceAXOL1TLScore) {
uGtAXOScoreRecord = std::make_unique<AXOL1TLScoreBxCollection>();
}

Expand Down

0 comments on commit d4cba30

Please sign in to comment.