|
Garfield++ 3.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <vec.h>
Public Member Functions | |
| absref_transmit () | |
| absref_transmit (int fqaref, absref absref::**faref) | |
| absref_transmit (int fqaref_pointer, absref **faref_pointer) | |
| absref_transmit (int fqaref, absref absref::**faref, int fqaref_pointer, absref **faref_pointer) | |
| absref_transmit (const absref_transmit &f) | |
| virtual | ~absref_transmit () |
| Destructor. | |
| virtual void | print (std::ostream &file, int l) const |
| virtual absref_transmit * | copy () const |
| virtual absref * | get_other (int n) |
Public Attributes | |
| int | qaref = 0 |
| Number of vector objects which are the members of the class. | |
| absrefabsref::** | aref |
| int | qaref_pointer = 0 |
| absref ** | aref_pointer |
| int | qaref_other = 0 |
| Number of objects available though virtual function GetOther. | |
Container for transmitting geometry transformations. Three methods of transmission (fast, slower and slowest) are available.
|
inline |
|
inline |
|
inline |
Definition at line 108 of file vec.h.
|
inline |
Definition at line 112 of file vec.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
|
virtual |
| absrefabsref::** Heed::absref_transmit::aref |
| int Heed::absref_transmit::qaref = 0 |
| int Heed::absref_transmit::qaref_other = 0 |
| int Heed::absref_transmit::qaref_pointer = 0 |