Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
vecReg Class Reference

#include <vec.h>

+ Inheritance diagram for vecReg:

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
 

Detailed Description

Definition at line 385 of file vec.h.

Constructor & Destructor Documentation

◆ vecReg() [1/2]

vecReg::vecReg ( vfloat  xx,
vfloat  yy,
vfloat  zz 
)
inline

Definition at line 387 of file vec.h.

387: vec(xx, yy, zz) {}
vec()
Definition: vec.h:339

◆ vecReg() [2/2]

vecReg::vecReg ( void  )
inline

Definition at line 388 of file vec.h.

388: vec() {}

The documentation for this class was generated from the following file: