11 double getP(
int idx )
const {
return m_p[idx]; }
12 double getP1(
int idx )
const {
return m_p1[idx]; }
13 double getP2(
int idx )
const {
return m_p2[idx]; }
16 void setP(
int idx,
double p ) { m_p[idx] = p; }
17 void setP1(
int idx,
double p1 ) { m_p1[idx] =
p1; }
18 void setP2(
int idx,
double p2 ) { m_p2[idx] =
p2; }
const unsigned int EstNEtfPar
NTuple::Item< double > m_p
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_p2
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_p1
double getP2(int idx) const
double getP1(int idx) const
void setP(int idx, double p)
void setP1(int idx, double p1)
double getP(int idx) const
void setP2(int idx, double p2)