Skip to content
Snippets Groups Projects
Commit d6c934ea authored by Theodore Efremov's avatar Theodore Efremov :hibiscus:
Browse files

Modified filling of time class to be coherent with the GAna data

parent 0e34f364
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #372171 passed
...@@ -89,14 +89,14 @@ void convert(int run=204){ ...@@ -89,14 +89,14 @@ void convert(int run=204){
m_time->SetSection_MWPC3(MTOF_FP0_T0VN[i]); m_time->SetSection_MWPC3(MTOF_FP0_T0VN[i]);
} }
for (int i=0; i<MTOF_FP0_T1VM;i++){ for (int i=0; i<MTOF_FP0_T1VM;i++){
m_time->SetTS_MWPC14(MTOF_FP0_T1VTS[i]); m_time->SetTS_MWPC23(MTOF_FP0_T1VTS[i]);
m_time->SetTime_MWPC14(MTOF_FP0_T1V[i]); m_time->SetTime_MWPC23(MTOF_FP0_T1V[i]);
} }
for (int i=0; i<MTOF_FP1_T0VM;i++){ for (int i=0; i<MTOF_FP1_T0VM;i++){
m_time->SetTS_MWPC23(MTOF_FP1_T0VTS[i]); m_time->SetTS_MWPC14(MTOF_FP1_T0VTS[i]);
m_time->SetTime_MWPC23(MTOF_FP1_T0V[i]); m_time->SetTime_MWPC14(MTOF_FP1_T0V[i]);
m_time->SetSection_MWPC3(MTOF_FP1_T0VN[i]); m_time->SetSection_MWPC4(MTOF_FP1_T0VN[i]);
} }
for (int i=0; i<MTOF_FP1_T1VM;i++){ for (int i=0; i<MTOF_FP1_T1VM;i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment