ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellContainer::orderWithCaloHash Class Reference

functor to order cells according to caloHash More...

#include <CaloCellContainer.h>

Collaboration diagram for CaloCellContainer::orderWithCaloHash:

Public Member Functions

bool operator() (const CaloCell *a, const CaloCell *b) const
bool operator() (const CaloCell &a, const CaloCell &b) const

Detailed Description

functor to order cells according to caloHash

Definition at line 209 of file CaloCellContainer.h.

Member Function Documentation

◆ operator()() [1/2]

bool CaloCellContainer::orderWithCaloHash::operator() ( const CaloCell & a,
const CaloCell & b ) const

Definition at line 667 of file CaloCellContainer.cxx.

667 {
668 return a.caloDDE()->calo_hash() < b.caloDDE()->calo_hash(); }
static Double_t a

◆ operator()() [2/2]

bool CaloCellContainer::orderWithCaloHash::operator() ( const CaloCell * a,
const CaloCell * b ) const

Definition at line 665 of file CaloCellContainer.cxx.

665 {
666 return a->caloDDE()->calo_hash() < b->caloDDE()->calo_hash(); }

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