From d6c934ea644ce0133e2512d910ccb79f28d779eb Mon Sep 17 00:00:00 2001 From: "theodore.efremov" <theodore.efremov@cea.fr> Date: Thu, 5 Dec 2024 08:59:56 +0100 Subject: [PATCH] Modified filling of time class to be coherent with the GAna data --- Projects/AlPhaPha/conversion/2024/convert.C | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Projects/AlPhaPha/conversion/2024/convert.C b/Projects/AlPhaPha/conversion/2024/convert.C index d526162f3..04911fe82 100644 --- a/Projects/AlPhaPha/conversion/2024/convert.C +++ b/Projects/AlPhaPha/conversion/2024/convert.C @@ -89,14 +89,14 @@ void convert(int run=204){ m_time->SetSection_MWPC3(MTOF_FP0_T0VN[i]); } for (int i=0; i<MTOF_FP0_T1VM;i++){ - m_time->SetTS_MWPC14(MTOF_FP0_T1VTS[i]); - m_time->SetTime_MWPC14(MTOF_FP0_T1V[i]); + m_time->SetTS_MWPC23(MTOF_FP0_T1VTS[i]); + m_time->SetTime_MWPC23(MTOF_FP0_T1V[i]); } for (int i=0; i<MTOF_FP1_T0VM;i++){ - m_time->SetTS_MWPC23(MTOF_FP1_T0VTS[i]); - m_time->SetTime_MWPC23(MTOF_FP1_T0V[i]); - m_time->SetSection_MWPC3(MTOF_FP1_T0VN[i]); + m_time->SetTS_MWPC14(MTOF_FP1_T0VTS[i]); + m_time->SetTime_MWPC14(MTOF_FP1_T0V[i]); + m_time->SetSection_MWPC4(MTOF_FP1_T0VN[i]); } for (int i=0; i<MTOF_FP1_T1VM;i++){ -- GitLab