Belle II Software development
TEclEnergyHit::greater_CellId Struct Reference

struct greater_CellId More...

#include <ECLGeometryPar.h>

Public Member Functions

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

Detailed Description

struct greater_CellId

Definition at line 369 of file ECLGeometryPar.h.

Member Function Documentation

◆ operator()()

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

operator

Definition at line 371 of file ECLGeometryPar.h.

373 {
374 return
375 lhs.CellId() > rhs.CellId();
376 }

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