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

All truth information associated with one neutrino interaction. More...

#include <Event.hh>

Public Attributes

Neutrino neutrino
 The neutrino. More...
 
FinalStateParticle lepton
 The primary final state lepton. More...
 
std::vector< FinalStateParticlefinalstate
 Other final state particles. More...
 
size_t nfinalstate
 Size of finalstate. More...
 
std::map< std::string,
std::vector< float > > 
weights
 
size_t index
 Index in the MCTruth. More...
 

Detailed Description

All truth information associated with one neutrino interaction.

Definition at line 150 of file Event.hh.

Member Data Documentation

std::vector<FinalStateParticle> event::Interaction::finalstate

Other final state particles.

Definition at line 154 of file Event.hh.

size_t event::Interaction::index

Index in the MCTruth.

Definition at line 169 of file Event.hh.

FinalStateParticle event::Interaction::lepton

The primary final state lepton.

Definition at line 153 of file Event.hh.

Neutrino event::Interaction::neutrino

The neutrino.

Definition at line 152 of file Event.hh.

size_t event::Interaction::nfinalstate

Size of finalstate.

Definition at line 155 of file Event.hh.

std::map<std::string, std::vector<float> > event::Interaction::weights

Event weights.

This is a map from the weight calculator name to the list of weights for all the sampled universes.

Definition at line 164 of file Event.hh.


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