4 : hasInfo_{
false,
false}
27 for (
unsigned i=0;
i<2; ++
i)
36 for (
unsigned i=0;
i<2; ++
i)
52 std::pair<float,bool>
result(0.
f,
false);
57 const float qsum = q0 +
q1;
58 if (qsum > 0.
f && qsum >= chargeThreshold)
60 result.first = (q1 - q0)/qsum;
69 std::pair<float,bool>
result(0.
f,
false);
74 const float esum = e0 +
e1;
75 if (esum > 0.
f && esum >= energyThreshold)
77 result.first = (e1 - e0)/esum;
const HFQIE10Info * getHFQIE10Info(unsigned index) const
U second(std::pair< T, U > const &p)
std::pair< float, bool > energyAsymmetry(float energyThreshold) const
HFQIE10Info hfQIE10Info_[2]
std::pair< float, bool > chargeAsymmetry(float chargeThreshold) const