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

The standard event data definition. More...

#include <Event.hh>

Public Attributes

Metadata metadata
 Event metadata. More...
 
size_t ntruth
 Size of truth. More...
 
std::vector< Interactiontruth
 All truth interactions. More...
 
size_t nreco
 Size of reco. More...
 
std::vector< RecoInteractionreco
 Reconstructed interactions. More...
 
Experiment experiment
 Experiment identifier. More...
 

Detailed Description

The standard event data definition.

An Event contains all Monte Carlo events, with lists of all true and reconstructed neutrinos.

Definition at line 228 of file Event.hh.

Member Data Documentation

Experiment event::Event::experiment

Experiment identifier.

Definition at line 235 of file Event.hh.

Metadata event::Event::metadata

Event metadata.

Definition at line 230 of file Event.hh.

size_t event::Event::nreco

Size of reco.

Definition at line 233 of file Event.hh.

size_t event::Event::ntruth

Size of truth.

Definition at line 231 of file Event.hh.

std::vector<RecoInteraction> event::Event::reco

Reconstructed interactions.

Definition at line 234 of file Event.hh.

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

All truth interactions.

Definition at line 232 of file Event.hh.


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