The Gaudi Framework  v29r0 (ff2e7097)
CompareFirstOfPointerPair_t Struct Reference

Public Member Functions

template<typename S , typename T >
bool operator() (const std::pair< S *, T * > &p1, const std::pair< S *, T * > &p2) const
 

Detailed Description

Definition at line 44 of file ChronoStatSvc.cpp.

Member Function Documentation

template<typename S , typename T >
bool CompareFirstOfPointerPair_t::operator() ( const std::pair< S *, T * > &  p1,
const std::pair< S *, T * > &  p2 
) const
inline

Definition at line 46 of file ChronoStatSvc.cpp.

47  {
48  auto e1 = p1.first;
49  auto e2 = p2.first;
50  return ( !e1 || !e2 ) || *e1 < *e2;
51  }
HepRndm::Engine< TripleRand > e2

The documentation for this struct was generated from the following file: