From 6ff0bd45bd3808a37ed31c095f9a309e4cf531b5 Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Wed, 2 Sep 2020 19:44:27 +0200 Subject: [PATCH] Apply clang format --- core/detectors/tof/CbmTofGeoHandler.cxx | 16 +++++++--------- .../unpacker/CbmMcbm2018UnpackerAlgoTof.cxx | 4 ++-- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/core/detectors/tof/CbmTofGeoHandler.cxx b/core/detectors/tof/CbmTofGeoHandler.cxx index 913f3e890b..e6c9f1e9c5 100644 --- a/core/detectors/tof/CbmTofGeoHandler.cxx +++ b/core/detectors/tof/CbmTofGeoHandler.cxx @@ -223,13 +223,12 @@ Int_t CbmTofGeoHandler::GetUniqueDetectorId() { if (fGeoVersion == k21a) { LOG(debug1) << " SMtype: " << smtype << " SModule: " << smodule - << " CounterType: " << countertype - << " Counter: " << counter + << " CounterType: " << countertype << " Counter: " << counter << " Gap: " << gap << " Cell: " << cell; } else { LOG(debug1) << " SMtype: " << smtype << " SModule: " << smodule - << " Counter: " << counter - << " Gap: " << gap << " Cell: " << cell; + << " Counter: " << counter << " Gap: " << gap + << " Cell: " << cell; } CbmTofDetectorInfo detInfo( @@ -308,15 +307,14 @@ Int_t CbmTofGeoHandler::GetUniqueCounterId() { << CurrentVolOffName(0); if (fGeoVersion == k21a) { LOG(debug1) << " SMtype: " << smtype << " SModule: " << smodule - << " CounterType: " << countertype - << " Counter: " << counter + << " CounterType: " << countertype << " Counter: " << counter << " Gap: " << gap << " Cell: " << cell; } else { LOG(debug1) << " SMtype: " << smtype << " SModule: " << smodule - << " Counter: " << counter - << " Gap: " << gap << " Cell: " << cell; + << " Counter: " << counter << " Gap: " << gap + << " Cell: " << cell; } - + CbmTofDetectorInfo detInfo( ECbmModuleId::kTof, smtype, smodule, counter, gap, cell, countertype); diff --git a/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoTof.cxx b/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoTof.cxx index bd5ee5ff0b..86791b3cd3 100644 --- a/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoTof.cxx +++ b/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoTof.cxx @@ -1283,7 +1283,7 @@ void CbmMcbm2018UnpackerAlgoTof::ProcessPattern( usType, usIndex, uPattern); - /* + /* if(usIndex==7) { TString Tok; if (bEnableOut) Tok="Ena"; @@ -1303,7 +1303,7 @@ void CbmMcbm2018UnpackerAlgoTof::ProcessPattern( usType, usIndex, uPattern); - /* + /* for( UInt_t uBit = 0; uBit < 32; ++uBit ) if( ( uPattern >> uBit ) & 0x1 ) { -- GitLab