#include <EnergyDeposit.h>
Definition at line 16 of file EnergyDeposit.h.
gar::sdp::EnergyDeposit::EnergyDeposit |
( |
| ) |
|
Definition at line 17 of file EnergyDeposit.cxx.
float fEnergy
energy deposited
float fdX
the size of the step for this energy deposit
int fTrackID
g4 track ID of particle making the deposit
float fX
x position of the energy deposit
float fTime
time of the energy deposit
float fZ
z position of the energy deposit
float fY
y position of the energy deposit
bool fIsPrimary
is this from the primary particle, or a secondary (ie EM)
gar::sdp::EnergyDeposit::EnergyDeposit |
( |
int |
trackID, |
|
|
float |
t, |
|
|
float |
e, |
|
|
float |
xpos, |
|
|
float |
ypos, |
|
|
float |
zpos, |
|
|
float |
length, |
|
|
bool |
isPrimary |
|
) |
| |
|
inline |
Definition at line 22 of file EnergyDeposit.h.
float fEnergy
energy deposited
float fdX
the size of the step for this energy deposit
int fTrackID
g4 track ID of particle making the deposit
float fX
x position of the energy deposit
float fTime
time of the energy deposit
float fZ
z position of the energy deposit
float fY
y position of the energy deposit
bool fIsPrimary
is this from the primary particle, or a secondary (ie EM)
float const& gar::sdp::EnergyDeposit::dX |
( |
| ) |
const |
|
inline |
Definition at line 46 of file EnergyDeposit.h.
float fdX
the size of the step for this energy deposit
float const& gar::sdp::EnergyDeposit::Energy |
( |
| ) |
const |
|
inline |
bool gar::sdp::EnergyDeposit::IsPrimary |
( |
| ) |
const |
|
inline |
Definition at line 47 of file EnergyDeposit.h.
bool fIsPrimary
is this from the primary particle, or a secondary (ie EM)
Definition at line 30 of file EnergyDeposit.cxx.
37 else if(
fTime ==
b.Time() ){
38 if(
fZ <
b.Z())
return true;
int fTrackID
g4 track ID of particle making the deposit
float fTime
time of the energy deposit
float fZ
z position of the energy deposit
float const& gar::sdp::EnergyDeposit::Time |
( |
| ) |
const |
|
inline |
int const& gar::sdp::EnergyDeposit::TrackID |
( |
| ) |
const |
|
inline |
Definition at line 40 of file EnergyDeposit.h.
int fTrackID
g4 track ID of particle making the deposit
float const& gar::sdp::EnergyDeposit::X |
( |
| ) |
const |
|
inline |
Definition at line 43 of file EnergyDeposit.h.
float fX
x position of the energy deposit
float const& gar::sdp::EnergyDeposit::Y |
( |
| ) |
const |
|
inline |
Definition at line 44 of file EnergyDeposit.h.
float fY
y position of the energy deposit
float const& gar::sdp::EnergyDeposit::Z |
( |
| ) |
const |
|
inline |
Definition at line 45 of file EnergyDeposit.h.
float fZ
z position of the energy deposit
float gar::sdp::EnergyDeposit::fdX |
|
private |
the size of the step for this energy deposit
Definition at line 61 of file EnergyDeposit.h.
float gar::sdp::EnergyDeposit::fEnergy |
|
private |
bool gar::sdp::EnergyDeposit::fIsPrimary |
|
private |
is this from the primary particle, or a secondary (ie EM)
Definition at line 62 of file EnergyDeposit.h.
float gar::sdp::EnergyDeposit::fTime |
|
private |
int gar::sdp::EnergyDeposit::fTrackID |
|
private |
g4 track ID of particle making the deposit
Definition at line 55 of file EnergyDeposit.h.
float gar::sdp::EnergyDeposit::fX |
|
private |
float gar::sdp::EnergyDeposit::fY |
|
private |
float gar::sdp::EnergyDeposit::fZ |
|
private |
The documentation for this class was generated from the following files: