Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <GarfieldPhysics.hh>
Public Member Functions | |
void | InitializePhysics () |
void | DoIt (std::string particleName, double ekin_MeV, double time, double x_cm, double y_cm, double z_cm, double dx, double dy, double dz) |
void | AddParticleName (const std::string particleName, double ekin_min_MeV, double ekin_max_MeV, std::string program) |
bool | FindParticleName (const std::string name, std::string program="garfield") |
bool | FindParticleNameEnergy (std::string name, double ekin_MeV, std::string program="garfield") |
double | GetMinEnergyMeVParticle (std::string name, std::string program="garfield") |
double | GetMaxEnergyMeVParticle (std::string name, std::string program="garfield") |
void | SetIonizationModel (std::string model, bool useDefaults=true) |
std::string | GetIonizationModel () |
const std::vector< GarfieldParticle > & | GetSecondaryParticles () const |
void | EnableCreateSecondariesInGeant4 (bool flag) |
bool | GetCreateSecondariesInGeant4 () const |
double | GetEnergyDeposit_MeV () const |
double | GetAvalancheSize () const |
double | GetGain () const |
void | Clear () |
Static Public Member Functions | |
static GarfieldPhysics * | GetInstance () |
static void | Dispose () |
Definition at line 76 of file GarfieldPhysics.hh.
void GarfieldPhysics::AddParticleName | ( | const std::string | particleName, |
double | ekin_min_MeV, | ||
double | ekin_max_MeV, | ||
std::string | program ) |
Definition at line 108 of file GarfieldPhysics.cc.
Referenced by SetIonizationModel(), and GarfieldMessenger::SetNewValue().
|
inline |
Definition at line 110 of file GarfieldPhysics.hh.
Referenced by GarfieldEventAction::BeginOfEventAction().
|
static |
Definition at line 43 of file GarfieldPhysics.cc.
Referenced by main().
void GarfieldPhysics::DoIt | ( | std::string | particleName, |
double | ekin_MeV, | ||
double | time, | ||
double | x_cm, | ||
double | y_cm, | ||
double | z_cm, | ||
double | dx, | ||
double | dy, | ||
double | dz ) |
Definition at line 238 of file GarfieldPhysics.cc.
|
inline |
Definition at line 101 of file GarfieldPhysics.hh.
bool GarfieldPhysics::FindParticleName | ( | const std::string | name, |
std::string | program = "garfield" ) |
Definition at line 134 of file GarfieldPhysics.cc.
Referenced by GarfieldPhysicsList::AddParameterisation().
bool GarfieldPhysics::FindParticleNameEnergy | ( | std::string | name, |
double | ekin_MeV, | ||
std::string | program = "garfield" ) |
Definition at line 145 of file GarfieldPhysics.cc.
|
inline |
Definition at line 108 of file GarfieldPhysics.hh.
Referenced by GarfieldEventAction::EndOfEventAction().
|
inline |
Definition at line 104 of file GarfieldPhysics.hh.
|
inline |
Definition at line 107 of file GarfieldPhysics.hh.
|
inline |
Definition at line 109 of file GarfieldPhysics.hh.
Referenced by GarfieldEventAction::EndOfEventAction().
|
static |
Definition at line 38 of file GarfieldPhysics.cc.
Referenced by GarfieldPhysicsList::AddParameterisation(), GarfieldEventAction::BeginOfEventAction(), GarfieldEventAction::EndOfEventAction(), GarfieldG4FastSimulationModel::GarfieldG4FastSimulationModel(), GarfieldG4FastSimulationModel::GarfieldG4FastSimulationModel(), and GarfieldMessenger::SetNewValue().
std::string GarfieldPhysics::GetIonizationModel | ( | ) |
Definition at line 57 of file GarfieldPhysics.cc.
Referenced by GarfieldPhysicsList::AddParameterisation().
double GarfieldPhysics::GetMaxEnergyMeVParticle | ( | std::string | name, |
std::string | program = "garfield" ) |
Definition at line 185 of file GarfieldPhysics.cc.
Referenced by GarfieldPhysicsList::AddParameterisation().
double GarfieldPhysics::GetMinEnergyMeVParticle | ( | std::string | name, |
std::string | program = "garfield" ) |
Definition at line 167 of file GarfieldPhysics.cc.
Referenced by GarfieldPhysicsList::AddParameterisation().
|
inline |
Definition at line 98 of file GarfieldPhysics.hh.
void GarfieldPhysics::InitializePhysics | ( | ) |
Definition at line 203 of file GarfieldPhysics.cc.
void GarfieldPhysics::SetIonizationModel | ( | std::string | model, |
bool | useDefaults = true ) |
Definition at line 59 of file GarfieldPhysics.cc.
Referenced by GarfieldMessenger::SetNewValue().