#include <RecoEvent.h>
Public Attributes | |
std::map< size_t, RecoTrack > | tracks |
Map of track indices to Track information. More... | |
std::map< size_t, TrueParticle > | particles |
Map of indices to True particle information. More... | |
std::vector< RecoInteraction > | reco |
List of reconstructed vertices. More... | |
std::vector< CRTHit > | in_time_crt_hits |
List of crt hits in time with the beam spill. More... | |
std::vector < FlashTriggerPrimitive > | flash_trigger_primitives |
List of trigger primitives from optical detectors. More... | |
MCType | type |
Reconstruction Information about Event
Definition at line 47 of file RecoEvent.h.
std::vector<FlashTriggerPrimitive> numu::RecoEvent::flash_trigger_primitives |
List of trigger primitives from optical detectors.
Definition at line 52 of file RecoEvent.h.
std::vector<CRTHit> numu::RecoEvent::in_time_crt_hits |
List of crt hits in time with the beam spill.
Definition at line 51 of file RecoEvent.h.
std::map<size_t, TrueParticle> numu::RecoEvent::particles |
Map of indices to True particle information.
Definition at line 49 of file RecoEvent.h.
std::vector<RecoInteraction> numu::RecoEvent::reco |
List of reconstructed vertices.
Definition at line 50 of file RecoEvent.h.
std::map<size_t, RecoTrack> numu::RecoEvent::tracks |
Map of track indices to Track information.
Definition at line 48 of file RecoEvent.h.
MCType numu::RecoEvent::type |
Definition at line 53 of file RecoEvent.h.