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

The reconstructed event data definition. More...

#include <Event.hh>

Public Member Functions

InteractionGetTruth ()
 

Public Attributes

Metadata metadata
 Event metadata. More...
 
RecoInteraction reco
 Reconstructed interaction. More...
 
std::vector< Interactiontruth
 Associated truth interaction. More...
 
Experiment experiment
 Experiment identifier. More...
 

Detailed Description

The reconstructed event data definition.

An Event contains a single reconstructed neutrino with the corresponding truth information for the best-matched true neutrino, if available.

Definition at line 208 of file Event.hh.

Member Function Documentation

Interaction* event::RecoEvent::GetTruth ( )
inline

Definition at line 210 of file Event.hh.

210  {
211  return truth.empty() ? NULL : &truth.at(0);
212  }
std::vector< Interaction > truth
Associated truth interaction.
Definition: Event.hh:216

Member Data Documentation

Experiment event::RecoEvent::experiment

Experiment identifier.

Definition at line 217 of file Event.hh.

Metadata event::RecoEvent::metadata

Event metadata.

Definition at line 214 of file Event.hh.

RecoInteraction event::RecoEvent::reco

Reconstructed interaction.

Definition at line 215 of file Event.hh.

std::vector<Interaction> event::RecoEvent::truth

Associated truth interaction.

Definition at line 216 of file Event.hh.


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