ParticleBase::byPTAscending Struct Reference Struct for sorting by increasing transverse momentum in STL set, sort, etc. More...
Detailed DescriptionStruct for sorting by increasing transverse momentum in STL set, sort, etc. Definition at line 66 of file ParticleBase.hh. Member Function Documentation
Definition at line 67 of file ParticleBase.hh. References ParticleBase::momentum(), and FourMomentum::pT2(). { double pt2left = left.momentum().pT2(); double pt2right = right.momentum().pT2(); return pt2left < pt2right; }
Definition at line 73 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 ![]() |