KaliVeda
1.13/01
Heavy-Ion Analysis Toolkit
|
#include "KVDetector.h"
Classes | |
class | KVFAZIADetector |
Base class for FAZIA detectors. More... | |
Macros | |
#define | __KVFAZIADETECTOR_GETSIGNAL(sig, type) |
#define | __KVFD_dcs(X, Y) __KVFD_xstr(__KVFD_dotcat(X,Y)) |
#define | __KVFD_dotcat(X, Y) X.Y |
#define | __KVFD_methname(X, Y) Get ## X ## Y |
#define | __KVFD_setmethname(X, Y) Set ## X ## Y |
#define | __KVFD_str(s) #s |
#define | __KVFD_xstr(s) __KVFD_str(s) |
#define __KVFAZIADETECTOR_GETSIGNAL | ( | sig, | |
type | |||
) |
Definition at line 17 of file KVFAZIADetector.h.
#define __KVFD_dcs | ( | X, | |
Y | |||
) | __KVFD_xstr(__KVFD_dotcat(X,Y)) |
Definition at line 15 of file KVFAZIADetector.h.
#define __KVFD_dotcat | ( | X, | |
Y | |||
) | X.Y |
Definition at line 12 of file KVFAZIADetector.h.
#define __KVFD_methname | ( | X, | |
Y | |||
) | Get ## X ## Y |
Definition at line 10 of file KVFAZIADetector.h.
#define __KVFD_setmethname | ( | X, | |
Y | |||
) | Set ## X ## Y |
Definition at line 11 of file KVFAZIADetector.h.
Definition at line 13 of file KVFAZIADetector.h.
#define __KVFD_xstr | ( | s | ) | __KVFD_str(s) |
Definition at line 14 of file KVFAZIADetector.h.