ATLAS Offline Software
Loading...
Searching...
No Matches
ISF::ISFParticleOrdering Struct Reference

sort function according to particle order More...

#include <ISFParticleOrderedQueue.h>

Collaboration diagram for ISF::ISFParticleOrdering:

Public Member Functions

bool operator() (ISF::ISFParticle *lhs, ISF::ISFParticle *rhs)
bool operator() (ISF::ISFParticle *lhs, ISF::ISFParticle *rhs)

Detailed Description

sort function according to particle order

Definition at line 23 of file ISFParticleOrderedQueue.h.

Member Function Documentation

◆ operator()() [1/2]

bool ISF::ISFParticleOrdering::operator() ( ISF::ISFParticle * lhs,
ISF::ISFParticle * rhs )
inline

Definition at line 24 of file ISFParticleOrderedQueue.h.

24{ return lhs->getOrder() < rhs->getOrder(); }
ParticleOrder getOrder() const
return the particle order (eg used to assure ID->Calo->MS simulation order)

◆ operator()() [2/2]

bool ISF::ISFParticleOrdering::operator() ( ISF::ISFParticle * lhs,
ISF::ISFParticle * rhs )
inline

Definition at line 24 of file ISFParticlePriorityQueue.h.

24{ return lhs->getOrder() < rhs->getOrder(); }

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