Skip to content

MC: update of the interface macro needed? #48

Description

@nukazuka

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] )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions