27 : _i1(other._i1), _i2(other._i2), _q1(other._q1), _q2(other._q2)
32 : _i1(i1), _i2(i2),_q1(q1),_q2(q2)
42 return (_i1 == other._i1 && _i2 == other._i2 &&
43 _q1 == other._q1 && _q2 == other._q2);
48 os << _i1 <<
" " << _q1 << endl;
49 os << _i2 <<
" " << _q2 << endl;
ostream & operator<<(ostream &os, const EvtDalitzCoord &p)
void print(std::ostream &) const
bool operator==(const EvtDalitzCoord &) const