The Gaudi Framework  master (37c0b60a)
Gaudi::ParticleProperty::Compare Struct Reference

#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:
AlgSequencer.p2
p2
Definition: AlgSequencer.py:30
AlgSequencer.p1
p1
Definition: AlgSequencer.py:29