CbmRoot
|
#include "CaDefs.h"
#include "CaIteration.h"
#include "CaSearchWindow.h"
#include "CaStation.h"
#include "CaVector.h"
#include "KfFieldRegion.h"
#include "KfSetup.h"
#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... | |
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. | |
template<typename DataT > | |
using | cbm::algo::ca::StationsContainer_t = std::array<ca::Station<DataT>, constants::size::MaxNstations> |
Enumerations | |
enum | cbm::algo::ca::TrackingMode { cbm::algo::ca::kSts , cbm::algo::ca::kGlobal , cbm::algo::ca::kMcbm } |