ParticleBase::byETAscending Struct Reference Struct for sorting by increasing transverse energy. More...
Detailed DescriptionStruct for sorting by increasing transverse energy. Definition at line 92 of file ParticleBase.hh. Member Function Documentation
Definition at line 93 of file ParticleBase.hh. References FourMomentum::Et2(), and ParticleBase::momentum(). { double pt2left = left.momentum().Et2(); double pt2right = right.momentum().Et2(); return pt2left < pt2right; }
Definition at line 99 of file ParticleBase.hh. { return (*this)(*left, *right); } The documentation for this struct was generated from the following file: Generated on Fri Oct 25 2013 12:41:59 for The Rivet MC analysis system by ![]() |