From 761f81005050f7ae884f1c524f7b60a4e8259364 Mon Sep 17 00:00:00 2001 From: fuchenxi <1256257282@qq.com> Date: Sun, 22 Sep 2024 18:06:08 +0800 Subject: [PATCH] TODO check --- cce/cce_alpha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cce/cce_alpha.py b/cce/cce_alpha.py index c881f85..a5bb301 100644 --- a/cce/cce_alpha.py +++ b/cce/cce_alpha.py @@ -1,6 +1,6 @@ import ROOT import os -# TODO: Need to be TOTALLY rewritten + def read_file(file_path, wave_name): with open(file_path + '/' + wave_name, 'r') as f: lines = f.readlines() -- GitLab