Garfield++ v2r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Mesh of values. More...
#include <BGMesh.h>
Public Member Functions | |
BGMesh () | |
BGMesh (double fxmin, double fxmax, long fq) | |
virtual void | print (std::ostream &file, int l) const |
virtual BGMesh * | copy () const |
Public Member Functions inherited from Heed::RegPassivePtr | |
RegPassivePtr (void) | |
RegPassivePtr (char fs_ban_del, char fs_ban_sub, char fs_ban_cop=0) | |
RegPassivePtr (const RegPassivePtr &f) | |
RegPassivePtr & | operator= (const RegPassivePtr &f) |
CountPP_ns::CountPassivePtr * | book (void) const |
void | clear_pointers (void) const |
virtual RegPassivePtr * | copy () const |
virtual | ~RegPassivePtr () |
virtual void | print (std::ostream &file, int l=1) const |
void | set_s_ban_del (char fs_ban_del) |
char | get_s_ban_del (void) const |
void | set_s_ban_sub (char fs_ban_sub) |
char | get_s_ban_sub (void) const |
void | set_s_ban_cop (char fs_ban_cop) |
char | get_s_ban_cop (void) const |
void | set_s_allow_del_at_zero_count (char fs_allow_del_at_zero_count) |
char | get_s_allow_del_at_zero_count (void) const |
long | get_total_number_of_references (void) const |
Public Attributes | |
double | xmin |
double | xmax |
long | q |
Total number of points (not number of intervals). | |
std::vector< double > | x |
Additional Inherited Members | |
Static Public Member Functions inherited from Heed::RegPassivePtr | |
static void | set_s_ban_del_ignore (char fs_ban_del_ignore) |
static char | get_s_ban_del_ignore (void) |
static void | set_s_print_adr_cpp (char fs_print_adr_cpp) |
static char | get_s_print_adr_cpp (void) |
Heed::BGMesh::BGMesh | ( | double | fxmin, |
double | fxmax, | ||
long | fq | ||
) |
|
inlinevirtual |
|
virtual |
Reimplemented from Heed::RegPassivePtr.
Definition at line 24 of file BGMesh.cpp.
Referenced by Heed::operator<<().
long Heed::BGMesh::q |
std::vector<double> Heed::BGMesh::x |