![]() |
Project
|
#include <TTree.h>
#include <cassert>
#include <fairlogger/Logger.h>
#include "Field/MagneticField.h"
#include "Field/MagFieldFast.h"
#include "TOFBase/Geo.h"
#include "SimulationDataFormat/MCTruthContainer.h"
#include "DetectorsBase/Propagator.h"
#include "DataFormatsTPC/VDriftCorrFact.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 <Math/SMatrix.h>
#include <Math/SVector.h>
#include <TFile.h>
#include <TGeoGlobalMagField.h>
#include "DataFormatsParameters/GRPObject.h"
#include "ReconstructionDataFormats/PID.h"
#include "ReconstructionDataFormats/TrackLTIntegral.h"
#include "DataFormatsGlobalTracking/TrackTuneParams.h"
#include "GlobalTracking/MatchTOF.h"
#include "TPCBase/ParameterGas.h"
#include "TPCBase/ParameterElectronics.h"
#include "TPCReconstruction/TPCFastTransformHelperO2.h"
#include "DataFormatsGlobalTracking/RecoContainer.h"
#include "DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h"
#include "TOFBase/Utils.h"
Go to the source code of this file.
Typedefs | |
using | evGIdx = o2::dataformats::EvIndex< int, o2::dataformats::GlobalTrackID > |
using | trkType = o2::dataformats::MatchInfoTOFReco::TrackType |
using | Cluster = o2::tof::Cluster |
using | GTrackID = o2::dataformats::GlobalTrackID |
using | timeEst = o2::dataformats::TimeStampWithError< float, float > |
using | TrackTunePar = o2::globaltracking::TrackTuneParams |
Functions | |
ClassImp (MatchTOF) | |
using Cluster = o2::tof::Cluster |
Definition at line 56 of file MatchTOF.cxx.
Definition at line 54 of file MatchTOF.cxx.
Definition at line 57 of file MatchTOF.cxx.
using timeEst = o2::dataformats::TimeStampWithError<float, float> |
Definition at line 58 of file MatchTOF.cxx.
Definition at line 59 of file MatchTOF.cxx.
Definition at line 55 of file MatchTOF.cxx.
ClassImp | ( | MatchTOF | ) |