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