CMS 3D CMS Logo

List of all members | Public Member Functions
CaloGVHitEqual Class Reference

#include <CaloGVHit.h>

Public Member Functions

bool operator() (const CaloGVHit *a, const CaloGVHit *b)
 

Detailed Description

Definition at line 89 of file CaloGVHit.h.

Member Function Documentation

◆ operator()()

bool CaloGVHitEqual::operator() ( const CaloGVHit a,
const CaloGVHit b 
)
inline

Definition at line 91 of file CaloGVHit.h.

References a, and b.

91  {
92  return (a->getEventID() == b->getEventID() && a->getTrackID() == b->getTrackID() &&
93  a->getUnitID() == b->getUnitID() && a->getDepth() == b->getDepth() &&
94  a->getTimeSliceID() == b->getTimeSliceID());
95  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121