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 | |
AtomDef ()=default | |
Default constructor. | |
AtomDef (const std::string &fnameh, const std::string &fnotationh, int fZh, double fAh) | |
Constructor. | |
~AtomDef ()=default | |
Destructor. | |
const std::string & | name () const |
const std::string & | notation () const |
int | Z () const |
double | A () const |
void | print (std::ostream &file, int l=0) const |
AtomDef * | copy () const |
Definition of atoms. Only the basic information: name, notation, atomic weight and charge.
In principle I am going to initiate all atoms from Mendeleev's table, but I haven't finished yet. Only its first half is filled at the moment.
1998-2004, I. Smirnov.
|
default |
Default constructor.
Referenced by copy().
Heed::AtomDef::AtomDef | ( | const std::string & | fnameh, |
const std::string & | fnotationh, | ||
int | fZh, | ||
double | fAh ) |
Constructor.
Definition at line 14 of file AtomDef.cpp.
|
default |
Destructor.
|
inline |
|
inline |
|
inline |
void Heed::AtomDef::print | ( | std::ostream & | file, |
int | l = 0 ) const |
Definition at line 22 of file AtomDef.cpp.
|
inline |