CbmRoot
Loading...
Searching...
No Matches
TrackingChain.cxx File Reference

A chain class to execute CA tracking algorithm in online reconstruction (implementation) More...

#include "algo/ca/TrackingChain.h"
#include "CaDefs.h"
#include "CaHit.h"
#include "CaParameters.h"
#include "CbmYaml.h"
#include "algo/base/compat/OpenMP.h"
#include "algo/global/ParFiles.h"
#include <boost/archive/binary_oarchive.hpp>
#include <fstream>
#include <set>
#include <unordered_map>
#include <fmt/format.h>
#include <xpu/host.h>
Include dependency graph for TrackingChain.cxx:

Go to the source code of this file.

Classes

class  TrackingChain
 A chain for tracking algorithm. More...
 
class  Framework
 
class  Track
 Class representing an output track in the CA tracking algorithm. More...
 

Typedefs

using HitTypes_t
 

Enumerations

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

Variables

constexpr char CL []
 clear
 
constexpr char GNb []
 bold green
 

Detailed Description

A chain class to execute CA tracking algorithm in online reconstruction (implementation)

Date
14.09.2023
Author
S.Zharko s.zha.nosp@m.rko@.nosp@m.gsi.d.nosp@m.e

Definition in file TrackingChain.cxx.

Typedef Documentation

◆ HitTypes_t

Definition at line 109 of file TrackingDefs.h.

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.

Variable Documentation

◆ CL

char cbm::algo::ca::constants::clrs::CL[]
constexpr

clear

Definition at line 139 of file CaDefs.h.

Referenced by cbm::algo::TrackingChain::Init().

◆ GNb

char cbm::algo::ca::constants::clrs::GNb[]
constexpr

bold green

Definition at line 162 of file CaDefs.h.

Referenced by cbm::algo::TrackingChain::Init().