ATLAS Offline Software
Loading...
Searching...
No Matches
ITk::comCurvature Class Reference

#include <ITkSiSpacePointsSeedMaker.h>

Collaboration diagram for ITk::comCurvature:

Public Member Functions

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

Detailed Description

Definition at line 503 of file ITkSiSpacePointsSeedMaker.h.

Member Function Documentation

◆ operator()()

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

Definition at line 505 of file ITkSiSpacePointsSeedMaker.h.

508 {
509 return i1.first < i2.first;
510 }

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