CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
ThePEG::ParticleOrderNumberCmp Struct Reference

Public Member Functions

bool operator() (tcPPtr a, tcPPtr b) const
 

Detailed Description

Definition at line 86 of file HepMCConverter.cc.

Member Function Documentation

bool ThePEG::ParticleOrderNumberCmp::operator() ( tcPPtr  a,
tcPPtr  b 
) const
inline

Definition at line 87 of file HepMCConverter.cc.

87  {
88  return a->number() < b->number();
89  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121