Belle II Software development
TRGTOPDQMModule::largestEnergy Struct Reference

Public Member Functions

bool operator() (tcEcl const &a, tcEcl const &b)
 

Detailed Description

Definition at line 313 of file TRGTOPDQMModule.h.

Member Function Documentation

◆ operator()()

bool operator() ( tcEcl const & a,
tcEcl const & b )
inline

Definition at line 314 of file TRGTOPDQMModule.h.

315 {
316 double i = a.tcEnergy;
317 double j = b.tcEnergy;
318 return i > j;
319 }

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