![]() |
Project
|
Class to perform TPC ITS matching. More...
#include <Rtypes.h>#include <array>#include <deque>#include <vector>#include <string>#include <gsl/span>#include <TStopwatch.h>#include "DataFormatsTPC/TrackTPC.h"#include "DetectorsBase/Propagator.h"#include "ReconstructionDataFormats/Track.h"#include "ReconstructionDataFormats/TrackTPCITS.h"#include "ReconstructionDataFormats/GlobalTrackID.h"#include "MathUtils/Primitive2D.h"#include "CommonDataFormat/EvIndex.h"#include "CommonDataFormat/InteractionRecord.h"#include "CommonDataFormat/RangeReference.h"#include "CommonDataFormat/BunchFilling.h"#include "CommonDataFormat/Triplet.h"#include "SimulationDataFormat/MCCompLabel.h"#include "CommonUtils/TreeStreamRedirector.h"#include "DataFormatsITSMFT/Cluster.h"#include "DataFormatsITSMFT/ROFRecord.h"#include "DataFormatsITS/TrackITS.h"#include "DataFormatsFT0/RecPoints.h"#include "FT0Reconstruction/InteractionTag.h"#include "DataFormatsTPC/ClusterNativeHelper.h"#include "DataFormatsTPC/VDriftCorrFact.h"#include "ITSReconstruction/RecoGeomHelper.h"#include "TPCFastTransform.h"#include "GPUO2InterfaceRefit.h"#include "GPUTPCGeometry.h"#include "GlobalTracking/MatchTPCITSParams.h"#include "DataFormatsITSMFT/TopologyDictionary.h"#include "DataFormatsITSMFT/TrkClusRef.h"#include "ITSMFTReconstruction/ChipMappingITS.h"#include "CorrectionMapsHelper.h"#include "MemoryResources/MemoryResources.h"Go to the source code of this file.
Classes | |
| struct | o2::globaltracking::TrackLocTPC |
| struct | o2::globaltracking::TrackLocITS |
| struct | o2::globaltracking::MatchRecord |
| struct | o2::globaltracking::ABTrackLink |
| struct | o2::globaltracking::LinksPoolMT |
| struct | o2::globaltracking::TPCABSeed |
| struct | o2::globaltracking::InteractionCandidate |
| struct | o2::globaltracking::ITSChipClustersRefs |
| class | o2::globaltracking::MatchTPCITS |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::globaltracking |
| namespace | o2::dataformats |
| Definition of a container to keep/associate and arbitrary number of labels associated to an index with contiguous or non-contiguous label storage. | |
| namespace | o2::its |
| namespace | o2::itsmft |
| namespace | o2::tpc |
| Global TPC definitions and constants. | |
| namespace | o2::gpu |
Macros | |
| #define | _ALLOW_DEBUG_TREES_ |
| #define | _ALLOW_DEBUG_AB_ |
Variables | |
| constexpr int | o2::globaltracking::Zero = 0 |
| constexpr int | o2::globaltracking::MinusOne = -1 |
| constexpr int | o2::globaltracking::MinusTen = -10 |
| constexpr int | o2::globaltracking::Validated = -2 |
| flags to tell the status of TPC-ITS tracks comparison | |
Class to perform TPC ITS matching.
Definition in file MatchTPCITS.h.
| #define _ALLOW_DEBUG_AB_ |
Definition at line 21 of file MatchTPCITS.h.
| #define _ALLOW_DEBUG_TREES_ |
Definition at line 19 of file MatchTPCITS.h.