Garfield++ 4.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 ()=default | |
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)=default | |
Copy constructor. | |
absref_transmit & | operator= (const absref_transmit &f)=default |
Assignment operator. | |
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. | |
absref absref::** | 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.
|
default |
Referenced by copy().
|
inline |
|
inline |
Definition at line 108 of file vec.h.
|
inline |
Definition at line 112 of file vec.h.
|
default |
Copy constructor.
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
|
default |
Assignment operator.
|
virtual |
absref absref::** Heed::absref_transmit::aref |
int Heed::absref_transmit::qaref = 0 |
int Heed::absref_transmit::qaref_other = 0 |
int Heed::absref_transmit::qaref_pointer = 0 |