![]() |
Project
|
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::NDPiecewisePolynomialContainer > | mCalibPols {} |
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) | |
simple struct to enable writing the MultivariatePolynomialCT to file
Definition at line 32 of file CalibdEdxTrackTopologyPol.h.
|
default |
default constructor
o2::tpc::CalibdEdxTrackTopologyPolContainer::ClassDefNV | ( | CalibdEdxTrackTopologyPolContainer | , |
2 | |||
) |
std::vector<gpu::NDPiecewisePolynomialContainer> o2::tpc::CalibdEdxTrackTopologyPolContainer::mCalibPols {} |
parameters of the polynomial
Definition at line 37 of file CalibdEdxTrackTopologyPol.h.
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.
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.