ATLAS Offline Software
Static Public Member Functions | List of all members
MuonCalib::FixedIdDecoder Class Reference

#include <FixedIdDecoder.h>

Collaboration diagram for MuonCalib::FixedIdDecoder:

Static Public Member Functions

static int eta (int id)
 
static int phi (int id)
 
static int stationName (int id)
 
static std::string stationNameStr (int id)
 
static int mdtMultilayer (int id)
 
static int mdtTubeLayer (int id)
 
static int mdtTube (int id)
 
static int mdtMezzanine (int id)
 
static int cscChamberLayer (int id)
 
static int cscWireLayer (int id)
 
static int cscMeasuresPhi (int id)
 
static int cscStrip (int id)
 
static int rpcDoubletR (int id)
 
static int rpcDoubletZ (int id)
 
static int rpcDoubletPhi (int id)
 
static int rpcGasGap (int id)
 
static int rpcMeasuresPhi (int id)
 
static int rpcStrip (int id)
 
static int tgcGasGap (int id)
 
static int tgcIsStrip (int id)
 
static int tgcChannel (int id)
 

Detailed Description

Definition at line 20 of file FixedIdDecoder.h.

Member Function Documentation

◆ cscChamberLayer()

int MuonCalib::FixedIdDecoder::cscChamberLayer ( int  id)
static

Definition at line 61 of file FixedIdDecoder.cxx.

62  {
63  MuonFixedId mid(id);
64  return mid.cscChamberLayer();
65  }

◆ cscMeasuresPhi()

int MuonCalib::FixedIdDecoder::cscMeasuresPhi ( int  id)
static

Definition at line 73 of file FixedIdDecoder.cxx.

74  {
75  MuonFixedId mid(id);
76  return mid.cscMeasuresPhi();
77  }

◆ cscStrip()

int MuonCalib::FixedIdDecoder::cscStrip ( int  id)
static

Definition at line 79 of file FixedIdDecoder.cxx.

80  {
81  MuonFixedId mid(id);
82  return mid.cscStrip();
83  }

◆ cscWireLayer()

int MuonCalib::FixedIdDecoder::cscWireLayer ( int  id)
static

Definition at line 67 of file FixedIdDecoder.cxx.

68  {
69  MuonFixedId mid(id);
70  return mid.cscWireLayer();
71  }

◆ eta()

int MuonCalib::FixedIdDecoder::eta ( int  id)
static

Definition at line 12 of file FixedIdDecoder.cxx.

13  {
14  MuonFixedId mid(id);
15  return mid.eta();
16  }

◆ mdtMezzanine()

int MuonCalib::FixedIdDecoder::mdtMezzanine ( int  id)
static

Definition at line 55 of file FixedIdDecoder.cxx.

56  {
57  MuonFixedId mid(id);
58  return mid.mdtMezzanine();
59  }

◆ mdtMultilayer()

int MuonCalib::FixedIdDecoder::mdtMultilayer ( int  id)
static

Definition at line 37 of file FixedIdDecoder.cxx.

38  {
39  MuonFixedId mid(id);
40  return mid.mdtMultilayer();
41  }

◆ mdtTube()

int MuonCalib::FixedIdDecoder::mdtTube ( int  id)
static

Definition at line 49 of file FixedIdDecoder.cxx.

50  {
51  MuonFixedId mid(id);
52  return mid.mdtTube();
53  }

◆ mdtTubeLayer()

int MuonCalib::FixedIdDecoder::mdtTubeLayer ( int  id)
static

Definition at line 43 of file FixedIdDecoder.cxx.

44  {
45  MuonFixedId mid(id);
46  return mid.mdtTubeLayer();
47  }

◆ phi()

int MuonCalib::FixedIdDecoder::phi ( int  id)
static

Definition at line 18 of file FixedIdDecoder.cxx.

19  {
20  MuonFixedId mid(id);
21  return mid.phi();
22  }

◆ rpcDoubletPhi()

int MuonCalib::FixedIdDecoder::rpcDoubletPhi ( int  id)
static

Definition at line 97 of file FixedIdDecoder.cxx.

98  {
99  MuonFixedId mid(id);
100  return mid.rpcDoubletPhi();
101  }

◆ rpcDoubletR()

int MuonCalib::FixedIdDecoder::rpcDoubletR ( int  id)
static

Definition at line 85 of file FixedIdDecoder.cxx.

86  {
87  MuonFixedId mid(id);
88  return mid.rpcDoubletR();
89  }

◆ rpcDoubletZ()

int MuonCalib::FixedIdDecoder::rpcDoubletZ ( int  id)
static

Definition at line 91 of file FixedIdDecoder.cxx.

92  {
93  MuonFixedId mid(id);
94  return mid.rpcDoubletZ();
95  }

◆ rpcGasGap()

int MuonCalib::FixedIdDecoder::rpcGasGap ( int  id)
static

Definition at line 103 of file FixedIdDecoder.cxx.

104  {
105  MuonFixedId mid(id);
106  return mid.rpcGasGap();
107  }

◆ rpcMeasuresPhi()

int MuonCalib::FixedIdDecoder::rpcMeasuresPhi ( int  id)
static

Definition at line 109 of file FixedIdDecoder.cxx.

110  {
111  MuonFixedId mid(id);
112  return mid.rpcMeasuresPhi();
113  }

◆ rpcStrip()

int MuonCalib::FixedIdDecoder::rpcStrip ( int  id)
static

Definition at line 115 of file FixedIdDecoder.cxx.

116  {
117  MuonFixedId mid(id);
118  return mid.rpcStrip();
119  }

◆ stationName()

int MuonCalib::FixedIdDecoder::stationName ( int  id)
static

Definition at line 24 of file FixedIdDecoder.cxx.

25  {
26  MuonFixedId mid(id);
27  return mid.stationName();
28  }

◆ stationNameStr()

std::string MuonCalib::FixedIdDecoder::stationNameStr ( int  id)
static

Definition at line 30 of file FixedIdDecoder.cxx.

31  {
32  MuonFixedId mid(id);
33  return mid.stationNameString();
34  }

◆ tgcChannel()

int MuonCalib::FixedIdDecoder::tgcChannel ( int  id)
static

Definition at line 133 of file FixedIdDecoder.cxx.

134  {
135  MuonFixedId mid(id);
136  return mid.tgcChannel();
137  }

◆ tgcGasGap()

int MuonCalib::FixedIdDecoder::tgcGasGap ( int  id)
static

Definition at line 121 of file FixedIdDecoder.cxx.

122  {
123  MuonFixedId mid(id);
124  return mid.tgcGasGap();
125  }

◆ tgcIsStrip()

int MuonCalib::FixedIdDecoder::tgcIsStrip ( int  id)
static

Definition at line 127 of file FixedIdDecoder.cxx.

128  {
129  MuonFixedId mid(id);
130  return mid.tgcIsStrip();
131  }

The documentation for this class was generated from the following files: