Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Mar 22, 2024
1 parent bbd270a commit c691834
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions L1Trigger/L1TGlobal/src/AXOL1TLCondition.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ const bool l1t::AXOL1TLCondition::evaluateCondition(const int bxEval) const {
loss = ADModelResult.second;
score = ((loss).to_float()) * 16.0; //scaling to match threshold

std::cout << "Score: " << score << std::endl;

//number of objects/thrsholds to check
int iCondition = 0; // number of conditions: there is only one
int nObjInCond = m_gtAXOL1TLTemplate->nrObjects();
Expand Down

0 comments on commit c691834

Please sign in to comment.