ATLAS Offline Software
Public Member Functions | List of all members
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(); }

◆ 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:
ISF::ISFParticle::getOrder
ParticleOrder getOrder() const
return the particle order (eg used to assure ID->Calo->MS simulation order)