diff --git a/core/detectors/sts/CbmStsParAsic.h b/core/detectors/sts/CbmStsParAsic.h index 6959814da6bcf455fdfd1e651f3fcb1199d608fd..52fc3fd4493f780a39dde03d12588771146fbf95 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 4c0717ec4459ce75067653ca22bd720aea6f49b5..0b4f9e225cceba18aa5b8aa059a129489435b997 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