CbmRoot
Loading...
Searching...
No Matches
CaParameters.cxx File Reference
#include "CaParameters.h"
#include "AlgoFairloggerCompat.h"
#include <boost/filesystem.hpp>
#include <iomanip>
#include <fmt/format.h>
Include dependency graph for CaParameters.cxx:

Go to the source code of this file.

Classes

class  Parameters< DataT >
 A container for all external parameters of the CA tracking algorithm. More...
 

Namespaces

namespace  cbm
 
namespace  cbm::algo
 
namespace  cbm::algo::ca
 TODO: SZh 8.11.2022: add selection of parameterisation.
 

Enumerations

enum class  EDetectorID
 Enumeration for the tracking detector subsystems in CBM-CA. More...
 

Functions

template<>
void CheckSimdVectorEquality (fvec v, const char *name)
 Checks, if a SIMD vector horizontally equal TODO: Find this method in the VC!
 

Enumeration Type Documentation

◆ EDetectorID

enum class cbm::algo::ca::EDetectorID
strong

Enumeration for the tracking detector subsystems in CBM-CA.

Definition at line 215 of file CbmDefs.h.

Function Documentation

◆ 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.