CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 70 of file RPCLinkSynchroStat.h.

Member Function Documentation

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

Definition at line 11 of file RPCLinkSynchroStat.cc.

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