Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <vec.h>
Public Member Functions | |
vecReg (vfloat xx, vfloat yy, vfloat zz) | |
vecReg (void) | |
Public Member Functions inherited from vec | |
vec | operator/ (vfloat p) const |
vec (vfloat xx, vfloat yy, vfloat zz) | |
vec () | |
virtual | ~vec () |
vec | down_new (const basis *fabas) |
void | down (const basis *fabas) |
vec | up_new (const basis *fabas_new) |
void | up (const basis *fabas_new) |
vec | down_new (const abssyscoor *fasc) |
void | down (const abssyscoor *fasc) |
vec | up_new (const abssyscoor *fasc) |
void | up (const abssyscoor *fasc) |
vec | turn_new (const vec &dir, vfloat angle) |
void | turn (const vec &dir, vfloat angle) |
void | shift (const vec &dir) |
void | random_round_vec (void) |
void | random_conic_vec (double theta) |
void | random_sfer_vec (void) |
Public Member Functions inherited from absref | |
virtual | ~absref () |
virtual void | down (const abssyscoor *fasc) |
virtual void | up (const abssyscoor *fasc) |
virtual void | turn (const vec &dir, vfloat angle) |
virtual void | shift (const vec &dir) |
Additional Inherited Members | |
Public Attributes inherited from vec | |
vfloat | x |
vfloat | y |
vfloat | z |