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

#include <WireGroupDesign.h>

Collaboration diagram for MuonGMR4::WireDesignSorter:

Public Member Functions

bool operator() (const WireDesignPtr &a, const WireDesignPtr &b) const
bool operator() (const WireGroupDesign &a, const WireGroupDesign &b) const

Detailed Description

Definition at line 94 of file WireGroupDesign.h.

Member Function Documentation

◆ operator()() [1/2]

bool MuonGMR4::WireDesignSorter::operator() ( const WireDesignPtr & a,
const WireDesignPtr & b ) const
inline

Definition at line 95 of file WireGroupDesign.h.

95 {
96 return (*a) < (*b);
97 }
static Double_t a

◆ operator()() [2/2]

bool MuonGMR4::WireDesignSorter::operator() ( const WireGroupDesign & a,
const WireGroupDesign & b ) const
inline

Definition at line 98 of file WireGroupDesign.h.

98 {
99 return a < b;
100 }

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