Energy deposition in the active material. More...
#include <SimEnergyDeposit.h>
Public Types | |
using | Length_t = float |
using | Point_t = geo::Point_t |
Public Member Functions | |
SimEnergyDeposit (int np=0, int ne=0, double sy=0, double e=0., geo::Point_t start={0., 0., 0.}, geo::Point_t end={0., 0., 0.}, double t0=0., double t1=0., int id=0, int pdg=0) | |
int | NumPhotons () const |
int | NumFPhotons () const |
int | NumSPhotons () const |
int | NumElectrons () const |
double | ScintYieldRatio () const |
double | Energy () const |
geo::Point_t | Start () const |
geo::Point_t | End () const |
double | Time () const |
int | TrackID () const |
int | PdgCode () const |
geo::Length_t | StartX () const |
geo::Length_t | StartY () const |
geo::Length_t | StartZ () const |
double | StartT () const |
geo::Length_t | EndX () const |
geo::Length_t | EndY () const |
geo::Length_t | EndZ () const |
double | EndT () const |
geo::Point_t | MidPoint () const |
geo::Length_t | MidPointX () const |
geo::Length_t | MidPointY () const |
geo::Length_t | MidPointZ () const |
geo::Length_t | X () const |
geo::Length_t | Y () const |
geo::Length_t | Z () const |
double | T () const |
double | T0 () const |
double | T1 () const |
double | E () const |
geo::Length_t | StepLength () const |
bool | operator< (const SimEnergyDeposit &rhs) const |
Private Attributes | |
int | numPhotons |
of scintillation photons More... | |
int | numElectrons |
of ionization electrons More... | |
float | scintYieldRatio |
scintillation yield of LAr More... | |
float | edep |
energy deposition (MeV) More... | |
geo::Point_t | startPos |
positions in (cm) More... | |
geo::Point_t | endPos |
double | startTime |
(ns) More... | |
double | endTime |
(ns) More... | |
int | trackID |
simulation track id More... | |
int | pdgCode |
pdg code of particle to avoid lookup by particle type later More... | |
Energy deposition in the active material.
The detector simulation (presently LArG4, which invokes Geant4) propagates particles through the detector in intervals of "steps". In Geant4, a step is normally defined by the smallest of the distance from the current position of the particle to the point where it enters a new volume boundary, the particle undergoes some "interesting" physics event, or the range of the particle due to its energy falls below a given limit.
In LArG4
, an additional limit is applied: We force the steps to be small (typically 1/10th the wire spacing in the planes of the TPC) so we can process the energy deposited by each step into electron clusters.
The SimEnergyDeposit class defines what Geant4 truth information for each step is passed to the ionization -> sim::SimChannel
conversion, and for the optical-photon -> sim::SimPhoton
conversion.
William Seligman, Nevis Labs, 10/12/2017
Definition at line 42 of file SimEnergyDeposit.h.
using sim::SimEnergyDeposit::Length_t = float |
Definition at line 47 of file SimEnergyDeposit.h.
Definition at line 48 of file SimEnergyDeposit.h.
|
inline |
Definition at line 62 of file SimEnergyDeposit.h.
|
inline |
Definition at line 136 of file SimEnergyDeposit.h.
|
inline |
Definition at line 101 of file SimEnergyDeposit.h.
|
inline |
Definition at line 117 of file SimEnergyDeposit.h.
|
inline |
Definition at line 114 of file SimEnergyDeposit.h.
|
inline |
Definition at line 115 of file SimEnergyDeposit.h.
|
inline |
Definition at line 116 of file SimEnergyDeposit.h.
|
inline |
Definition at line 99 of file SimEnergyDeposit.h.
|
inline |
Definition at line 120 of file SimEnergyDeposit.h.
|
inline |
Definition at line 127 of file SimEnergyDeposit.h.
|
inline |
Definition at line 128 of file SimEnergyDeposit.h.
|
inline |
Definition at line 129 of file SimEnergyDeposit.h.
|
inline |
Definition at line 97 of file SimEnergyDeposit.h.
|
inline |
Definition at line 95 of file SimEnergyDeposit.h.
|
inline |
Definition at line 94 of file SimEnergyDeposit.h.
|
inline |
Definition at line 96 of file SimEnergyDeposit.h.
|
inline |
Definition at line 150 of file SimEnergyDeposit.h.
|
inline |
Definition at line 104 of file SimEnergyDeposit.h.
|
inline |
Definition at line 98 of file SimEnergyDeposit.h.
|
inline |
Definition at line 100 of file SimEnergyDeposit.h.
|
inline |
Definition at line 113 of file SimEnergyDeposit.h.
|
inline |
Definition at line 110 of file SimEnergyDeposit.h.
|
inline |
Definition at line 111 of file SimEnergyDeposit.h.
|
inline |
Definition at line 112 of file SimEnergyDeposit.h.
|
inline |
Definition at line 141 of file SimEnergyDeposit.h.
|
inline |
Definition at line 133 of file SimEnergyDeposit.h.
|
inline |
Definition at line 134 of file SimEnergyDeposit.h.
|
inline |
Definition at line 135 of file SimEnergyDeposit.h.
|
inline |
Definition at line 102 of file SimEnergyDeposit.h.
|
inline |
Definition at line 103 of file SimEnergyDeposit.h.
|
inline |
Definition at line 130 of file SimEnergyDeposit.h.
|
inline |
Definition at line 131 of file SimEnergyDeposit.h.
|
inline |
Definition at line 132 of file SimEnergyDeposit.h.
|
private |
energy deposition (MeV)
Definition at line 189 of file SimEnergyDeposit.h.
|
private |
Definition at line 191 of file SimEnergyDeposit.h.
|
private |
(ns)
Definition at line 193 of file SimEnergyDeposit.h.
|
private |
of ionization electrons
Definition at line 187 of file SimEnergyDeposit.h.
|
private |
of scintillation photons
Definition at line 184 of file SimEnergyDeposit.h.
|
private |
pdg code of particle to avoid lookup by particle type later
Definition at line 195 of file SimEnergyDeposit.h.
|
private |
scintillation yield of LAr
Definition at line 188 of file SimEnergyDeposit.h.
|
private |
positions in (cm)
Definition at line 190 of file SimEnergyDeposit.h.
|
private |
(ns)
Definition at line 192 of file SimEnergyDeposit.h.
|
private |
simulation track id
Definition at line 194 of file SimEnergyDeposit.h.