1 #ifndef St_svtCorrectionC_h
2 #define St_svtCorrectionC_h
4 #include "tables/St_svtCorrection_Table.h"
10 static Double_t STcheb(Int_t N, Double_t *par, Double_t x);
11 Double_t CalcCorrection(Int_t layer, Int_t ladder, Int_t wafer, Int_t hybrid, Double_t u);
12 svtCorrection_st *pCorrection(Int_t layer, Int_t ladder, Int_t wafer, Int_t hybrid);
14 ClassDefChair(St_svtCorrection, svtCorrection_st )