Public Member Functions | Public Attributes | List of all members
caf::SRNeutrino Class Reference

#include <SRNeutrino.h>

Public Member Functions

 SRNeutrino ()
 

Public Attributes

int pdg
 
int ccnc
 
int mode
 
int interactionType
 
float Q2
 
float W
 
float X
 
float Y
 
float theta
 
float T
 
SRVector3D vtx
 
SRVector3D p
 
int gint
 
int tgtPDG
 
float weight
 
float gT
 

Detailed Description

Definition at line 8 of file SRNeutrino.h.

Constructor & Destructor Documentation

caf::SRNeutrino::SRNeutrino ( )

Definition at line 11 of file SRNeutrino.cxx.

11  :
12  pdg(0), ccnc(-1), mode(-1), interactionType(-1),
13  Q2(kNaN), W(kNaN), X(kNaN), Y(kNaN), theta(kNaN), T(kNaN),
14  gint(-1), tgtPDG(-1), weight(kNaN), gT(kNaN)
15  {
16  }
const float kNaN
Definition: SRNeutrino.cxx:7

Member Data Documentation

int caf::SRNeutrino::ccnc

Definition at line 21 of file SRNeutrino.h.

int caf::SRNeutrino::gint

Definition at line 34 of file SRNeutrino.h.

float caf::SRNeutrino::gT

Definition at line 37 of file SRNeutrino.h.

int caf::SRNeutrino::interactionType

Definition at line 23 of file SRNeutrino.h.

int caf::SRNeutrino::mode

Definition at line 22 of file SRNeutrino.h.

SRVector3D caf::SRNeutrino::p

Definition at line 31 of file SRNeutrino.h.

int caf::SRNeutrino::pdg

Definition at line 20 of file SRNeutrino.h.

float caf::SRNeutrino::Q2

Definition at line 24 of file SRNeutrino.h.

float caf::SRNeutrino::T

Definition at line 29 of file SRNeutrino.h.

int caf::SRNeutrino::tgtPDG

Definition at line 35 of file SRNeutrino.h.

float caf::SRNeutrino::theta

Definition at line 28 of file SRNeutrino.h.

SRVector3D caf::SRNeutrino::vtx

Definition at line 30 of file SRNeutrino.h.

float caf::SRNeutrino::W

Definition at line 25 of file SRNeutrino.h.

float caf::SRNeutrino::weight

Definition at line 36 of file SRNeutrino.h.

float caf::SRNeutrino::X

Definition at line 26 of file SRNeutrino.h.

float caf::SRNeutrino::Y

Definition at line 27 of file SRNeutrino.h.


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