#include "CaParameters.h"
#include "AlgoFairloggerCompat.h"
#include <boost/filesystem.hpp>
#include <iomanip>
#include <fmt/format.h>
Go to the source code of this file.
|
| enum class | EDetectorID |
| | Enumeration for the tracking detector subsystems in CBM-CA. More...
|
| |
|
| template<> |
| void | CheckSimdVectorEquality (fvec v, const char *name) |
| | Checks, if a SIMD vector horizontally equal TODO: Find this method in the VC!
|
| |
◆ EDetectorID
Enumeration for the tracking detector subsystems in CBM-CA.
Definition at line 215 of file CbmDefs.h.
◆ CheckSimdVectorEquality()
template<>
| void cbm::algo::kf::utils::CheckSimdVectorEquality |
( |
fvec | v, |
|
|
const char * | name ) |
Checks, if a SIMD vector horizontally equal TODO: Find this method in the VC!
Definition at line 29 of file KfUtils.cxx.