CMS 3D CMS Logo

List of all members | Public Member Functions
RPCLinkSynchroStat::LessCountSum Struct Reference

#include <RPCLinkSynchroStat.h>

Public Member Functions

bool operator() (const BoardAndCounts &o1, const BoardAndCounts &o2)
 

Detailed Description

Definition at line 73 of file RPCLinkSynchroStat.h.

Member Function Documentation

◆ operator()()

bool RPCLinkSynchroStat::LessCountSum::operator() ( const BoardAndCounts o1,
const BoardAndCounts o2 
)

Definition at line 14 of file RPCLinkSynchroStat.cc.

14  {
15  return o1.second.sum() < o2.second.sum();
16 }

References CastorDigiReco::o1.

CastorDigiReco.o1
o1
Definition: CastorDigiReco.py:84