From 64321a411733b205134150f8f290284037ba5616 Mon Sep 17 00:00:00 2001 From: googol23nphy <googol23nphy@gmail.com> Date: Mon, 15 May 2023 11:15:58 +0200 Subject: [PATCH] CLANG formatting --- core/detectors/sts/CbmStsParAsic.h | 2 +- macro/run/run_unpack_tsa.C | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/detectors/sts/CbmStsParAsic.h b/core/detectors/sts/CbmStsParAsic.h index 6959814da6..52fc3fd449 100644 --- a/core/detectors/sts/CbmStsParAsic.h +++ b/core/detectors/sts/CbmStsParAsic.h @@ -206,7 +206,7 @@ private: double fNoise = 0.; ///< RMS of noise [e] double fZeroNoiseRate = 0.; ///< Zero-crossing noise rate [1/ns] double fTimeOffset = 0.; ///< Time offset [ns] - std::array<double, 31> fWalkCoef = {}; ///< Parameters for correction of walk effect + std::array<double, 31> fWalkCoef = {}; ///< Parameters for correction of walk effect std::set<uint16_t> fDeadChannels {}; ///< Map of dead channels bool fIsInit = kFALSE; //! Flag for being initialised diff --git a/macro/run/run_unpack_tsa.C b/macro/run/run_unpack_tsa.C index 4c0717ec44..0b4f9e225c 100644 --- a/macro/run/run_unpack_tsa.C +++ b/macro/run/run_unpack_tsa.C @@ -185,9 +185,9 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid auto parAsic = new CbmStsParAsic(128, 31, 31., 1., 5., 800., 1000., 3.9789e-3); // Default ASIC parameters auto parMod = new CbmStsParModule(2048, 128); // Generic STS module parameter object - std::array<double, 31> tw_map = {}; // Default time walk map - parAsic->SetWalkCoef(tw_map); // Set generic ASIC par with no time walk correction - parMod->SetAllAsics(*parAsic); // Set generic module ASIC as default ASIC parameter configuration + std::array<double, 31> tw_map = {}; // Default time walk map + parAsic->SetWalkCoef(tw_map); // Set generic ASIC par with no time walk correction + parMod->SetAllAsics(*parAsic); // Set generic module ASIC as default ASIC parameter configuration moduleWalkMap[0x10107C02] = CbmStsParModule(*parMod); // Make a copy for storage moduleWalkMap[0x101FFC02] = CbmStsParModule(*parMod); // Make a copy for storage -- GitLab