Belle II Software development
TRGTOPDQMModule::largestNHits Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 334 of file TRGTOPDQMModule.h.

Member Function Documentation

◆ operator()()

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

Definition at line 335 of file TRGTOPDQMModule.h.

336 {
337 double i = a.nHits;
338 double j = b.nHits;
339 return i > j;
340 }

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