Project
Loading...
Searching...
No Matches
o2::tpc::CalibdEdxTrackTopologyPolContainer Struct Reference

simple struct to enable writing the MultivariatePolynomialCT to file More...

#include <CalibdEdxTrackTopologyPol.h>

Public Member Functions

 CalibdEdxTrackTopologyPolContainer ()=default
 default constructor
 
 ClassDefNV (CalibdEdxTrackTopologyPolContainer, 2)
 

Public Attributes

std::vector< gpu::NDPiecewisePolynomialContainermCalibPols {}
 parameters of the polynomial
 
std::vector< float > mScalingFactorsqTot {}
 value which is used to scale the result of the polynomial for qTot (can be used for normalization)
 
std::vector< float > mScalingFactorsqMax {}
 value which is used to scale the result of the polynomial for qMax (can be used for normalization)
 

Detailed Description

simple struct to enable writing the MultivariatePolynomialCT to file

Definition at line 32 of file CalibdEdxTrackTopologyPol.h.

Constructor & Destructor Documentation

◆ CalibdEdxTrackTopologyPolContainer()

o2::tpc::CalibdEdxTrackTopologyPolContainer::CalibdEdxTrackTopologyPolContainer ( )
default

default constructor

Member Function Documentation

◆ ClassDefNV()

o2::tpc::CalibdEdxTrackTopologyPolContainer::ClassDefNV ( CalibdEdxTrackTopologyPolContainer  ,
 
)

Member Data Documentation

◆ mCalibPols

std::vector<gpu::NDPiecewisePolynomialContainer> o2::tpc::CalibdEdxTrackTopologyPolContainer::mCalibPols {}

parameters of the polynomial

Definition at line 37 of file CalibdEdxTrackTopologyPol.h.

◆ mScalingFactorsqMax

std::vector<float> o2::tpc::CalibdEdxTrackTopologyPolContainer::mScalingFactorsqMax {}

value which is used to scale the result of the polynomial for qMax (can be used for normalization)

Definition at line 39 of file CalibdEdxTrackTopologyPol.h.

◆ mScalingFactorsqTot

std::vector<float> o2::tpc::CalibdEdxTrackTopologyPolContainer::mScalingFactorsqTot {}

value which is used to scale the result of the polynomial for qTot (can be used for normalization)

Definition at line 38 of file CalibdEdxTrackTopologyPol.h.


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