CMS 3D CMS Logo

Public Member Functions

HLTTauDQMLitePathPlotter::LVSorter Class Reference

List of all members.

Public Member Functions

 LVSorter ()
bool operator() (LV p1, LV p2)
 ~LVSorter ()

Detailed Description

Definition at line 97 of file HLTTauDQMLitePathPlotter.h.


Constructor & Destructor Documentation

HLTTauDQMLitePathPlotter::LVSorter::LVSorter ( ) [inline]

Definition at line 99 of file HLTTauDQMLitePathPlotter.h.

{}
HLTTauDQMLitePathPlotter::LVSorter::~LVSorter ( ) [inline]

Definition at line 100 of file HLTTauDQMLitePathPlotter.h.

{}

Member Function Documentation

bool HLTTauDQMLitePathPlotter::LVSorter::operator() ( LV  p1,
LV  p2 
) [inline]

Definition at line 102 of file HLTTauDQMLitePathPlotter.h.

    {
      return p1.Et() < p2.Et();
    }