CMS 3D CMS Logo

Public Member Functions

less_mag Class Reference

#include <HybridClusterAlgo.h>

Inheritance diagram for less_mag:
binary_function binary_function

List of all members.

Public Member Functions

 less_mag ()
bool operator() (const PSimHit *a, const PSimHit *b)
bool operator() (EcalRecHit x, EcalRecHit y)

Detailed Description

Definition at line 29 of file HybridClusterAlgo.h.


Constructor & Destructor Documentation

less_mag::less_mag ( ) [inline]

Definition at line 277 of file CkfDebugger.h.

{ }

Member Function Documentation

bool less_mag::operator() ( EcalRecHit  x,
EcalRecHit  y 
) [inline]

Definition at line 30 of file HybridClusterAlgo.h.

References CaloRecHit::energy().

{ return x.energy() > y.energy() ; }
bool less_mag::operator() ( const PSimHit a,
const PSimHit b 
) [inline]

Definition at line 278 of file CkfDebugger.h.

References PSimHit::timeOfFlight().

                                                     { 
    return 
      ( a->timeOfFlight()< b->timeOfFlight() );
  }