#include <TMCORLin.h>
Public Member Functions | |
double | computeCorlin_apd (int, int, int, double) |
double | computeCorlin_pn (int, int, int, double) |
TMCORLin (int) | |
TMCORLin () | |
virtual | ~TMCORLin () |
Private Member Functions | |
int | convert (int) |
void | init () |
void | loadConsts () |
void | loadConsts (int, int) |
Private Attributes | |
float | apd_par0 [36][3][1700] |
float | apd_par1 [36][3][1700] |
float | apd_par2 [36][3][1700] |
float | pn_par0 [36][2][10] |
float | pn_par1 [36][2][10] |
float | pn_par2 [36][2][10] |
int | smin |
Definition at line 6 of file TMCORLin.h.
TMCORLin::TMCORLin | ( | ) |
TMCORLin::TMCORLin | ( | int | ) |
virtual TMCORLin::~TMCORLin | ( | ) | [virtual] |
double TMCORLin::computeCorlin_apd | ( | int | , |
int | , | ||
int | , | ||
double | |||
) |
double TMCORLin::computeCorlin_pn | ( | int | , |
int | , | ||
int | , | ||
double | |||
) |
int TMCORLin::convert | ( | int | ) | [private] |
void TMCORLin::init | ( | ) | [private] |
void TMCORLin::loadConsts | ( | ) | [private] |
void TMCORLin::loadConsts | ( | int | , |
int | |||
) | [private] |
float TMCORLin::apd_par0[36][3][1700] [private] |
Definition at line 15 of file TMCORLin.h.
float TMCORLin::apd_par1[36][3][1700] [private] |
Definition at line 16 of file TMCORLin.h.
float TMCORLin::apd_par2[36][3][1700] [private] |
Definition at line 17 of file TMCORLin.h.
float TMCORLin::pn_par0[36][2][10] [private] |
Definition at line 12 of file TMCORLin.h.
float TMCORLin::pn_par1[36][2][10] [private] |
Definition at line 13 of file TMCORLin.h.
float TMCORLin::pn_par2[36][2][10] [private] |
Definition at line 14 of file TMCORLin.h.
int TMCORLin::smin [private] |
Definition at line 11 of file TMCORLin.h.