All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
numu::RecoEvent Struct Reference

#include <RecoEvent.h>

Public Attributes

std::map< size_t, RecoTracktracks
 Map of track indices to Track information. More...
 
std::map< size_t, TrueParticleparticles
 Map of indices to True particle information. More...
 
std::vector< RecoInteractionreco
 List of reconstructed vertices. More...
 
std::vector< CRTHitin_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
 

Detailed Description

Reconstruction Information about Event

Definition at line 47 of file RecoEvent.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: