Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MC: update of the interface macro needed? #48

Open
nukazuka opened this issue Mar 7, 2022 · 0 comments
Open

MC: update of the interface macro needed? #48

nukazuka opened this issue Mar 7, 2022 · 0 comments

Comments

@nukazuka
Copy link
Contributor

nukazuka commented Mar 7, 2022

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] )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant