Belle II Software development
TEclEnergyHit::greater_Energy Struct Reference

struct greater_Energy
More...

#include <ECLGeometryPar.h>

Public Member Functions

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

Detailed Description

struct greater_Energy

Definition at line 359 of file ECLGeometryPar.h.

Member Function Documentation

◆ operator()()

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

operator

Definition at line 361 of file ECLGeometryPar.h.

363 {
364 return
365 lhs.Energy() > rhs.Energy();
366 }

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