Project
Loading...
Searching...
No Matches
CATrackerSpec.cxx File Reference
#include "ITSCAWorkflow/CATrackerSpec.h"
#include <stdexcept>
#include <algorithm>
#include <array>
#include <limits>
#include <memory>
#include <numeric>
#include <ranges>
#include <utility>
#include <vector>
#include <gsl/span>
#include "DataFormatsITS/TrackITS.h"
#include "DataFormatsITSMFT/CompCluster.h"
#include "DataFormatsITSMFT/DPLAlpideParam.h"
#include "DataFormatsITSMFT/ROFRecord.h"
#include "DataFormatsITSMFT/TopologyDictionary.h"
#include "DetectorsBase/GeometryManager.h"
#include "Framework/CCDBParamSpec.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/Logger.h"
#include "ITSBase/GeometryTGeo.h"
#include "ITSMFTTracking/Tracker.h"
#include "ITSMFTTracking/TrackPublicationHelpers.h"
#include "ITSMFTTracking/IOUtils.h"
#include "ITSMFTTracking/ITSMFTDetectorDefinitions.h"
#include "ITSMFTTracking/TrackingConfigParam.h"
#include "ITSMFTTracking/BoundedAllocator.h"
#include "CommonConstants/LHCConstants.h"
#include "DetectorsBase/Propagator.h"
#include <oneapi/tbb/task_arena.h>
#include "SimulationDataFormat/MCCompLabel.h"
#include "SimulationDataFormat/MCTruthContainer.h"
#include "SimulationDataFormat/DigitizationContext.h"
#include "SimulationDataFormat/O2DatabasePDG.h"
#include "Steer/MCKinematicsReader.h"
#include "ITSCAWorkflow/TruthSeeding.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::its
 
namespace  o2::its::ca
 

Functions

o2::framework::DataProcessorSpec o2::its::ca::getCATrackerSpec (const WorkflowOptions &options)
 

Variable Documentation

◆ clusterIndices

std::vector<int> clusterIndices

Definition at line 77 of file CATrackerSpec.cxx.

◆ labels

std::vector<o2::MCCompLabel> labels

Definition at line 79 of file CATrackerSpec.cxx.

◆ trackROFs

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

Definition at line 78 of file CATrackerSpec.cxx.

◆ tracks

std::vector<o2::its::TrackITS> tracks

Definition at line 76 of file CATrackerSpec.cxx.