ATLAS Offline Software
Loading...
Searching...
No Matches
MuonAlignmentPar.cxx File Reference
Include dependency graph for MuonAlignmentPar.cxx:

Go to the source code of this file.

Functions

bool operator< (const Identifier &a, const MuonAlignmentPar &b)
 Operator for.
bool operator< (const MuonAlignmentPar &a, const Identifier &b)

Function Documentation

◆ operator<() [1/2]

bool operator< ( const Identifier & a,
const MuonAlignmentPar & b )

Operator for.

Definition at line 7 of file MuonAlignmentPar.cxx.

7{ return a < b.identify(); }
static Double_t a

◆ operator<() [2/2]

bool operator< ( const MuonAlignmentPar & a,
const Identifier & b )

Definition at line 8 of file MuonAlignmentPar.cxx.

8{ return a.identify() < b; }