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

◆ 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:
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10