#include <FluxInfo.h>
Public Member Functions | |
FluxInfo () | |
~FluxInfo () | |
void | Clear () |
Public Attributes | |
Int_t | index |
Int_t | fluxrun |
Int_t | fluxevtno |
Int_t | ndecay |
Int_t | ntype |
Int_t | ptype |
Int_t | tptype |
Int_t | tgen |
Float_t | ndxdznear |
Float_t | ndydznear |
Float_t | nenergynear |
Float_t | nwtnear |
Float_t | ndxdzfar |
Float_t | ndydzfar |
Float_t | nenergyfar |
Float_t | nwtfar |
Float_t | vx |
Float_t | vy |
Float_t | vz |
Float_t | pdpx |
Float_t | pdpy |
Float_t | pdpz |
Float_t | ppdxdz |
Float_t | ppdydz |
Float_t | pppz |
Float_t | ppenergy |
Float_t | ppvx |
Float_t | ppvy |
Float_t | ppvz |
Float_t | necm |
Float_t | nimpwt |
Float_t | tvx |
Float_t | tvy |
Float_t | tvz |
Float_t | tpx |
Float_t | tpy |
Float_t | tpz |
Definition at line 31 of file PhysicsNtuple/HEAD/FluxInfo.h.
Anp::FluxInfo::FluxInfo | ( | ) |
Definition at line 9 of file FluxInfo.cxx.
00010 :index(-1), 00011 fluxrun(-1), 00012 fluxevtno(-1), 00013 ndecay(-1), 00014 ntype(-1), 00015 ptype(-1), 00016 tptype(-1), 00017 tgen(-1), 00018 ndxdznear(-1.0e6), 00019 ndydznear(-1.0e6), 00020 nenergynear(-1.0e6), 00021 nwtnear(-1.0e6), 00022 ndxdzfar(-1.0e6), 00023 ndydzfar(-1.0e6), 00024 nenergyfar(-1.0e6), 00025 nwtfar(-1.0e6), 00026 vx(-1.0e6), 00027 vy(-1.0e6), 00028 vz(-1.0e6), 00029 pdpx(-1.0e6), 00030 pdpy(-1.0e6), 00031 pdpz(-1.0e6), 00032 ppdxdz(-1.0e6), 00033 ppdydz(-1.0e6), 00034 pppz(-1.0e6), 00035 ppenergy(-1.0e6), 00036 ppvx(-1.0e6), 00037 ppvy(-1.0e6), 00038 ppvz(-1.0e6), 00039 necm(-1.0e6), 00040 nimpwt(-1.0e6), 00041 tvx(-1.0e6), 00042 tvy(-1.0e6), 00043 tvz(-1.0e6), 00044 tpx(-1.0e6), 00045 tpy(-1.0e6), 00046 tpz(-1.0e6) 00047 { 00048 }
Anp::FluxInfo::~FluxInfo | ( | ) |
Definition at line 51 of file FluxInfo.cxx.
void Anp::FluxInfo::Clear | ( | void | ) |
Definition at line 56 of file FluxInfo.cxx.
References fluxevtno, fluxrun, index, ndecay, ndxdzfar, ndxdznear, ndydzfar, ndydznear, necm, nenergyfar, nenergynear, nimpwt, ntype, nwtfar, nwtnear, pdpx, pdpy, pdpz, ppdxdz, ppdydz, ppenergy, pppz, ppvx, ppvy, ppvz, ptype, tgen, tptype, tpx, tpy, tpz, tvx, tvy, tvz, vx, vy, and vz.
Referenced by Anp::Truth::Clear().
00057 { 00058 index = -1; 00059 fluxrun = -1; 00060 fluxevtno = -1; 00061 ndecay = -1; 00062 ntype = -1; 00063 ptype = -1; 00064 tptype = -1; 00065 tgen = -1; 00066 ndxdznear = -1.0e6; 00067 ndydznear = -1.0e6; 00068 nenergynear = -1.0e6; 00069 nwtnear = -1.0e6; 00070 ndxdzfar = -1.0e6; 00071 ndydzfar = -1.0e6; 00072 nenergyfar = -1.0e6; 00073 nwtfar = -1.0e6; 00074 vx = -1.0e6; 00075 vy = -1.0e6; 00076 vz = -1.0e6; 00077 pdpx = -1.0e6; 00078 pdpy = -1.0e6; 00079 pdpz = -1.0e6; 00080 ppdxdz = -1.0e6; 00081 ppdydz = -1.0e6; 00082 pppz = -1.0e6; 00083 ppenergy = -1.0e6; 00084 ppvx = -1.0e6; 00085 ppvy = -1.0e6; 00086 ppvz = -1.0e6; 00087 necm = -1.0e6; 00088 nimpwt = -1.0e6; 00089 tvx = -1.0e6; 00090 tvy = -1.0e6; 00091 tvz = -1.0e6; 00092 tpx = -1.0e6; 00093 tpy = -1.0e6; 00094 tpz = -1.0e6; 00095 }
Int_t Anp::FluxInfo::fluxevtno |
Definition at line 44 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Int_t Anp::FluxInfo::fluxrun |
Definition at line 43 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Int_t Anp::FluxInfo::index |
Definition at line 42 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear().
Int_t Anp::FluxInfo::ndecay |
Definition at line 45 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::ndxdzfar |
Definition at line 55 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::ndxdznear |
Definition at line 51 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::ndydzfar |
Definition at line 56 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::ndydznear |
Definition at line 52 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::necm |
Definition at line 73 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::nenergyfar |
Definition at line 57 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::nenergynear |
Definition at line 53 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::nimpwt |
Definition at line 74 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Int_t Anp::FluxInfo::ntype |
Definition at line 46 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::nwtfar |
Definition at line 58 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::nwtnear |
Definition at line 54 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::pdpx |
Definition at line 63 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::pdpy |
Definition at line 64 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::pdpz |
Definition at line 65 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::ppdxdz |
Definition at line 66 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::ppdydz |
Definition at line 67 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::ppenergy |
Definition at line 69 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::pppz |
Definition at line 68 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::ppvx |
Definition at line 70 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::ppvy |
Definition at line 71 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::ppvz |
Definition at line 72 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Int_t Anp::FluxInfo::ptype |
Definition at line 47 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), and Anp::HistFlux::Fill().
Int_t Anp::FluxInfo::tgen |
Definition at line 49 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Int_t Anp::FluxInfo::tptype |
Definition at line 48 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), Anp::FillFlux::Fill(), Anp::PlotFlux::Plot(), and Anp::TrueNu::TrueNu().
Float_t Anp::FluxInfo::tpx |
Definition at line 78 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), Anp::FillFlux::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::tpy |
Definition at line 79 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), Anp::FillFlux::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::tpz |
Definition at line 80 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), Anp::FillTruth::Fill(), Anp::FillFlux::Fill(), and Anp::HistFlux::Fill().
Float_t Anp::FluxInfo::tvx |
Definition at line 75 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::tvy |
Definition at line 76 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::tvz |
Definition at line 77 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::vx |
Definition at line 60 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::vy |
Definition at line 61 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().
Float_t Anp::FluxInfo::vz |
Definition at line 62 of file PhysicsNtuple/HEAD/FluxInfo.h.
Referenced by Clear(), and Anp::FillTruth::Fill().