Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Go to the source code of this file.
Macros | |
#define | statcast(type, name) static_cast<type>(name) |
#define | dyncast(type, name) dynamic_cast<type>(name) |
#define | convmut(type) const type& t = (*this); |
#define convmut | ( | type | ) | const type& t = (*this); |
Definition at line 47 of file emul_new_stand.h.
#define dyncast | ( | type, | |
name | |||
) | dynamic_cast<type>(name) |
Definition at line 25 of file emul_new_stand.h.
#define statcast | ( | type, | |
name | |||
) | static_cast<type>(name) |
Definition at line 21 of file emul_new_stand.h.