CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 19 of file L1MuonSeedsMerger.h.

Member Function Documentation

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

Definition at line 41 of file L1MuonSeedsMerger.cc.

42 {
43  return (a.first->eta() < b.first->eta());
44 }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121