CMS 3D CMS Logo

Public Member Functions

RPCTBMuon::TMuonMore Struct Reference

Used in sorting. More...

#include <RPCTBMuon.h>

List of all members.

Public Member Functions

bool operator() (const RPCTBMuon &muonL, const RPCTBMuon &muonR) const

Detailed Description

Used in sorting.

Definition at line 97 of file RPCTBMuon.h.


Member Function Documentation

bool RPCTBMuon::TMuonMore::operator() ( const RPCTBMuon muonL,
const RPCTBMuon muonR 
) const [inline]

Definition at line 98 of file RPCTBMuon.h.

References RPCTBMuon::getCode().

                                                   {
      return muonL.getCode() > muonR.getCode();
    }