CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
std::equal_to< std::pair< const GeomDet *, GlobalPoint > > Struct Template Reference

#include <PixelHitMatcher.h>

Inheritance diagram for std::equal_to< std::pair< const GeomDet *, GlobalPoint > >:

Public Member Functions

bool operator() (const std::pair< const GeomDet *, GlobalPoint > &a, const std::pair< const GeomDet *, GlobalPoint > &b) const
 

Detailed Description

template<>
struct std::equal_to< std::pair< const GeomDet *, GlobalPoint > >

Definition at line 68 of file PixelHitMatcher.h.

Member Function Documentation

bool std::equal_to< std::pair< const GeomDet *, GlobalPoint > >::operator() ( const std::pair< const GeomDet *, GlobalPoint > &  a,
const std::pair< const GeomDet *, GlobalPoint > &  b 
) const
inline

Definition at line 69 of file PixelHitMatcher.h.

70  {
71  return ( a.first == b.first &&
72  a.second.x() == b.second.x() &&
73  a.second.y() == b.second.y() &&
74  a.second.z() == b.second.z() );
75  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121