CMS 3D CMS Logo

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

#include <RPCLinkSynchroStat.h>

Public Member Functions

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

Detailed Description

Definition at line 69 of file RPCLinkSynchroStat.h.

Member Function Documentation

◆ operator()()

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

Definition at line 11 of file RPCLinkSynchroStat.cc.

References CastorDigiReco::o1.

11  {
12  return o1.first < o2.first;
13 }