CMS 3D CMS Logo

Public Member Functions

RPCLinkSynchroStat::LessCountSum Struct Reference

#include <RPCLinkSynchroStat.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 71 of file RPCLinkSynchroStat.h.


Member Function Documentation

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

Definition at line 12 of file RPCLinkSynchroStat.cc.

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