![]() |
Project
|
Implementation of the "Cooked Matrix" ITS tracker. More...
#include <chrono>
#include <future>
#include <map>
#include <TGeoGlobalMagField.h>
#include <TMath.h>
#include <fairlogger/Logger.h>
#include "CommonConstants/MathConstants.h"
#include "DetectorsBase/Propagator.h"
#include "Field/MagneticField.h"
#include "DataFormatsITSMFT/CompCluster.h"
#include "DataFormatsITSMFT/TopologyDictionary.h"
#include "ITSReconstruction/CookedTracker.h"
#include "MathUtils/Utils.h"
#include "SimulationDataFormat/MCCompLabel.h"
#include "SimulationDataFormat/MCTruthContainer.h"
Go to the source code of this file.
Typedefs | |
using | Label = o2::MCCompLabel |
Variables | |
const float | kPI = 3.14159f |
const float | k2PI = 2 * kPI |
Implementation of the "Cooked Matrix" ITS tracker.
Definition in file CookedTracker.cxx.
using Label = o2::MCCompLabel |
Definition at line 43 of file CookedTracker.cxx.
const float k2PI = 2 * kPI |
Definition at line 69 of file CookedTracker.cxx.
const float kPI = 3.14159f |
Definition at line 68 of file CookedTracker.cxx.