Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Go to the source code of this file.
Functions | |
int | findmark (std::istream &file, const char *s) |
template<class T > | |
int | findmark_a (std::istream &file, T ws, long qws, long &nbeg, long &nnext) |
template<class T > | |
int | findmark_b (std::istream &file, T ws, long qws, long &nbeg, long &nnext, char &prev) |
int | findmark_other_repeat (std::istream &file, std::ostream &outfile, const char *s) |
int | find1ofnmark (std::istream &file, int q, char *s[]) |
int | find1ofnmark (std::istream &file, int q, const String str[]) |
int find1ofnmark | ( | std::istream & | file, |
int | q, | ||
char * | s[] | ||
) |
Definition at line 89 of file findmark.cpp.
Referenced by find1ofnmark().
int find1ofnmark | ( | std::istream & | file, |
int | q, | ||
const String | str[] | ||
) |
Definition at line 151 of file findmark.cpp.
int findmark | ( | std::istream & | file, |
const char * | s | ||
) |
Definition at line 18 of file findmark.cpp.
Referenced by definp_double(), definp_int(), definp_long(), definp_String(), Heed::ElElasticScat::ElElasticScat(), Heed::ElElasticScatLowSigma::ElElasticScatLowSigma(), Heed::ExAtomPhotoAbsCS::ExAtomPhotoAbsCS(), and Heed::SimpleAtomPhotoAbsCS::SimpleAtomPhotoAbsCS().
int findmark_a | ( | std::istream & | file, |
T | ws, | ||
long | qws, | ||
long & | nbeg, | ||
long & | nnext | ||
) |
Definition at line 48 of file findmark.h.
int findmark_b | ( | std::istream & | file, |
T | ws, | ||
long | qws, | ||
long & | nbeg, | ||
long & | nnext, | ||
char & | prev | ||
) |
Definition at line 105 of file findmark.h.
Referenced by set_position().
int findmark_other_repeat | ( | std::istream & | file, |
std::ostream & | outfile, | ||
const char * | s | ||
) |
Definition at line 46 of file findmark.cpp.