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

#include <StripDesign.h>

Collaboration diagram for MuonGMR4::StripDesignSorter:

Public Member Functions

bool operator() (const StripDesignPtr &a, const StripDesignPtr &b) const
bool operator() (const StripDesign &a, const StripDesign &b) const

Detailed Description

Definition at line 213 of file StripDesign.h.

Member Function Documentation

◆ operator()() [1/2]

bool MuonGMR4::StripDesignSorter::operator() ( const StripDesign & a,
const StripDesign & b ) const
inline

Definition at line 217 of file StripDesign.h.

217 {
218 return a < b;
219 }
static Double_t a

◆ operator()() [2/2]

bool MuonGMR4::StripDesignSorter::operator() ( const StripDesignPtr & a,
const StripDesignPtr & b ) const
inline

Definition at line 214 of file StripDesign.h.

214 {
215 return (*a) < (*b);
216 }

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