FourMomentum::byEAscending Struct Reference Struct for sorting by increasing energy. More...
Detailed DescriptionStruct for sorting by increasing energy. Definition at line 418 of file Vector4.hh. Member Function Documentation
Definition at line 419 of file Vector4.hh. References FourMomentum::E(). { double pt2left = left.E(); double pt2right = right.E(); return pt2left < pt2right; }
Definition at line 425 of file Vector4.hh. { return (*this)(left, right); } The documentation for this struct was generated from the following file: Generated on Tue Sep 30 2014 19:45:59 for The Rivet MC analysis system by ![]() |