#include <BooNEInterface.h>
Public Attributes | |
float | beamwgt |
int | ntp |
Magic Weight: CrossSect * BooBeamNT. More... | |
int | npart |
1,2,3,4: nue, nuebar, numu, numubar More... | |
int | id [20] |
float | ini_pos [20][3] |
id of each particle in before chain, array length 'npart' More... | |
float | ini_mom [20][3] |
3-pos of particle in before chain, array length 'npart' More... | |
float | ini_eng [20] |
3-mom of particle in before chain, array length 'npart' More... | |
float | ini_t [20] |
E of particle in before chain, array length 'npart'. More... | |
float | fin_mom [20][3] |
float | fin_pol [20][3] |
final 3-mom of particle in before chain, array length 'npart' More... | |
Definition at line 17 of file BooNEInterface.h.
float BooNENtuple::beamwgt |
Definition at line 18 of file BooNEInterface.h.
float BooNENtuple::fin_mom[20][3] |
"decay" time of particle (starting from proton) in before chain, array length 'npart'
Definition at line 29 of file BooNEInterface.h.
float BooNENtuple::fin_pol[20][3] |
final 3-mom of particle in before chain, array length 'npart'
Definition at line 30 of file BooNEInterface.h.
int BooNENtuple::id[20] |
number of particles in the chain npart-1 == proton 0 == neutrino
Definition at line 23 of file BooNEInterface.h.
float BooNENtuple::ini_eng[20] |
3-mom of particle in before chain, array length 'npart'
Definition at line 26 of file BooNEInterface.h.
float BooNENtuple::ini_mom[20][3] |
3-pos of particle in before chain, array length 'npart'
Definition at line 25 of file BooNEInterface.h.
float BooNENtuple::ini_pos[20][3] |
id of each particle in before chain, array length 'npart'
Definition at line 24 of file BooNEInterface.h.
float BooNENtuple::ini_t[20] |
E of particle in before chain, array length 'npart'.
Definition at line 27 of file BooNEInterface.h.
int BooNENtuple::npart |
1,2,3,4: nue, nuebar, numu, numubar
Definition at line 20 of file BooNEInterface.h.
int BooNENtuple::ntp |
Magic Weight: CrossSect * BooBeamNT.
Definition at line 19 of file BooNEInterface.h.