Project
Loading...
Searching...
No Matches
o2::tpc::TrackInterpolation::CacheStruct Struct Reference

Structure for caching positions, covariances and angles for extrapolations from ITS and TRD/TOF and for interpolation. More...

#include <TrackInterpolation.h>

Public Attributes

std::array< float, NIndicesy {}
 
std::array< float, NIndicesz {}
 
std::array< float, NIndicessy2 {}
 
std::array< float, NIndicesszy {}
 
std::array< float, NIndicessz2 {}
 
std::array< float, NIndicessnp {}
 
float clY {0.f}
 
float clZ {0.f}
 
float clAngle {0.f}
 
unsigned short clAvailable {0}
 
unsigned char clSec {0}
 

Detailed Description

Structure for caching positions, covariances and angles for extrapolations from ITS and TRD/TOF and for interpolation.

Definition at line 157 of file TrackInterpolation.h.

Member Data Documentation

◆ clAngle

float o2::tpc::TrackInterpolation::CacheStruct::clAngle {0.f}

Definition at line 166 of file TrackInterpolation.h.

◆ clAvailable

unsigned short o2::tpc::TrackInterpolation::CacheStruct::clAvailable {0}

Definition at line 167 of file TrackInterpolation.h.

◆ clSec

unsigned char o2::tpc::TrackInterpolation::CacheStruct::clSec {0}

Definition at line 168 of file TrackInterpolation.h.

◆ clY

float o2::tpc::TrackInterpolation::CacheStruct::clY {0.f}

Definition at line 164 of file TrackInterpolation.h.

◆ clZ

float o2::tpc::TrackInterpolation::CacheStruct::clZ {0.f}

Definition at line 165 of file TrackInterpolation.h.

◆ snp

std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::snp {}

Definition at line 163 of file TrackInterpolation.h.

◆ sy2

std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::sy2 {}

Definition at line 160 of file TrackInterpolation.h.

◆ sz2

std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::sz2 {}

Definition at line 162 of file TrackInterpolation.h.

◆ szy

std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::szy {}

Definition at line 161 of file TrackInterpolation.h.

◆ y

std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::y {}

Definition at line 158 of file TrackInterpolation.h.

◆ z

std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::z {}

Definition at line 159 of file TrackInterpolation.h.


The documentation for this struct was generated from the following file: