ATLAS Offline Software
Loading...
Searching...
No Matches
MuonGMR4::PadDesignSorter Struct Reference

#include <PadDesign.h>

Collaboration diagram for MuonGMR4::PadDesignSorter:

Public Member Functions

bool operator() (const PadDesignPtr &a, const PadDesignPtr &b) const
bool operator() (const PadDesign &a, const PadDesign &b) const

Detailed Description

Definition at line 117 of file PadDesign.h.

Member Function Documentation

◆ operator()() [1/2]

bool MuonGMR4::PadDesignSorter::operator() ( const PadDesign & a,
const PadDesign & b ) const
inline

Definition at line 121 of file PadDesign.h.

121 {
122 return a < b;
123 }
static Double_t a

◆ operator()() [2/2]

bool MuonGMR4::PadDesignSorter::operator() ( const PadDesignPtr & a,
const PadDesignPtr & b ) const
inline

Definition at line 118 of file PadDesign.h.

118 {
119 return (*a) < (*b);
120 }

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