From 0868bb3263ac9f5e13aaa92670e7a401e649202e Mon Sep 17 00:00:00 2001 From: Etienne Bechtel <ebechtel@ikf.uni-frankfurt.de> Date: Mon, 14 Sep 2020 13:07:49 +0200 Subject: [PATCH] apply clang-format --- reco/detectors/trd/CbmTrdModuleRecR.cxx | 69 +++++++++++++------------ 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/reco/detectors/trd/CbmTrdModuleRecR.cxx b/reco/detectors/trd/CbmTrdModuleRecR.cxx index fbab52128b..172820625c 100644 --- a/reco/detectors/trd/CbmTrdModuleRecR.cxx +++ b/reco/detectors/trd/CbmTrdModuleRecR.cxx @@ -63,39 +63,42 @@ Int_t CbmTrdModuleRecR::FindClusters() { std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator mainit; // subiterator for the deques in each module; searches for // main-trigger to then add the neighbors - std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator FNit; // last - // iterator to - // find the FN - // digis which - // correspond - // to the main - // trigger or - // the - // adjacent - // main - // triggers - std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator start; // marker to - // erase - // already - // processed - // entries - // from the - // map to - // reduce the - // complexity - // of the - // algorithm - std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator stop; // marker to - // erase - // already - // processed - // entries - // from the - // map to - // reduce the - // complexity - // of the - // algorithm + std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator + FNit; // last + // iterator to + // find the FN + // digis which + // correspond + // to the main + // trigger or + // the + // adjacent + // main + // triggers + std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator + start; // marker to + // erase + // already + // processed + // entries + // from the + // map to + // reduce the + // complexity + // of the + // algorithm + std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator + stop; // marker to + // erase + // already + // processed + // entries + // from the + // map to + // reduce the + // complexity + // of the + // algorithm // reset time information; used to erase processed digis from the map Double_t time = 0; -- GitLab