Since our INTT hits have (almost) no correlation to the trigger scintillator hits in the experiment, the interface macro for MC data should be modified.
The requirement of the number of trigger hits are In the line281 of interface_v3.c:
if (sci_array[i].size() == 3 && Event_ID == sci_eventID_array[I] )
I think it can be
if (Event_ID == sci_eventID_array[I] )
Since our INTT hits have (almost) no correlation to the trigger scintillator hits in the experiment, the interface macro for MC data should be modified.
The requirement of the number of trigger hits are In the line281 of interface_v3.c:
I think it can be