12 double getP(
int idx)
const{
return m_p[idx]; }
13 double getP1(
int idx)
const{
return m_p1[idx]; }
14 double getP2(
int idx)
const{
return m_p2[idx]; }
17 void setP(
int idx,
double p) { m_p[idx] = p; }
18 void setP1(
int idx,
double p1) { m_p1[idx] = p1; }
19 void setP2(
int idx,
double p2) { m_p2[idx] = p2; }
const unsigned int nEtfPar
const unsigned int nEtfPar
void setP1(int idx, double p1)
double getP2(int idx) const
void setP(int idx, double p)
double getP(int idx) const
double getP1(int idx) const
void setP2(int idx, double p2)