Import Geant4 11.0.2 source tree
This commit is contained in:
@@ -346,9 +346,9 @@ inline std::ostream & operator<<
|
||||
{return lt.print(os);}
|
||||
|
||||
inline bool operator==(const HepRotation &r, const HepLorentzRotation & lt)
|
||||
{ return lt==r; }
|
||||
{ return lt==HepLorentzRotation(r); }
|
||||
inline bool operator!=(const HepRotation &r, const HepLorentzRotation & lt)
|
||||
{ return lt!=r; }
|
||||
{ return lt!=HepLorentzRotation(r); }
|
||||
inline bool operator<=(const HepRotation &r, const HepLorentzRotation & lt)
|
||||
{ return lt<=r; }
|
||||
inline bool operator>=(const HepRotation &r, const HepLorentzRotation & lt)
|
||||
@@ -359,9 +359,9 @@ inline bool operator>(const HepRotation &r, const HepLorentzRotation & lt)
|
||||
{ return lt>r; }
|
||||
|
||||
inline bool operator==(const HepBoost &b, const HepLorentzRotation & lt)
|
||||
{ return lt==b; }
|
||||
{ return lt==HepLorentzRotation(b); }
|
||||
inline bool operator!=(const HepBoost &b, const HepLorentzRotation & lt)
|
||||
{ return lt!=b; }
|
||||
{ return lt!=HepLorentzRotation(b); }
|
||||
inline bool operator<=(const HepBoost &b, const HepLorentzRotation & lt)
|
||||
{ return lt<=b; }
|
||||
inline bool operator>=(const HepBoost &b, const HepLorentzRotation & lt)
|
||||
|
||||
Reference in New Issue
Block a user