CMS 3D CMS Logo

Public Member Functions

MuonSeedDetLayer::LowerR Class Reference

sort More...

#include <MuonSeedDetLayer.h>

Inheritance diagram for MuonSeedDetLayer::LowerR:
binary_function

List of all members.

Public Member Functions

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

Detailed Description

sort

Definition at line 68 of file MuonSeedDetLayer.h.


Member Function Documentation

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

Definition at line 71 of file MuonSeedDetLayer.h.

References MuonSeedDetLayer::radius().

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