From 6b766d9e367a056a5b1fb14361d326c0c1070e4a Mon Sep 17 00:00:00 2001 From: Valentina <v.akishina@gsi.de> Date: Tue, 11 Aug 2020 11:07:38 +0200 Subject: [PATCH] Code format changed --- reco/L1/L1Algo/L1CATrackFinder.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reco/L1/L1Algo/L1CATrackFinder.cxx b/reco/L1/L1Algo/L1CATrackFinder.cxx index 7535b34f..ed551ec0 100644 --- a/reco/L1/L1Algo/L1CATrackFinder.cxx +++ b/reco/L1/L1Algo/L1CATrackFinder.cxx @@ -1952,8 +1952,9 @@ void L1Algo::CATrackFinder() { for (isec = 0; isec < fNFindIterations; ++isec) // all finder { - if (fmCBMmode) if (isec!=0) continue; - + if (fmCBMmode) + if (isec != 0) continue; + n_g1.assign(n_g1.size(), Portion); for (int n = 0; n < nTh; n++) -- GitLab