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

Structure for on-the-fly re-calculated track parameters at the validation stage. More...

#include <TrackInterpolation.h>

Public Member Functions

 TrackParams ()=default
 

Public Attributes

float qpt {0.f}
 
float tgl {0.f}
 
std::array< float, param::NPadRows > zTrk {}
 
std::array< float, param::NPadRows > xTrk {}
 
std::array< float, param::NPadRows > dy {}
 
std::array< float, param::NPadRows > dz {}
 
std::array< float, param::NPadRows > tglArr {}
 
std::bitset< param::NPadRows > flagRej {}
 

Detailed Description

Structure for on-the-fly re-calculated track parameters at the validation stage.

Definition at line 198 of file TrackInterpolation.h.

Constructor & Destructor Documentation

◆ TrackParams()

o2::tpc::TrackInterpolation::TrackParams::TrackParams ( )
default

Member Data Documentation

◆ dy

std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::dy {}

Definition at line 204 of file TrackInterpolation.h.

◆ dz

std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::dz {}

Definition at line 205 of file TrackInterpolation.h.

◆ flagRej

std::bitset<param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::flagRej {}

Definition at line 207 of file TrackInterpolation.h.

◆ qpt

float o2::tpc::TrackInterpolation::TrackParams::qpt {0.f}

Definition at line 200 of file TrackInterpolation.h.

◆ tgl

float o2::tpc::TrackInterpolation::TrackParams::tgl {0.f}

Definition at line 201 of file TrackInterpolation.h.

◆ tglArr

std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::tglArr {}

Definition at line 206 of file TrackInterpolation.h.

◆ xTrk

std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::xTrk {}

Definition at line 203 of file TrackInterpolation.h.

◆ zTrk

std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::zTrk {}

Definition at line 202 of file TrackInterpolation.h.


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