Public Member Functions | List of all members
lar_cluster3d::Hit3DDistanceOrder Struct Reference

Public Member Functions

bool operator() (const std::pair< float, const reco::ClusterHit3D * > &left, const std::pair< float, const reco::ClusterHit3D * > &right)
 

Detailed Description

Definition at line 826 of file Cluster3D_module.cc.

Member Function Documentation

bool lar_cluster3d::Hit3DDistanceOrder::operator() ( const std::pair< float, const reco::ClusterHit3D * > &  left,
const std::pair< float, const reco::ClusterHit3D * > &  right 
)
inline

Definition at line 828 of file Cluster3D_module.cc.

830  {
831  return left.first < right.first;
832  }

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