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

Contains truth level information and additional fields for selection-defined reconstruction information. More...

#include <Event.hh>

Public Member Functions

 RecoInteraction ()
 
 RecoInteraction (int tindex)
 

Public Attributes

int truth_index
 
float reco_energy
 Reconstructed neutrino energy [GeV]. More...
 
float weight
 Selection-defined event weight. More...
 
size_t index
 Index in the reco vector. More...
 

Detailed Description

Contains truth level information and additional fields for selection-defined reconstruction information.

Definition at line 178 of file Event.hh.

Constructor & Destructor Documentation

event::RecoInteraction::RecoInteraction ( )
inline

Default Constructor

Definition at line 181 of file Event.hh.

182  : truth_index(-1), reco_energy(kUnfilled), weight(1) {}
float reco_energy
Reconstructed neutrino energy [GeV].
Definition: Event.hh:195
float weight
Selection-defined event weight.
Definition: Event.hh:196
static const int kUnfilled
Value for unfilled variables.
Definition: Event.hh:32
event::RecoInteraction::RecoInteraction ( int  tindex)
inlineexplicit

Fill in truth information – other fields set as in default

Definition at line 185 of file Event.hh.

186  : truth_index(tindex), reco_energy(kUnfilled), weight(1) {}
float reco_energy
Reconstructed neutrino energy [GeV].
Definition: Event.hh:195
float weight
Selection-defined event weight.
Definition: Event.hh:196
static const int kUnfilled
Value for unfilled variables.
Definition: Event.hh:32

Member Data Documentation

size_t event::RecoInteraction::index

Index in the reco vector.

Definition at line 197 of file Event.hh.

float event::RecoInteraction::reco_energy

Reconstructed neutrino energy [GeV].

Definition at line 195 of file Event.hh.

int event::RecoInteraction::truth_index

Index into the vector of truth interaction objects in the Event (same as the index into MCTruth objects). Equal to -1 if there is no corresponding truth interaction.

Definition at line 193 of file Event.hh.

float event::RecoInteraction::weight

Selection-defined event weight.

Definition at line 196 of file Event.hh.


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