#include <RecoEvent.h>
Public Attributes | |
int | primary_index |
Index of the primary particle of this slice. More... | |
int | primary_track_index |
Index of the primary track. More... | |
std::map< size_t, RecoParticle > | particles |
Map of particle index to particle information. More... | |
std::vector< size_t > | tracks |
List of track indices contained in this slice. More... | |
FlashMatch | flash_match |
Result of flash matching algorithm on this slice. More... | |
Slice of TPC charge containing a list of "particles" (Reco objects) and TPC tracks (showers to be added). Also contains the primary track of the slice
Definition at line 24 of file RecoEvent.h.
FlashMatch numu::RecoSlice::flash_match |
Result of flash matching algorithm on this slice.
Definition at line 30 of file RecoEvent.h.
std::map<size_t, RecoParticle> numu::RecoSlice::particles |
Map of particle index to particle information.
Definition at line 28 of file RecoEvent.h.
int numu::RecoSlice::primary_index |
Index of the primary particle of this slice.
Definition at line 25 of file RecoEvent.h.
int numu::RecoSlice::primary_track_index |
Index of the primary track.
Definition at line 27 of file RecoEvent.h.
std::vector<size_t> numu::RecoSlice::tracks |
List of track indices contained in this slice.
Definition at line 29 of file RecoEvent.h.