#include <TruthMatch.h>
Public Attributes | |
| bool | has_match |
| Whether a truth match exists. More... | |
| InteractionMode | mode |
| Mode of the interaction. More... | |
| TrackMode | tmode |
| Mode of the primary track in this interaction. More... | |
| int | mctruth_vertex_id |
| index of the truth vertex into the list of MCThruths. -1 if no match More... | |
| int | mctruth_track_id |
| index of the primary track into the list of MCTruths. -1 if no match. More... | |
| float | truth_vertex_distance |
| Distance from truth interaction vertex to this vertex. More... | |
Matching information between a candidate neutrino interaction and truth
Definition at line 37 of file Data/TruthMatch.h.
| bool numu::TruthMatch::has_match |
Whether a truth match exists.
Definition at line 38 of file Data/TruthMatch.h.
| int numu::TruthMatch::mctruth_track_id |
index of the primary track into the list of MCTruths. -1 if no match.
Definition at line 42 of file Data/TruthMatch.h.
| int numu::TruthMatch::mctruth_vertex_id |
index of the truth vertex into the list of MCThruths. -1 if no match
Definition at line 41 of file Data/TruthMatch.h.
| InteractionMode numu::TruthMatch::mode |
Mode of the interaction.
Definition at line 39 of file Data/TruthMatch.h.
| TrackMode numu::TruthMatch::tmode |
Mode of the primary track in this interaction.
Definition at line 40 of file Data/TruthMatch.h.
| float numu::TruthMatch::truth_vertex_distance |
Distance from truth interaction vertex to this vertex.
Definition at line 43 of file Data/TruthMatch.h.
1.8.5