![]() |
Project
|
#include <vector>#include <unordered_map>#include "DataFormatsITS/TrackITS.h"#include "ITSBase/GeometryTGeo.h"#include "ReconstructionDataFormats/TrackTPCITS.h"#include "DataFormatsTPC/TrackTPC.h"#include "DataFormatsTPC/ClusterNative.h"#include "DataFormatsTPC/Defs.h"#include "DataFormatsTPC/WorkflowHelper.h"#include "DataFormatsTRD/TrackTRD.h"#include "DetectorsBase/GeometryManager.h"#include "DetectorsBase/Propagator.h"#include "TPCInterpolationWorkflow/TPCInterpolationSpec.h"#include "DataFormatsGlobalTracking/RecoContainer.h"#include "DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h"#include "DetectorsCommonDataFormats/DetID.h"#include "SpacePoints/SpacePointsCalibParam.h"#include "SpacePoints/SpacePointsCalibConfParam.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/ControlService.h"Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::tpc |
| Global TPC definitions and constants. | |
Typedefs | |
| using | GTrackID = o2::dataformats::GlobalTrackID |
| using | DetID = o2::detectors::DetID |
Functions | |
| framework::DataProcessorSpec | o2::tpc::getTPCInterpolationSpec (o2::dataformats::GlobalTrackID::mask_t srcCls, o2::dataformats::GlobalTrackID::mask_t srcVtx, o2::dataformats::GlobalTrackID::mask_t srcTrk, o2::dataformats::GlobalTrackID::mask_t srcTrkMap, bool useMC, bool processITSTPConly, bool sendTrackData, bool debugOutput, bool extDetResid) |
| create a processor spec | |
| using DetID = o2::detectors::DetID |
Definition at line 39 of file TPCInterpolationSpec.cxx.
Definition at line 38 of file TPCInterpolationSpec.cxx.