The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::ParticleProperty::Compare Struct Reference

The comparison criteria for particle properties. More...

#include </builds/gaudi/Gaudi/GaudiPartProp/include/Gaudi/ParticleProperty.h>

Public Member Functions

bool operator() (const ParticleProperty *p1, const ParticleProperty *p2) const
 

Detailed Description

The comparison criteria for particle properties.

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
Date
2008-10-14

Definition at line 44 of file ParticleProperty.h.

Member Function Documentation

◆ operator()()

bool Gaudi::ParticleProperty::Compare::operator() ( const ParticleProperty * p1,
const ParticleProperty * p2 ) const
inline

Definition at line 45 of file ParticleProperty.h.

45 {
46 return p1 == p2 ? false : 0 == p1 ? true : 0 == p2 ? false : ( *p1 < *p2 );
47 }

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