4 std::pair<float, bool>
result(0.
f,
false);
8 const float qsum = q0 + q1;
9 if (qsum > 0.
f && qsum >= chargeThreshold) {
10 result.first = (q1 - q0) / qsum;
18 std::pair<float, bool>
result(0.
f,
false);
22 const float esum = e0 + e1;
23 if (esum > 0.
f && esum >= energyThreshold) {
24 result.first = (e1 - e0) / esum;
constexpr float charge() const
constexpr float energy() const
std::pair< float, bool > energyAsymmetry(float energyThreshold) const
HFQIE10Info hfQIE10Info_[2]
std::pair< float, bool > chargeAsymmetry(float chargeThreshold) const