![]() |
Project
|
#include <cmath>#include <memory>#include <chrono>#include <Eigen/Dense>#include <GblTrajectory.h>#include <GblData.h>#include <GblPoint.h>#include <GblMeasurement.h>#include <MilleBinary.h>#include <nlohmann/json.hpp>#include "Framework/ConfigParamRegistry.h"#include "Framework/DataProcessorSpec.h"#include "Framework/Task.h"#include "ITSBase/GeometryTGeo.h"#include "DataFormatsGlobalTracking/RecoContainer.h"#include "DetectorsCommonDataFormats/DetID.h"#include "DetectorsBase/Propagator.h"#include "DetectorsBase/GRPGeomHelper.h"#include "ReconstructionDataFormats/PrimaryVertex.h"#include "Steer/MCKinematicsReader.h"#include "CommonUtils/TreeStreamRedirector.h"#include "ReconstructionDataFormats/VtxTrackRef.h"#include "ITS3Reconstruction/TopologyDictionary.h"#include "DataFormatsITSMFT/TopologyDictionary.h"#include "ITStracking/MathUtils.h"#include "ITStracking/IOUtils.h"#include "ITS3Reconstruction/IOUtils.h"#include "ITS3Align/TrackFit.h"#include "ITS3Align/AlignmentSpec.h"#include "ITS3Align/AlignmentParams.h"#include "ITS3Align/AlignmentTypes.h"#include "ITS3Align/AlignmentHierarchy.h"#include "ITS3Align/AlignmentSensors.h"#include "MathUtils/LegendrePols.h"Go to the source code of this file.
Classes | |
| class | o2::its3::align::AlignmentSpec |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::its3 |
| namespace | o2::its3::align |
Functions | |
| o2::framework::DataProcessorSpec | o2::its3::align::getAlignmentSpec (o2::dataformats::GlobalTrackID::mask_t srcTracks, o2::dataformats::GlobalTrackID::mask_t srcClus, bool useMC, bool withPV, bool withITS3, OutputEnum out) |