You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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] )
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: