Skip to content
Snippets Groups Projects
Commit 3cd3ed26 authored by Axel Puntke's avatar Axel Puntke Committed by Pierre-Alain Loizeau
Browse files

Apply clang-format

parent ccff9796
No related branches found
No related tags found
1 merge request!1752TRD Clusterizer Hotfix
Pipeline #28627 passed
......@@ -200,8 +200,12 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
std::get<1>(*mainit) = true;
// already seal the cluster if the main trigger is already at the right or left padrow border
if (channel % ncols == ncols - 1) { sealtopcol = true; }
if (channel % ncols == 0) { sealbotcol = true; }
if (channel % ncols == ncols - 1) {
sealtopcol = true;
}
if (channel % ncols == 0) {
sealbotcol = true;
}
// Bool_t mergerow=CbmTrdClusterFinder::HasRowMerger();
Bool_t mergerow = true;
......@@ -336,7 +340,9 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
std::cout << " time: " << newtime << " charge: " << charge << " col: " << col << " row: " << ch / ncols
<< " trigger: " << trigger << std::endl;
}
if (col == ncols - 1) { sealtopcol = true; }
if (col == ncols - 1) {
sealtopcol = true;
}
if (col == 0) { sealbotcol = true; }
if (mergerow) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment