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

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);
 

Macro Definition Documentation

◆ convmut

#define convmut (   type)    const type& t = (*this);

Definition at line 47 of file emul_new_stand.h.

◆ dyncast

#define dyncast (   type,
  name 
)    dynamic_cast<type>(name)

Definition at line 25 of file emul_new_stand.h.

◆ statcast

#define statcast (   type,
  name 
)    static_cast<type>(name)

Definition at line 21 of file emul_new_stand.h.