Project
Loading...
Searching...
No Matches
CATrackerSpec.cxx File Reference
#include "MFTWorkflow/CATrackerSpec.h"
#include <array>
#include <algorithm>
#include <limits>
#include <memory>
#include <utility>
#include <vector>
#include <stdexcept>
#include <gsl/span>
#include "CommonDataFormat/IRFrame.h"
#include "DataFormatsITSMFT/CompCluster.h"
#include "DataFormatsITSMFT/DPLAlpideParam.h"
#include "DataFormatsITSMFT/ROFRecord.h"
#include "DataFormatsITSMFT/TopologyDictionary.h"
#include "DataFormatsMFT/TrackMFT.h"
#include "DetectorsBase/GeometryManager.h"
#include "Framework/CCDBParamSpec.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/Logger.h"
#include "ITSMFTTracking/Tracker.h"
#include "ITSMFTTracking/TrackPublicationHelpers.h"
#include "ITSMFTTracking/IOUtils.h"
#include "ITSMFTTracking/ITSMFTDetectorDefinitions.h"
#include "ITSMFTTracking/TrackingConfigParam.h"
#include "DetectorsBase/Propagator.h"
#include <oneapi/tbb/task_arena.h>
#include "CommonConstants/LHCConstants.h"
#include "MFTBase/GeometryTGeo.h"
#include "MFTTracking/Constants.h"
#include "MFTTracking/MFTTrackingParam.h"
#include "SimulationDataFormat/MCCompLabel.h"
#include "SimulationDataFormat/MCTruthContainer.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::mft
 

Functions

o2::framework::DataProcessorSpec o2::mft::getCATrackerSpec (const ca::TrackerOptions &options)
 

Variable Documentation

◆ clusterIndices

std::vector<int> clusterIndices

Definition at line 73 of file CATrackerSpec.cxx.

◆ labels

std::vector<o2::MCCompLabel> labels

Definition at line 76 of file CATrackerSpec.cxx.

◆ seedPatterns

std::vector<uint16_t> seedPatterns

Definition at line 75 of file CATrackerSpec.cxx.

◆ trackROFs

std::vector<o2::itsmft::ROFRecord> trackROFs

Definition at line 74 of file CATrackerSpec.cxx.

◆ tracks

std::vector<o2::mft::TrackMFT> tracks

Definition at line 72 of file CATrackerSpec.cxx.