ATLAS Offline Software
Public Member Functions | List of all members
comCurvature Class Reference

#include <SiSpacePointsSeedMaker_ATLxk.h>

Collaboration diagram for comCurvature:

Public Member Functions

bool operator() (const std::pair< float, InDet::SiSpacePointForSeed * > &i1, const std::pair< float, InDet::SiSpacePointForSeed * > &i2)
 

Detailed Description

Definition at line 523 of file SiSpacePointsSeedMaker_ATLxk.h.

Member Function Documentation

◆ operator()()

bool comCurvature::operator() ( const std::pair< float, InDet::SiSpacePointForSeed * > &  i1,
const std::pair< float, InDet::SiSpacePointForSeed * > &  i2 
)
inline

Definition at line 525 of file SiSpacePointsSeedMaker_ATLxk.h.

528  {
529  return i1.first < i2.first;
530  }

The documentation for this class was generated from the following file: