Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Photoabsorption cross-sections for some gases. More...
#include <OpticalData.hh>
Public Member Functions | |
OpticalData ()=default | |
Constructor. | |
~OpticalData ()=default | |
Destructor. | |
Static Public Member Functions | |
static bool | IsAvailable (const std::string &material) |
Check whether optical data have been implemented for a given gas. | |
static bool | PhotoabsorptionCrossSection (const std::string &material, const double energy, double &cs, double &eta) |
Photo-absorption cross-section and ionisation yield at a given energy. | |
static double | PhotoabsorptionCrossSection (const std::string &material, const double energy) |
Photo-absorption cross-section at a given energy. | |
static double | PhotoionisationYield (const std::string &material, const double energy) |
Photo-ionisation yield at a given energy. | |
Photoabsorption cross-sections for some gases.
Definition at line 11 of file OpticalData.hh.
|
default |
Constructor.
|
default |
Destructor.
|
static |
Check whether optical data have been implemented for a given gas.
Definition at line 38 of file OpticalData.cc.
Referenced by Garfield::MediumGas::GetPhotoAbsorptionCrossSection().
|
static |
Photo-absorption cross-section at a given energy.
Definition at line 61 of file OpticalData.cc.
|
static |
Photo-absorption cross-section and ionisation yield at a given energy.
Definition at line 45 of file OpticalData.cc.
Referenced by Garfield::MediumGas::GetPhotoAbsorptionCrossSection(), PhotoabsorptionCrossSection(), and PhotoionisationYield().
|
static |
Photo-ionisation yield at a given energy.
Definition at line 68 of file OpticalData.cc.