13 double getVeff(
int idx)
const{
return m_veff[idx]; }
14 double getP(
int idx)
const{
return m_p[idx]; }
15 double getP1(
int idx)
const{
return m_p1[idx]; }
16 double getP2(
int idx)
const{
return m_p2[idx]; }
19 void setVeff(
int idx,
double veff) { m_veff[idx] = veff; }
20 void setP(
int idx,
double p) { m_p[idx] = 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
NTuple::Item< double > m_p
const unsigned int nEtfPar
const unsigned int nEtfSpeed
void setP1(int idx, double p1)
void setVeff(int idx, double veff)
double getP2(int idx) const
void setP(int idx, double p)
double getP(int idx) const
double getP1(int idx) const
double getVeff(int idx) const
void setP2(int idx, double p2)