Garfield++ v2r0
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 () | |
~OpticalData () | |
bool | IsAvailable (const std::string material) const |
bool | GetPhotoabsorptionCrossSection (const std::string material, const double e, double &cs, double &eta) |
void | EnableDebugging () |
void | DisableDebugging () |
Photoabsorption cross-sections for some gases.
Definition at line 11 of file OpticalData.hh.
|
inline |
Definition at line 15 of file OpticalData.hh.
|
inline |
Definition at line 17 of file OpticalData.hh.
|
inline |
Definition at line 25 of file OpticalData.hh.
|
inline |
Definition at line 24 of file OpticalData.hh.
bool Garfield::OpticalData::GetPhotoabsorptionCrossSection | ( | const std::string | material, |
const double | e, | ||
double & | cs, | ||
double & | eta | ||
) |
Definition at line 30 of file OpticalData.cc.
Referenced by Garfield::MediumGas::GetPhotoabsorptionCrossSection().
bool Garfield::OpticalData::IsAvailable | ( | const std::string | material | ) | const |
Definition at line 10 of file OpticalData.cc.
Referenced by Garfield::MediumGas::GetPhotoabsorptionCrossSection().