Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
SimulationDataProducts
GenieParticle.cxx
Go to the documentation of this file.
1
//
2
// GenieParticle.cxx
3
// garsoft-mrb
4
//
5
// Created by E. Brianne
6
//
7
8
#include "
SimulationDataProducts/GenieParticle.h
"
9
#include <limits>
10
11
namespace
gar
{
12
namespace
sdp{
13
14
//-------------------------------------------------
15
GenieParticle::GenieParticle
()
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
gar::sdp::GenieParticle::GenieParticle
GenieParticle()
Definition:
GenieParticle.cxx:15
GenieParticle.h
gar
General GArSoft Utilities.
Definition:
anatest_module.cc:57
Generated by
1.8.11