Belle II Software development
TEclEnergyHit::less_CellId Struct Reference

struct less_CellId More...

#include <ECLGeometryPar.h>

Public Member Functions

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

Detailed Description

struct less_CellId

Definition at line 349 of file ECLGeometryPar.h.

Member Function Documentation

◆ operator()()

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

operator

Definition at line 351 of file ECLGeometryPar.h.

353 {
354 return
355 lhs.CellId() < rhs.CellId();
356 }

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