Belle II Software development
TEclEnergyHit::less_Energy Struct Reference

struct less_Energy More...

#include <ECLGeometryPar.h>

Public Member Functions

bool operator() (const TEclEnergyHit &lhs, const TEclEnergyHit &rhs) const
 operator
 

Detailed Description

struct less_Energy

Definition at line 339 of file ECLGeometryPar.h.

Member Function Documentation

◆ operator()()

bool operator() ( const TEclEnergyHit lhs,
const TEclEnergyHit rhs 
) const
inline

operator

Definition at line 341 of file ECLGeometryPar.h.

343 {
344 return
345 lhs.Energy() < rhs.Energy();
346 }

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