CMS 3D CMS Logo

Public Member Functions

MuonSeedDetLayer::HigherR Class Reference

sort More...

#include <MuonSeedDetLayer.h>

Inheritance diagram for MuonSeedDetLayer::HigherR:
binary_function

List of all members.

Public Member Functions

bool operator() (const MuonSeedDetLayer first, const MuonSeedDetLayer second) const

Detailed Description

sort

Definition at line 59 of file MuonSeedDetLayer.h.


Member Function Documentation

bool MuonSeedDetLayer::HigherR::operator() ( const MuonSeedDetLayer  first,
const MuonSeedDetLayer  second 
) const [inline]

Definition at line 62 of file MuonSeedDetLayer.h.

References MuonSeedDetLayer::radius().

                                                                                             {
          return first.radius() < second.radius();
        }