![]() |
Project
|
#include "TRDWorkflow/TRDGlobalTrackingSpec.h"#include "TRDBase/Geometry.h"#include "DetectorsCommonDataFormats/DetectorNameConf.h"#include "DetectorsBase/GeometryManager.h"#include "DetectorsBase/GlobalParams.h"#include "DetectorsBase/Propagator.h"#include "ReconstructionDataFormats/TrackTPCITS.h"#include "ReconstructionDataFormats/Vertex.h"#include "DataFormatsTRD/Tracklet64.h"#include "DataFormatsTRD/CalibratedTracklet.h"#include "DataFormatsTRD/TriggerRecord.h"#include "DataFormatsTRD/Constants.h"#include "TPCBase/ParameterElectronics.h"#include "DataFormatsTRD/RecoInputContainer.h"#include "GPUWorkflowHelper/GPUWorkflowHelper.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/CCDBParamSpec.h"#include "DataFormatsTPC/WorkflowHelper.h"#include "TPCReconstruction/TPCFastTransformHelperO2.h"#include "CommonConstants/GeomConstants.h"#include "ITStracking/IOUtils.h"#include "ITSBase/GeometryTGeo.h"#include "DataFormatsITSMFT/Cluster.h"#include "DataFormatsFT0/RecPoints.h"#include "ITSReconstruction/RecoGeomHelper.h"#include "ITSMFTReconstruction/ClustererParam.h"#include "FT0Reconstruction/InteractionTag.h"#include "DataFormatsGlobalTracking/TrackTuneParams.h"#include "GPUReconstruction.h"#include "GPUChainTracking.h"#include "GPUO2InterfaceConfiguration.h"#include "GPUO2InterfaceUtils.h"#include "GPUSettings.h"#include "GPUDataTypes.h"#include "GPUTRDDef.h"#include "GPUTRDTrack.h"#include "GPUTRDTrackletWord.h"#include "GPUTRDInterfaces.h"#include "GPUTRDGeometry.h"#include "GPUConstantMem.h"#include "GPUTRDTrackerKernels.h"#include <regex>#include <algorithm>#include <numeric>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::trd |
Typedefs | |
| using | GTrackID = o2::dataformats::GlobalTrackID |
| using | o2::trd::TrackTunePar = o2::globaltracking::TrackTuneParams |
Functions | |
| framework::DataProcessorSpec | o2::trd::getTRDGlobalTrackingSpec (bool useMC, o2::dataformats::GlobalTrackID::mask_t src, bool trigRecFilterActive, bool strict, bool withPID, PIDPolicy policy, const o2::tpc::CorrectionMapsLoaderGloOpts &sclOpts) |
| create a processor spec | |
Definition at line 71 of file TRDGlobalTrackingSpec.cxx.