Skip to content

Commit

Permalink
Remove spurious comments
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Mar 22, 2024
1 parent 261c747 commit ccb11e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ L1TGlobalProducer::L1TGlobalProducer(const edm::ParameterSet& parSet)
m_l1GtParCacheID = 0ULL;
m_l1GtMenuCacheID = 0ULL;

// m_AXOL1TLModelVersion = "";

m_numberPhysTriggers = 0;
m_numberDaqPartitions = 0;

Expand Down Expand Up @@ -623,9 +621,6 @@ void L1TGlobalProducer::produce(edm::Event& iEvent, const edm::EventSetup& evSet

m_uGtBrd->receiveMuonObjectData(iEvent, m_muInputToken, receiveMu, m_nrL1Mu);

//set axo model version in global board from version in menu
// m_uGtBrd->setAXOL1TLModelVersion(m_AXOL1TLModelVersion);

if (m_useMuonShowers)
m_uGtBrd->receiveMuonShowerObjectData(iEvent, m_muShowerInputToken, receiveMuShower, m_nrL1MuShower);

Expand Down

0 comments on commit ccb11e8

Please sign in to comment.