Project
Loading...
Searching...
No Matches
o2::align Namespace Reference

Namespaces

namespace  utils
 

Classes

struct  AlgPntDbg
 
struct  AlgTrcDbg
 
class  AlignableDetector
 
class  AlignableDetectorHMPID
 
class  AlignableDetectorITS
 
class  AlignableDetectorTOF
 
class  AlignableDetectorTPC
 
class  AlignableDetectorTRD
 
class  AlignableSensor
 
class  AlignableSensorHMPID
 
class  AlignableSensorITS
 
class  AlignableSensorTOF
 
class  AlignableSensorTPC
 
class  AlignableSensorTRD
 
class  AlignableVolume
 
struct  AlignConfig
 
class  AlignmentPoint
 
class  AlignmentTrack
 
class  BarrelAlignmentSpec
 
class  Controller
 
class  DOFSet
 
class  EventVertex
 
class  GeometricalConstraint
 
class  Mille
 
class  Millepede2Record
 
class  ResidualsController
 
class  ResidualsControllerFast
 

Typedefs

using GIndex = o2::dataformats::VtxTrackIndex
 
using PropatatorD = o2::base::PropagatorImpl< double >
 
using trackParam_t = typename track::TrackParametrizationWithError< double >
 
using value_t = typename trackParam_t::value_t
 
using dim2_t = typename trackParam_t::dim2_t
 
using dim3_t = typename trackParam_t::dim3_t
 
using params_t = typename trackParam_t::params_t
 
using covMat_t = typename trackParam_t::covMat_t
 
using PropagatorD = o2::base::PropagatorD
 
using MatCorrType = PropagatorD::MatCorrType
 

Functions

framework::DataProcessorSpec getBarrelAlignmentSpec (o2::dataformats::GlobalTrackID::mask_t srcMP, o2::dataformats::GlobalTrackID::mask_t src, o2::detectors::DetID::mask_t dets, o2::detectors::DetID::mask_t skipDetClusters, bool enableCosmic, int postproc, bool useMC, const o2::tpc::CorrectionMapsLoaderGloOpts &sclOpts)
 create a processor spec
 

Variables

const int kRichardsonOrd = 1
 
const int kRichardsonN = kRichardsonOrd + 1
 
const int kNRDClones = kRichardsonN * 2
 

Typedef Documentation

◆ covMat_t

using o2::align::covMat_t = typedef typename trackParam_t::covMat_t

Definition at line 34 of file utils.h.

◆ dim2_t

using o2::align::dim2_t = typedef typename trackParam_t::dim2_t

Definition at line 31 of file utils.h.

◆ dim3_t

using o2::align::dim3_t = typedef typename trackParam_t::dim3_t

Definition at line 32 of file utils.h.

◆ GIndex

◆ MatCorrType

Definition at line 71 of file Controller.cxx.

◆ params_t

using o2::align::params_t = typedef typename trackParam_t::params_t

Definition at line 33 of file utils.h.

◆ PropagatorD

Definition at line 70 of file Controller.cxx.

◆ PropatatorD

Definition at line 26 of file AlignConfig.h.

◆ trackParam_t

Definition at line 29 of file utils.h.

◆ value_t

using o2::align::value_t = typedef typename trackParam_t::value_t

Definition at line 30 of file utils.h.

Function Documentation

◆ getBarrelAlignmentSpec()

DataProcessorSpec o2::align::getBarrelAlignmentSpec ( o2::dataformats::GlobalTrackID::mask_t  srcMP,
o2::dataformats::GlobalTrackID::mask_t  src,
o2::detectors::DetID::mask_t  dets,
o2::detectors::DetID::mask_t  skipDetClusters,
bool  enableCosmic,
int  postproc,
bool  useMC,
const o2::tpc::CorrectionMapsLoaderGloOpts sclOpts 
)

create a processor spec

Definition at line 376 of file BarrelAlignmentSpec.cxx.

Variable Documentation

◆ kNRDClones

const int o2::align::kNRDClones = kRichardsonN * 2

Definition at line 45 of file AlignmentTrack.cxx.

◆ kRichardsonN

const int o2::align::kRichardsonN = kRichardsonOrd + 1

Definition at line 44 of file AlignmentTrack.cxx.

◆ kRichardsonOrd

const int o2::align::kRichardsonOrd = 1

Definition at line 43 of file AlignmentTrack.cxx.