5 std::pair<float,bool>
result(0.
f,
false);
10 const float qsum = q0 +
q1;
11 if (qsum > 0.
f && qsum >= chargeThreshold)
13 result.first = (q1 - q0)/qsum;
22 std::pair<float,bool>
result(0.
f,
false);
27 const float esum = e0 + e1;
28 if (esum > 0.
f && esum >= energyThreshold)
30 result.first = (e1 - e0)/esum;
std::pair< float, bool > energyAsymmetry(float energyThreshold) const
HFQIE10Info hfQIE10Info_[2]
std::pair< float, bool > chargeAsymmetry(float chargeThreshold) const