ATLAS Offline Software
Loading...
Searching...
No Matches
MuonAlignmentPar.h File Reference
#include <string>
#include <Identifier/Identifier.h>
Include dependency graph for MuonAlignmentPar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MuonAlignmentPar
 Basic class to map the MuonAlignment parameters to the different subdetectors inside the muon system. More...

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; }