From e03af143afc4d11e945ea219a3cbd8e7e070bbc6 Mon Sep 17 00:00:00 2001 From: Sergey Zharko <s.zharko@gsi.de> Date: Thu, 23 Dec 2021 21:02:07 +0000 Subject: [PATCH] Update run_reco.C --- macro/run/run_reco.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/run/run_reco.C b/macro/run/run_reco.C index b5d4c71fd8..9369824529 100644 --- a/macro/run/run_reco.C +++ b/macro/run/run_reco.C @@ -392,7 +392,7 @@ void run_reco(TString input = "", Int_t nTimeSlices = -1, Int_t firstTimeSlice = } // ---- L1Algo runtime constants selection interface example ------ - l1->GetL1Parameters()->SetMaxDoubletsPerSinglet(125); + l1->GetL1Parameters()->SetMaxDoubletsPerSinglet(149); // ---------------------------------------------------------------- run->AddTask(l1); -- GitLab