CMS 3D CMS Logo

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

Member Function Documentation

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

Definition at line 209 of file DQMNet.h.

References DQMNet::CoreObject::dirname, DQMNet::Object::hash, and DQMNet::CoreObject::objname.

210  {
211  return a.hash == b.hash && *a.dirname == *b.dirname && a.objname == b.objname;
212  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121