Belle II Software development
TRGTOPDQMModule::largestNHits Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 350 of file TRGTOPDQMModule.h.

Member Function Documentation

◆ operator()()

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

Definition at line 351 of file TRGTOPDQMModule.h.

352 {
353 double i = a.nHits;
354 double j = b.nHits;
355 return i > j;
356 }

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