CMS 3D CMS Logo

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

Public Member Functions

bool operator() (LV l1, LV l2)
 

Detailed Description

Definition at line 90 of file HLTTauDQML1Plotter.h.

Member Function Documentation

bool HLTTauDQML1Plotter::ComparePt::operator() ( LV  l1,
LV  l2 
)
inline

Definition at line 91 of file HLTTauDQML1Plotter.h.

91  {
92  return l1.pt() > l2.pt();
93  }