ParticleBase::byEAscending Struct Reference Struct for sorting by increasing energy. More...
Detailed DescriptionStruct for sorting by increasing energy. Definition at line 76 of file ParticleBase.hh. Member Function Documentation
Definition at line 77 of file ParticleBase.hh. References FourMomentum::E(), and ParticleBase::momentum(). { double pt2left = left.momentum().E(); double pt2right = right.momentum().E(); return pt2left < pt2right; }
Definition at line 83 of file ParticleBase.hh. { return (*this)(*left, *right); } The documentation for this struct was generated from the following file: Generated on Fri Dec 21 2012 15:03:52 for The Rivet MC analysis system by ![]() |