CbmRoot
Loading...
Searching...
No Matches
CaDefines.h File Reference

Macros for the CA tracking algorithm. More...

#include "AlgoFairloggerCompat.h"
#include <cassert>
#include <sstream>
Include dependency graph for CaDefines.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.

Macro Definition Documentation

◆ CBMCA_DEBUG_ASSERT

#define CBMCA_DEBUG_ASSERT ( v)

◆ CBMCA_DEBUG_SHOW

#define CBMCA_DEBUG_SHOW ( expr)

Definition at line 42 of file CaDefines.h.

◆ CBMCA_DEBUG_SHOWCONTAINER

#define CBMCA_DEBUG_SHOWCONTAINER ( cont)

Definition at line 46 of file CaDefines.h.

◆ CBMCA_DEBUG_SHOWF

#define CBMCA_DEBUG_SHOWF ( msg)

Definition at line 44 of file CaDefines.h.