|
Garfield++ 3.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <vector>#include <iostream>#include "wcpplib/stream/prstream.h"#include "wcpplib/util/FunNameStack.h"Go to the source code of this file.
Classes | |
| class | Heed::definp_endpar |
Namespaces | |
| namespace | Heed |
Macros | |
| #define | DEFINPPAREND dep |
| #define | DEFINPAP(name) definp_any_par(name, std::string(#name "="), DEFINPPAREND) |
Functions | |
| int | Heed::definp_int (const std::string &str) |
| long | Heed::set_position (const std::string &word, std::istream &istrm, int s_rewind, int s_req_sep) |
| template<class T > | |
| void | Heed::definp_any_par (T &inp, const std::string &word, const definp_endpar &dep, int fs_short=0) |
| #define DEFINPAP | ( | name | ) | definp_any_par(name, std::string(#name "="), DEFINPPAREND) |