예제 #1
0
파일: SJPsiK.cpp 프로젝트: shehu0/HEPfit
double SJPsiK::computeThValue() 
{
    return sin(-AmpBd(FULLNLO).arg());
}
예제 #2
0
파일: DmBd.cpp 프로젝트: silvest/HEPfit
double  DmBd::computeThValue() 
{
    return(2. * SM.getCBd() * AmpBd(FULLNLO).abs());
}