54 tgd1(
std::numeric_limits<double>::quiet_NaN()),
55 tgd2(
std::numeric_limits<double>::quiet_NaN())
65 const ios::fmtflags oldFlags = s.flags();
68 << scientific << setprecision(8) << setfill(
' ')
69 << setw(20) << left <<
"Tgd1:" << setw(15) <<
tgd1 << endl
70 << setw(20) << left <<
"Tgd2:" << setw(15) <<
tgd2 << endl;
78 return (!(std::isnan(
tgd1) || std::isnan(
tgd2)) &&
116 corrOut = (gamma13 *
tgd1) / (1-gamma13);