![]() |
Project
|
#include "GPUO2Interface.h"
#include "GPUParam.h"
#include "GPUParam.inc"
#include <TTree.h>
#include <cassert>
#include <algorithm>
#include <fairlogger/Logger.h>
#include "Field/MagneticField.h"
#include "Field/MagFieldFast.h"
#include "ITSBase/GeometryTGeo.h"
#include "CommonUtils/TreeStream.h"
#include "DataFormatsTPC/Defs.h"
#include "TPCBase/ParameterElectronics.h"
#include "TPCBase/ParameterDetector.h"
#include "MathUtils/Cartesian.h"
#include "MathUtils/Utils.h"
#include "CommonConstants/MathConstants.h"
#include "CommonConstants/PhysicsConstants.h"
#include "CommonConstants/GeomConstants.h"
#include "DetectorsBase/GeometryManager.h"
#include "DetectorsBase/GlobalParams.h"
#include <Math/SMatrix.h>
#include <Math/SVector.h>
#include <TFile.h>
#include <TGeoGlobalMagField.h>
#include "SimulationDataFormat/MCTruthContainer.h"
#include "TPCReconstruction/TPCFastTransformHelperO2.h"
#include "CommonUtils/NameConf.h"
#include "ReconstructionDataFormats/Vertex.h"
#include "GlobalTracking/MatchTPCITS.h"
#include "DataFormatsGlobalTracking/RecoContainer.h"
#include "DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h"
#include "DataFormatsGlobalTracking/TrackTuneParams.h"
#include "DataFormatsTPC/WorkflowHelper.h"
#include "DetectorsBase/GRPGeomHelper.h"
#include "ITStracking/IOUtils.h"
Go to the source code of this file.
Typedefs | |
using | MatrixDSym4 = ROOT::Math::SMatrix< double, 4, 4, ROOT::Math::MatRepSym< double, 4 > > |
using | MatrixD4 = ROOT::Math::SMatrix< double, 4, 4, ROOT::Math::MatRepStd< double, 4 > > |
using | NAMES = o2::base::NameConf |
using | GTrackID = o2::dataformats::GlobalTrackID |
using | TrackTunePar = o2::globaltracking::TrackTuneParams |
Definition at line 65 of file MatchTPCITS.cxx.
using MatrixD4 = ROOT::Math::SMatrix<double, 4, 4, ROOT::Math::MatRepStd<double, 4> > |
Definition at line 63 of file MatchTPCITS.cxx.
using MatrixDSym4 = ROOT::Math::SMatrix<double, 4, 4, ROOT::Math::MatRepSym<double, 4> > |
Definition at line 62 of file MatchTPCITS.cxx.
using NAMES = o2::base::NameConf |
Definition at line 64 of file MatchTPCITS.cxx.
Definition at line 66 of file MatchTPCITS.cxx.