CbmRoot
|
Macros for the CA tracking algorithm. More...
Go to the source code of this file.
Macros | |
#define | CBMCA_DEBUG_ASSERT(v) |
#define | CBMCA_DEBUG_SHOW(expr) |
#define | CBMCA_DEBUG_SHOWF(msg) |
#define | CBMCA_DEBUG_SHOWCONTAINER(cont) |
Macros for the CA tracking algorithm.
Try to minimize the amount of macros. Try to call this header only from cxx files.
Definition in file CaDefines.h.
#define CBMCA_DEBUG_ASSERT | ( | v | ) |
Definition at line 40 of file CaDefines.h.
Referenced by cbm::algo::ca::TrackExtender::FitBranchFast(), and cbm::algo::ca::TripletConstructor::SelectTriplets().
#define CBMCA_DEBUG_SHOW | ( | expr | ) |
Definition at line 42 of file CaDefines.h.
#define CBMCA_DEBUG_SHOWCONTAINER | ( | cont | ) |
Definition at line 46 of file CaDefines.h.
#define CBMCA_DEBUG_SHOWF | ( | msg | ) |
Definition at line 44 of file CaDefines.h.