GenieParticle.cxx
Go to the documentation of this file.
1 //
2 // GenieParticle.cxx
3 // garsoft-mrb
4 //
5 // Created by E. Brianne
6 //
7 
9 #include <limits>
10 
11 namespace gar {
12  namespace sdp{
13 
14  //-------------------------------------------------
16  : fInteractionIndex(0),
17  fIndex(0),
18  fPdg(0),
19  fStatus(0),
20  fName(""),
21  fFirstMother(-1),
22  fLastMother(-1),
23  fFirstDaughter(-1),
24  fLastDaughter(-1),
25  fPx(0.),
26  fPy(0.),
27  fPz(0.),
28  fE(0.),
29  fMass(0.),
30  fRescatterCode(0)
31  {}
32 
33  } //sdp
34 } // gar
General GArSoft Utilities.