Skip to content
Snippets Groups Projects
Commit ebf1b3d7 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

Merge branch 'b21_2-TrigGlobEffCorrTool-MaxRunNb' into '21.2'

TrigGlobalEfficiencyCorrection fix for ATLASG-1422

See merge request atlas/athena!10510

Former-commit-id: 9def1a176b9a7668e05033da7a2e7ac9794f3c0e
parents c1c09414 6509359c
No related branches found
No related tags found
No related merge requests found
......@@ -765,7 +765,7 @@ CP::CorrectionCode TrigGlobalEfficiencyCorrectionTool::getEfficiency(unsigned ru
ATH_MSG_DEBUG("Computing global trigger efficiency for this event with " << leptons.size() << " lepton(s) as input");
if(runNumber<266904 || runNumber>339205)
if(runNumber<266904 || runNumber>341649)
{
ATH_MSG_WARNING("Suspicious run number provided " << runNumber << ", continuing anyway");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment