Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <AtomDef.h>
Public Member Functions | |
AtomMixDef ()=default | |
Default constructor. | |
AtomMixDef (unsigned long fqatom, const std::vector< std::string > &fatom_not, const std::vector< double > &fweight_quan) | |
Constructor from list of atoms and weights. | |
AtomMixDef (unsigned long fqatom, const std::vector< std::string > &fatom_not, const std::vector< long > &fweight_quan) | |
Constructor from list of atoms and number of atoms per molecule. | |
void | print (std::ostream &file, int l) const |
long | qatom () const |
const std::vector< const AtomDef * > & | atom () const |
const AtomDef * | atom (long n) const |
const std::vector< double > & | weight_quan () const |
const std::vector< double > & | weight_mass () const |
double | weight_quan (long n) const |
double | weight_mass (long n) const |
double | Z_mean () const |
double | A_mean () const |
double | inv_A_mean () const |
double | mean_ratio_Z_to_A () const |
double | NumberOfElectronsInGram () const |
Definition of atomic mixtures. Pointers to atoms, weights and various mean parameters.
|
default |
Default constructor.
Referenced by Heed::MatterDef::MatterDef(), and Heed::MoleculeDef::MoleculeDef().
Heed::AtomMixDef::AtomMixDef | ( | unsigned long | fqatom, |
const std::vector< std::string > & | fatom_not, | ||
const std::vector< double > & | fweight_quan ) |
Constructor from list of atoms and weights.
Definition at line 143 of file AtomDef.cpp.
Heed::AtomMixDef::AtomMixDef | ( | unsigned long | fqatom, |
const std::vector< std::string > & | fatom_not, | ||
const std::vector< long > & | fweight_quan ) |
Constructor from list of atoms and number of atoms per molecule.
Definition at line 199 of file AtomDef.cpp.
|
inline |
Definition at line 109 of file AtomDef.h.
Referenced by Heed::operator<<(), and Heed::HeedPhoton::physics().
|
inline |
Definition at line 102 of file AtomDef.h.
Referenced by Heed::MoleculeDef::MoleculeDef(), Heed::operator<<(), and Heed::operator<<().
|
inline |
|
inline |
Definition at line 110 of file AtomDef.h.
Referenced by Heed::operator<<().
|
inline |
Definition at line 111 of file AtomDef.h.
Referenced by Heed::operator<<().
|
inline |
Definition at line 112 of file AtomDef.h.
Referenced by Heed::operator<<().
void Heed::AtomMixDef::print | ( | std::ostream & | file, |
int | l ) const |
Definition at line 255 of file AtomDef.cpp.
|
inline |
Definition at line 101 of file AtomDef.h.
Referenced by Heed::HeedMatterDef::HeedMatterDef(), Heed::MoleculeDef::MoleculeDef(), Heed::operator<<(), Heed::operator<<(), Heed::HeedParticle::physics(), Heed::HeedParticle_BGM::physics(), and Heed::HeedPhoton::physics().
|
inline |
Definition at line 105 of file AtomDef.h.
Referenced by Heed::operator<<().
|
inline |
|
inline |
Definition at line 104 of file AtomDef.h.
Referenced by Heed::operator<<(), and Heed::HeedPhoton::physics().
|
inline |
|
inline |