Belle II Software development
TRGTOPDQMModule::largestEnergy Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 329 of file TRGTOPDQMModule.h.

Member Function Documentation

◆ operator()()

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

Definition at line 330 of file TRGTOPDQMModule.h.

331 {
332 double i = a.tcEnergy;
333 double j = b.tcEnergy;
334 return i > j;
335 }

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