16#ifndef O2_TRD_RECOPARAM_H 
   17#define O2_TRD_RECOPARAM_H 
   38  void recalcTrkltCov(
const float tilt, 
const float snp, 
const float rowSize, std::array<float, 3>& cov) 
const;
 
   46  float getRPhiRes(
float snp)
 const { 
return (mA2 + mC2 * (snp - mB) * (snp - mB)); }
 
   56  float mZCorrCoefNRC{1.4f}; 
 
 
RecoParam(const RecoParam &)=default
 
void recalcTrkltCov(const float tilt, const float snp, const float rowSize, std::array< float, 3 > &cov) const
Recalculate tracklet covariance based on phi angle of related track.
 
float getZCorrCoeffNRC() const
Get tracklet z correction coefficient for track-eta based corraction.
 
void setBfield(float bz)
Load parameterization for given magnetic field.
 
float getRPhiRes(float snp) const
 
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...