CMS 3D CMS Logo

List of all members | Public Member Functions
L1TMuonBarrelKalmanRegionModule::SeedSorter Class Reference

Public Member Functions

bool operator() (const L1MuKBMTCombinedStubRef &a, const L1MuKBMTCombinedStubRef &b)
 
 SeedSorter ()
 

Detailed Description

Definition at line 32 of file L1TMuonBarrelKalmanRegionModule.h.

Constructor & Destructor Documentation

L1TMuonBarrelKalmanRegionModule::SeedSorter::SeedSorter ( )
inline

Definition at line 34 of file L1TMuonBarrelKalmanRegionModule.h.

34 { }

Member Function Documentation

bool L1TMuonBarrelKalmanRegionModule::SeedSorter::operator() ( const L1MuKBMTCombinedStubRef a,
const L1MuKBMTCombinedStubRef b 
)
inline

Definition at line 36 of file L1TMuonBarrelKalmanRegionModule.h.

36  {
37  return (a->tag()<b->tag());
38  }