CbmRoot
|
Input data management class for the CA tracking algorithm (header) More...
#include "CaDefs.h"
#include "CaIteration.h"
#include "CaObjectInitController.h"
#include "CaParameters.h"
#include "CaSimd.h"
#include "CaStationInitializer.h"
#include "KfFieldRegion.h"
#include <array>
#include <bitset>
#include <memory>
#include <numeric>
#include <set>
#include <string>
#include <type_traits>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | std::hash< cbm::algo::ca::EDetectorID > |
Hash function definition for EDetectorID. More... | |
class | cbm::algo::ca::InitManager |
A CA Parameters object initialization class. 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::DetectorID_t = std::underlying_type_t<EDetectorID> |
Underlying integer type for the DetectorID. | |
Input data management class for the CA tracking algorithm (header)
Definition in file CaInitManager.h.