CMS 3D CMS Logo

List of all members | Public Member Functions
DQMNet::HashEqual Struct Reference

#include <DQMNet.h>

Public Member Functions

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

Detailed Description

Definition at line 188 of file DQMNet.h.

Member Function Documentation

◆ operator()()

bool DQMNet::HashEqual::operator() ( const Object a,
const Object b 
) const
inline

Definition at line 189 of file DQMNet.h.

189  {
190  return a.hash == b.hash && a.dirname == b.dirname && a.objname == b.objname;
191  }

References a, and b.

b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119