From 146304dd9af9c47b892b03a97102e630b70e6dbf Mon Sep 17 00:00:00 2001 From: Jiatai Li Date: Mon, 2 Oct 2023 17:45:52 +0900 Subject: [PATCH] commit on TModuleDecoderRPV130.cc --- src-h466/TModuleDecoderRPV130.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-h466/TModuleDecoderRPV130.cc b/src-h466/TModuleDecoderRPV130.cc index b1a7fc4..eb3b402 100644 --- a/src-h466/TModuleDecoderRPV130.cc +++ b/src-h466/TModuleDecoderRPV130.cc @@ -36,7 +36,7 @@ Int_t TModuleDecoderRPV130::Decode(char *buf, const int &size, TObjArray *seg) // data->Set(*(short*)buf); data->Set(0xff); seg->Add(data); - std::cout << "size < 1" << std::endl; + // std::cout << "size < 1" << std::endl; } else { @@ -45,7 +45,7 @@ Int_t TModuleDecoderRPV130::Decode(char *buf, const int &size, TObjArray *seg) // data->Set(*(short*)buf); data->Set(buf[0] & 0x00ff); seg->Add(data); - std::cout << "size > 1" << std::endl; + // std::cout << "size > 1" << std::endl; } return 0; } -- GitLab