diff --git a/core/detectors/trd/CbmTrdFASP.h b/core/detectors/trd/CbmTrdFASP.h index 6b83a7b0c2d29139432a6be7f7cd1fbffd956e57..33b9fe9a76690fbc2d8f6b1d99c198ba7c63b60c 100644 --- a/core/detectors/trd/CbmTrdFASP.h +++ b/core/detectors/trd/CbmTrdFASP.h @@ -127,8 +127,8 @@ protected: int fAsicId[2] = {-1, -1}; ///< identifier of FASP(s) in module int fChId[2] = {-1, -1}; ///< FASP channels being processed std::vector<Float_t> fOut = {0.}; ///< analog output for the current channel - std::map<int, std::array<int, NFASPCH>> fGraphMap = - {}; ///< map of ASIC_id and (ch_id, output_id of FASP signals graphs) pairs + std::map<int, std::array<int, NFASPCH>> + fGraphMap; ///< map of ASIC_id and (ch_id, output_id of FASP signals graphs) pairs TGraph* fGraph[NGRAPH] = {nullptr}; ///< graph representations of analog FASP response TGraph* fGraphShp[NGRAPH] = {nullptr}; ///< graph representations of FASP shaper TGraph* fGraphPhys[NGRAPH] = {nullptr}; ///< graph representations of physics digi