Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <MoleculeDef.h>
Public Member Functions | |
const String & | name (void) const |
const String & | notation (void) const |
const DynLinArr< long > & | qatom_ps (void) const |
long | qatom_ps (long n) const |
long | Z_total (void) const |
double | A_total (void) const |
long | tqatom (void) const |
const ActivePtr< VanDerVaals > & | awls (void) const |
MoleculeDef (void) | |
MoleculeDef (const String &fname, const String &fnotation, long fqatom, const DynLinArr< String > &fatom_not, const DynLinArr< long > &fqatom_ps, ActivePtr< VanDerVaals > fawls=ActivePtr< VanDerVaals >()) | |
MoleculeDef (const String &fname, const String &fnotation, const String &fatom_not, long fqatom_ps, ActivePtr< VanDerVaals > fawls=ActivePtr< VanDerVaals >()) | |
MoleculeDef (const String &fname, const String &fnotation, const String &fatom_not1, long fqatom_ps1, const String &fatom_not2, long fqatom_ps2, ActivePtr< VanDerVaals > fawls=ActivePtr< VanDerVaals >()) | |
MoleculeDef (const String &fname, const String &fnotation, const String &fatom_not1, long fqatom_ps1, const String &fatom_not2, long fqatom_ps2, const String &fatom_not3, long fqatom_ps3, ActivePtr< VanDerVaals > fawls=ActivePtr< VanDerVaals >()) | |
~MoleculeDef () | |
void | print (std::ostream &file, int l) const |
void | verify (void) |
macro_copy_total (MoleculeDef) | |
Public Member Functions inherited from Heed::AtomMixDef | |
AtomMixDef (void) | |
AtomMixDef (long fqatom, const DynLinArr< String > &fatom_not, const DynLinArr< double > &fweight_quan) | |
AtomMixDef (long fqatom, const DynLinArr< String > &fatom_not, const DynLinArr< long > &fweight_quan) | |
AtomMixDef (const String &fatom_not) | |
AtomMixDef (const String &fatom_not1, double fweight_quan1, const String &fatom_not2, double fweight_quan2) | |
AtomMixDef (const String &fatom_not1, double fweight_quan1, const String &fatom_not2, double fweight_quan2, const String &fatom_not3, double fweight_quan3) | |
AtomMixDef (const String &fatom_not1, double fweight_quan1, const String &fatom_not2, double fweight_quan2, const String &fatom_not3, double fweight_quan3, const String &fatom_not4, double fweight_quan4) | |
void | print (std::ostream &file, int l) const |
long | qatom (void) const |
const DynLinArr< PassivePtr< AtomDef > > & | atom (void) const |
PassivePtr< AtomDef > | atom (long n) const |
const DynLinArr< double > & | weight_quan (void) const |
const DynLinArr< double > & | weight_mass (void) const |
double | weight_quan (long n) const |
double | weight_mass (long n) const |
double | Z_mean (void) const |
double | A_mean (void) const |
double | inv_A_mean (void) const |
double | mean_ratio_Z_to_A (void) const |
double | NumberOfElectronsInGram (void) const |
Static Public Member Functions | |
static void | printall (std::ostream &file) |
static AbsList< MoleculeDef * > & | get_logbook (void) |
static const AbsList< MoleculeDef * > & | get_const_logbook (void) |
static MoleculeDef * | get_MoleculeDef (const String &fnotation) |
Definition at line 51 of file MoleculeDef.h.
Heed::MoleculeDef::MoleculeDef | ( | void | ) |
Definition at line 84 of file MoleculeDef.cpp.
Heed::MoleculeDef::MoleculeDef | ( | const String & | fname, |
const String & | fnotation, | ||
long | fqatom, | ||
const DynLinArr< String > & | fatom_not, | ||
const DynLinArr< long > & | fqatom_ps, | ||
ActivePtr< VanDerVaals > | fawls = ActivePtr<VanDerVaals>() |
||
) |
Definition at line 108 of file MoleculeDef.cpp.
Heed::MoleculeDef::MoleculeDef | ( | const String & | fname, |
const String & | fnotation, | ||
const String & | fatom_not, | ||
long | fqatom_ps, | ||
ActivePtr< VanDerVaals > | fawls = ActivePtr<VanDerVaals>() |
||
) |
Definition at line 134 of file MoleculeDef.cpp.
Heed::MoleculeDef::MoleculeDef | ( | const String & | fname, |
const String & | fnotation, | ||
const String & | fatom_not1, | ||
long | fqatom_ps1, | ||
const String & | fatom_not2, | ||
long | fqatom_ps2, | ||
ActivePtr< VanDerVaals > | fawls = ActivePtr<VanDerVaals>() |
||
) |
Definition at line 153 of file MoleculeDef.cpp.
Heed::MoleculeDef::MoleculeDef | ( | const String & | fname, |
const String & | fnotation, | ||
const String & | fatom_not1, | ||
long | fqatom_ps1, | ||
const String & | fatom_not2, | ||
long | fqatom_ps2, | ||
const String & | fatom_not3, | ||
long | fqatom_ps3, | ||
ActivePtr< VanDerVaals > | fawls = ActivePtr<VanDerVaals>() |
||
) |
Definition at line 180 of file MoleculeDef.cpp.
Heed::MoleculeDef::~MoleculeDef | ( | ) |
Definition at line 290 of file MoleculeDef.cpp.
|
inline |
Definition at line 72 of file MoleculeDef.h.
Referenced by Heed::operator<<().
|
inline |
|
static |
Definition at line 242 of file MoleculeDef.cpp.
|
static |
Definition at line 237 of file MoleculeDef.cpp.
Referenced by get_const_logbook(), get_MoleculeDef(), MoleculeDef(), printall(), verify(), and ~MoleculeDef().
|
static |
Definition at line 246 of file MoleculeDef.cpp.
Referenced by Heed::GasDef::GasDef().
Heed::MoleculeDef::macro_copy_total | ( | MoleculeDef | ) |
|
inline |
|
inline |
Definition at line 68 of file MoleculeDef.h.
Referenced by Heed::operator<<().
void Heed::MoleculeDef::print | ( | std::ostream & | file, |
int | l | ||
) | const |
Definition at line 209 of file MoleculeDef.cpp.
|
static |
Definition at line 213 of file MoleculeDef.cpp.
|
inline |
Definition at line 70 of file MoleculeDef.h.
|
inline |
Definition at line 69 of file MoleculeDef.h.
Referenced by Heed::operator<<().
|
inline |
Definition at line 73 of file MoleculeDef.h.
Referenced by Heed::operator<<().
void Heed::MoleculeDef::verify | ( | void | ) |
Definition at line 222 of file MoleculeDef.cpp.
Referenced by MoleculeDef().
|
inline |
Definition at line 71 of file MoleculeDef.h.
Referenced by Heed::operator<<().