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