FourMomentum::byEAscending Struct Reference Struct for sorting by increasing energy. More...
Detailed DescriptionStruct for sorting by increasing energy. Definition at line 665 of file Vector4.hh. Member Function Documentation
Definition at line 666 of file Vector4.hh. { const double pt2left = left.E(); const double pt2right = right.E(); return pt2left < pt2right; }
Definition at line 672 of file Vector4.hh. { return (*this)(*left, *right); } The documentation for this struct was generated from the following file: Generated on Tue Dec 13 2016 16:32:46 for The Rivet MC analysis system by ![]() |