Skip to content

Commit

Permalink
Set AXO condition model from template
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Mar 22, 2024
1 parent 1dec93d commit 215cb70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions L1Trigger/L1TGlobal/src/GlobalBoard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ void l1t::GlobalBoard::setBxFirst(int bx) { m_bxFirst_ = bx; }

void l1t::GlobalBoard::setBxLast(int bx) { m_bxLast_ = bx; }

// for getting axol1tl version from menu->GlobalProducer->GlobalBoard->condition class
void l1t::GlobalBoard::setAXOL1TLModelVersion(std::string axol1tlModelVersion) {
m_axol1tlModelVersion = axol1tlModelVersion;
}

void l1t::GlobalBoard::init(const int numberPhysTriggers,
const int nrL1Mu,
const int nrL1MuShower,
Expand Down

0 comments on commit 215cb70

Please sign in to comment.