LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
ems::bDistLess Class Reference
Inheritance diagram for ems::bDistLess:

Public Member Functions

bool operator() (const ems::ShowerInfo &s1, const ems::ShowerInfo &s2)
 

Detailed Description

Definition at line 172 of file MergeEMShower3D_module.cc.

Member Function Documentation

bool ems::bDistLess::operator() ( const ems::ShowerInfo s1,
const ems::ShowerInfo s2 
)
inline

Definition at line 176 of file MergeEMShower3D_module.cc.

References ems::ShowerInfo::GetP0Dist().

177  {
178  return (s1.GetP0Dist() < s2.GetP0Dist());
179  }
double GetP0Dist(void) const

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