|
CbmRoot
|
#include "CaConfig.h"#include "CaDefs.h"#include "CaIteration.h"#include "CaSearchWindowMapContainer.h"#include "CaSetup.h"#include "CaVector.h"#include "KfFieldRegion.h"#include "KfSetup.h"#include <boost/archive/binary_iarchive.hpp>#include <boost/archive/binary_oarchive.hpp>#include <boost/serialization/array.hpp>#include <boost/serialization/utility.hpp>#include <array>#include <numeric>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | cbm::algo::ca::Parameters< DataT > |
| A container for all external parameters of the CA tracking algorithm. More... | |
| class | cbm::algo::ca::ParametersIO |
| A class for loading/storing the Parameters objects. More... | |
Namespaces | |
| namespace | cbm |
| namespace | cbm::algo |
| namespace | cbm::algo::ca |
| TODO: SZh 8.11.2022: add selection of parameterisation. | |
Typedefs | |
| using | cbm::algo::ca::IterationsContainer_t = Vector<Iteration> |
| Type definitions for used containers. | |
Enumerations | |
| enum | cbm::algo::ca::TrackingMode { cbm::algo::ca::kSts , cbm::algo::ca::kGlobal , cbm::algo::ca::kMcbm } |
Variables | |
| template<typename T1, typename T2 = T1> | |
| constexpr T2 | cbm::algo::ca::Undef |
| Undefined values. | |