14 double getAtten(
int idx)
const{
return m_atten[idx]; }
15 double getVeff(
int idx)
const{
return m_veff[idx]; }
16 double getP(
int idx)
const{
return m_p[idx]; }
20 void setAtten(
int idx,
double atten) { m_atten[idx] = atten; }
21 void setVeff(
int idx,
double veff) { m_veff[idx] = veff; }
22 void setP(
int idx,
double p) { m_p[idx] = p; }
const unsigned int nEndSigma
const unsigned int nEndSpeed
const unsigned int nEndPar
const unsigned int nEndAtten
void setVeff(int idx, double veff)
double getAtten(int idx) const
double getP(int idx) const
void setP(int idx, double p)
void setFPCounter(int idx, double fp)
double getVeff(int idx) const
void setAtten(int idx, double atten)
double getFPCounter(int idx) const