CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
L1MuonSeedsMerger::Less Struct Reference

Public Member Functions

bool operator() (const TrackAndHits &, const TrackAndHits &) const
 

Detailed Description

Definition at line 22 of file L1MuonSeedsMerger.h.

Member Function Documentation

bool L1MuonSeedsMerger::Less::operator() ( const TrackAndHits a,
const TrackAndHits b 
) const

Definition at line 46 of file L1MuonSeedsMerger.cc.

46  {
47  return (a.first->eta() < b.first->eta());
48 }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119