![]() |
ATLAS Offline Software
|
Implements fixed identifiers not dependent upon Athena Identifier for internal use in the calibration framework. More...
#include <MuonFixedId.h>
Public Member Functions | |
| MuonFixedId () | |
| default constructor | |
| MuonFixedId (unsigned int id) | |
| explicit constructor from an integer which corresponds to a MuonFixedId | |
| unsigned int | getIdInt () const |
| void | clear () |
| clear the identifier (=set to invalid) | |
| bool | isValid () const |
| check validity of the identifier. | |
| bool | is_mdt () const |
| bool | is_tgc () const |
| bool | is_csc () const |
| bool | is_rpc () const |
| void | set_mdt () |
| set identifier to MDT technology type | |
| void | set_tgc () |
| set identifier to TGC technology type | |
| void | set_csc () |
| set identifier to CSC technology type | |
| void | set_rpc () |
| set identifier to RPC technology type | |
| bool | operator== (const MuonFixedId &rhs) const |
| comparison operator | |
| bool | operator!= (const MuonFixedId &rhs) const |
| comparison operator | |
| bool | operator< (const MuonFixedId &rhs) const |
| comparison operator | |
| std::ostream & | dump (std::ostream &os) const |
| dump all the information corresponding to the identifier | |
| bool | setTechnologyIndex (unsigned int idx) |
| set technology index in the fixed identifier | |
| bool | setStationNameIndex (unsigned int idx) |
| set station name index in the fixed identifier | |
| bool | setStationEtaIndex (unsigned int idx) |
| set station eta index in the fixed identifier | |
| bool | setStationPhiIndex (unsigned int idx) |
| set station phi index in the fixed identifier | |
| bool | setTechnology (int num) |
| set technology to num in the fixed identifier | |
| bool | setStationName (int num) |
| set station name to num in the fixed identifier | |
| bool | setStationEta (int num) |
| set station eta to num in the fixed identifier | |
| bool | setStationPhi (int num) |
| set station phi to num in the fixed identifier | |
| int | technologyIndex () const |
| int | stationNameIndex () const |
| int | etaIndex () const |
| int | phiIndex () const |
| int | technology () const |
| std::string | technologyString () const |
| int | stationName () const |
| std::string | stationNameString () const |
| int | eta () const |
| int | phi () const |
| bool | setMdtTubeIndex (unsigned int idx) |
| Mdt specific: set index idx for tube. | |
| bool | setMdtTubeLayerIndex (unsigned int idx) |
| Mdt specific: set index idx for layer. | |
| bool | setMdtMultilayerIndex (unsigned int idx) |
| Mdt specific: set index idx for multilayer. | |
| bool | setMdtTube (int num) |
| Mdt specific: set tube to num. | |
| bool | setMdtTubeLayer (int num) |
| Mdt specific: set layer to num. | |
| bool | setMdtMultilayer (int num) |
| Mdt specific: set multilayer to num. | |
| int | mdtTubeIndex () const |
| Mdt specific: | |
| int | mdtTubeLayerIndex () const |
| Mdt specific: | |
| int | mdtMultilayerIndex () const |
| Mdt specific: | |
| int | mdtTube () const |
| Mdt specific: | |
| int | mdtTubeLayer () const |
| Mdt specific: | |
| int | mdtMultilayer () const |
| Mdt specific: | |
| int | mdtMezzanine () const |
| Mdt specific: compute the mezzanine number. | |
| MuonFixedId | mdtChamberId () const |
| Mdt specific: convert channel ID into MDT Chamber ID. | |
| MuonFixedId | mdtMultilayerId () const |
| Mdt specific: convert channel ID into MDT Multilayer ID. | |
| bool | setCscChamberLayerIndex (unsigned int idx) |
| Csc specific: set chamber layer index to idx. | |
| bool | setCscWireLayerIndex (unsigned int idx) |
| Csc specific: set wire layer index to idx. | |
| bool | setCscMeasuresPhiIndex (unsigned int idx) |
| Csc specific: set measures_phi index to idx. | |
| bool | setCscStripIndex (unsigned int idx) |
| Csc specific: set strip index to idx. | |
| bool | setCscChamberLayer (int num) |
| Csc specific: set chamber layer to num. | |
| bool | setCscWireLayer (int num) |
| Csc specific: set wire layer to num. | |
| bool | setCscMeasuresPhi (int num) |
| Csc specific: set measures_phi to num. | |
| bool | setCscStrip (int num) |
| Csc specific: set strip to num. | |
| int | cscChamberLayerIndex () const |
| Csc specific: | |
| int | cscWireLayerIndex () const |
| Csc specific: | |
| int | cscMeasuresPhiIndex () const |
| Csc specific: | |
| int | cscStripIndex () const |
| Csc specific: | |
| int | cscChamberLayer () const |
| Csc specific: | |
| int | cscWireLayer () const |
| Csc specific: | |
| int | cscMeasuresPhi () const |
| Csc specific: | |
| int | cscStrip () const |
| Csc specific: | |
| bool | setRpcDoubletRIndex (unsigned int idx) |
| Rpc specific: set index for doublet_R to idx. | |
| bool | setRpcDoubletZIndex (unsigned int idx) |
| Rpc specific: set index for doublet_Z to idx. | |
| bool | setRpcDoubletPhiIndex (unsigned int idx) |
| Rpc specific: set index for doublet_Phi to idx. | |
| bool | setRpcGasGapIndex (unsigned int idx) |
| Rpc specific: set index for gas_gap to idx. | |
| bool | setRpcMeasuresPhiIndex (unsigned int idx) |
| Rpc specific: set index for measures_phi to idx. | |
| bool | setRpcStripIndex (unsigned int idx) |
| Rpc specific: set index for strip to idx. | |
| bool | setRpcDoubletR (int num) |
| Rpc specific: set doublet_R to num. | |
| bool | setRpcDoubletZ (int num) |
| Rpc specific: set doublet_Z to num. | |
| bool | setRpcDoubletPhi (int num) |
| Rpc specific: set doublet_Phi to num. | |
| bool | setRpcGasGap (int num) |
| Rpc specific: set gas_gap to num. | |
| bool | setRpcMeasuresPhi (int num) |
| Rpc specific: set measures_phi to num. | |
| bool | setRpcStrip (int num) |
| Rpc specific: set strip to num. | |
| int | rpcDoubletRIndex () const |
| Rpc specific: | |
| int | rpcDoubletZIndex () const |
| Rpc specific: | |
| int | rpcDoubletPhiIndex () const |
| Rpc specific: | |
| int | rpcGasGapIndex () const |
| Rpc specific: | |
| int | rpcMeasuresPhiIndex () const |
| Rpc specific: | |
| int | rpcStripIndex () const |
| Rpc specific: | |
| int | rpcDoubletR () const |
| Rpc specific: | |
| int | rpcDoubletZ () const |
| Rpc specific: | |
| int | rpcDoubletPhi () const |
| Rpc specific: | |
| int | rpcGasGap () const |
| Rpc specific: | |
| int | rpcMeasuresPhi () const |
| Rpc specific: | |
| int | rpcStrip () const |
| Rpc specific: | |
| bool | setTgcGasGapIndex (unsigned int idx) |
| Tgc specific: set index for gas_gap to idx. | |
| bool | setTgcIsStripIndex (unsigned int idx) |
| Tgc specific: set index for is_strip to idx. | |
| bool | setTgcChannelIndex (unsigned int idx) |
| Tgc specific: set index for channel to idx. | |
| bool | setTgcGasGap (int num) |
| Tgc specific: set gas_gap to num. | |
| bool | setTgcIsStrip (int num) |
| Tgc specific: set is_strip to num. | |
| bool | setTgcChannel (int num) |
| Tgc specific: set channel to num. | |
| int | tgcGasGapIndex () const |
| Tgc specific: | |
| int | tgcIsStripIndex () const |
| Tgc specific: | |
| int | tgcChannelIndex () const |
| Tgc specific: | |
| int | tgcGasGap () const |
| Tgc specific: | |
| int | tgcIsStrip () const |
| Tgc specific: | |
| int | tgcChannel () const |
| Tgc specific: | |
Static Public Member Functions | |
| static int | technologyMin () |
| static int | stationNameMin () |
| static int | etaMin () |
| static int | phiMin () |
| static int | technologyMax () |
| static int | stationNameMax () |
| static int | etaMax () |
| static int | phiMax () |
| static int | stationStringToFixedStationNumber (const std::string &station) |
| static std::string | stationNumberToFixedStationString (const int station) |
| static int | mdtTubeMin () |
| Mdt specific: | |
| static int | mdtTubeLayerMin () |
| Mdt specific: | |
| static int | mdtMultilayerMin () |
| Mdt specific: | |
| static int | mdtTubeMax () |
| Mdt specific: | |
| static int | mdtTubeLayerMax () |
| Mdt specific: | |
| static int | mdtMultilayerMax () |
| Mdt specific: | |
| static int | cscChamberLayerMin () |
| Csc specific: | |
| static int | cscWireLayerMin () |
| Csc specific: | |
| static int | cscMeasuresPhiMin () |
| Csc specific: | |
| static int | cscStripMin () |
| Csc specific: | |
| static int | cscChamberLayerMax () |
| Csc specific: | |
| static int | cscWireLayerMax () |
| Csc specific: | |
| static int | cscMeasuresPhiMax () |
| Csc specific: | |
| static int | cscStripMax () |
| Csc specific: | |
Static Public Attributes | |
| static const int | technologyMDT = 0 |
| constants for technology numbers | |
| static const int | technologyCSC = 1 |
| static const int | technologyTGC = 2 |
| static const int | technologyRPC = 3 |
Private Attributes | |
| unsigned int | m_data |
Static Private Attributes | |
| static const unsigned int | kInvalidData = 0xFFFFFFFF |
| static const unsigned int | kTechnologyMask = 3 |
| static const unsigned int | kTechnologyShift = 30 |
| static const unsigned int | kTechnologyMin = 0 |
| static const int | kNumberOfTechnologies = 4 |
| static const char | kTechnologyStrings [kNumberOfTechnologies][4] |
| static const unsigned int | kStationNameMask = 63 |
| static const unsigned int | kStationNameShift = 24 |
| static const unsigned int | kStationNameMin = 1 |
| static const unsigned int | kStationEtaMask = 31 |
| static const unsigned int | kStationEtaShift = 19 |
| static const int | kStationEtaMin = -8 |
| static const unsigned int | kStationPhiMask = 63 |
| static const unsigned int | kStationPhiShift = 13 |
| static const unsigned int | kStationPhiMin = 1 |
| static const int | kNumberOfStationNames = 35 |
| static const char | kStationNameStrings [kNumberOfStationNames][4] |
| static const unsigned int | kStationShift = kStationPhiShift |
| static const unsigned int | kStationMask |
| static const unsigned int | kMdtMultilayerMask = 1 |
| static const unsigned int | kMdtMultilayerShift = 9 |
| static const unsigned int | kMdtMultilayerMin = 1 |
| static const unsigned int | kMdtTubeLayerMask = 3 |
| static const unsigned int | kMdtTubeLayerShift = 7 |
| static const unsigned int | kMdtTubeLayerMin = 1 |
| static const unsigned int | kMdtTubeMask = 127 |
| static const unsigned int | kMdtTubeShift = 0 |
| static const unsigned int | kMdtTubeMin = 1 |
| static const unsigned int | kCscChamberLayerMask = 1 |
| static const unsigned int | kCscChamberLayerShift = 11 |
| static const unsigned int | kCscChamberLayerMin = 1 |
| static const unsigned int | kCscWireLayerMask = 3 |
| static const unsigned int | kCscWireLayerShift = 9 |
| static const unsigned int | kCscWireLayerMin = 1 |
| static const unsigned int | kCscMeasuresPhiMask = 1 |
| static const unsigned int | kCscMeasuresPhiShift = 8 |
| static const unsigned int | kCscMeasuresPhiMin = 0 |
| static const unsigned int | kCscStripMask = 255 |
| static const unsigned int | kCscStripShift = 0 |
| static const unsigned int | kCscStripMin = 1 |
| static const unsigned int | kRpcDoubletRMask = 1 |
| static const unsigned int | kRpcDoubletRShift = 12 |
| static const unsigned int | kRpcDoubletRMin = 1 |
| static const unsigned int | kRpcDoubletZMask = 3 |
| static const unsigned int | kRpcDoubletZShift = 10 |
| static const unsigned int | kRpcDoubletZMin = 1 |
| static const unsigned int | kRpcDoubletPhiMask = 1 |
| static const unsigned int | kRpcDoubletPhiShift = 9 |
| static const unsigned int | kRpcDoubletPhiMin = 1 |
| static const unsigned int | kRpcGasGapMask = 1 |
| static const unsigned int | kRpcGasGapShift = 8 |
| static const unsigned int | kRpcGasGapMin = 1 |
| static const unsigned int | kRpcMeasuresPhiMask = 1 |
| static const unsigned int | kRpcMeasuresPhiShift = 7 |
| static const unsigned int | kRpcMeasuresPhiMin = 0 |
| static const unsigned int | kRpcStripMask = 127 |
| static const unsigned int | kRpcStripShift = 0 |
| static const unsigned int | kRpcStripMin = 1 |
| static const unsigned int | kTgcGasGapMask = 3 |
| static const unsigned int | kTgcGasGapShift = 9 |
| static const unsigned int | kTgcGasGapMin = 1 |
| static const unsigned int | kTgcIsStripMask = 1 |
| static const unsigned int | kTgcIsStripShift = 8 |
| static const unsigned int | kTgcIsStripMin = 0 |
| static const unsigned int | kTgcChannelMask = 255 |
| static const unsigned int | kTgcChannelShift = 0 |
| static const unsigned int | kTgcChannelMin = 1 |
Implements fixed identifiers not dependent upon Athena Identifier for internal use in the calibration framework.
Fixed identifiers are encoded words which contain some muon generic fields (for the technology, the station, eta and phi) and some technology specific fields for Mdt, Csc, Rpc and Tgc. To each field XXX correspond an offset (a private static constant XXXShift) a minimum and a maximum storable value (derived from private static constantsXXXMin and XXXMask) Encoding or decoding of a value num in a given field proceeds via encoding or decoding and index, which is defined as num-XXXMin.
Definition at line 50 of file MuonFixedId.h.
|
inline |
default constructor
Definition at line 536 of file MuonFixedId.h.
|
inlineexplicit |
explicit constructor from an integer which corresponds to a MuonFixedId
Definition at line 540 of file MuonFixedId.h.
|
inline |
clear the identifier (=set to invalid)
Definition at line 551 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 894 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 890 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 969 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 965 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 939 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 935 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 985 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 981 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 961 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 957 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 993 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 989 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 917 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 913 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 977 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 973 of file MuonFixedId.h.
| std::ostream & MuonCalib::MuonFixedId::dump | ( | std::ostream & | os | ) | const |
dump all the information corresponding to the identifier
Definition at line 9 of file MuonFixedId.cxx.
|
inline |
|
inline |
Definition at line 677 of file MuonFixedId.h.
|
inlinestatic |
Definition at line 732 of file MuonFixedId.h.
|
inlinestatic |
Definition at line 716 of file MuonFixedId.h.
|
inline |
Definition at line 543 of file MuonFixedId.h.
|
inline |
Definition at line 567 of file MuonFixedId.h.
|
inline |
Definition at line 559 of file MuonFixedId.h.
|
inline |
Definition at line 571 of file MuonFixedId.h.
|
inline |
Definition at line 563 of file MuonFixedId.h.
|
inline |
check validity of the identifier.
Definition at line 555 of file MuonFixedId.h.
|
inline |
Mdt specific: convert channel ID into MDT Chamber ID.
Definition at line 863 of file MuonFixedId.h.
|
inline |
Mdt specific: compute the mezzanine number.
Definition at line 779 of file MuonFixedId.h.
|
inline |
Mdt specific:
Definition at line 835 of file MuonFixedId.h.
|
inline |
Mdt specific: convert channel ID into MDT Multilayer ID.
Definition at line 868 of file MuonFixedId.h.
|
inline |
|
inlinestatic |
Mdt specific:
Definition at line 859 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 855 of file MuonFixedId.h.
|
inline |
Mdt specific:
Definition at line 775 of file MuonFixedId.h.
|
inline |
Mdt specific:
Definition at line 771 of file MuonFixedId.h.
|
inline |
Mdt specific:
Definition at line 813 of file MuonFixedId.h.
|
inline |
Mdt specific:
Definition at line 809 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 851 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 847 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 843 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 839 of file MuonFixedId.h.
|
inline |
comparison operator
Definition at line 595 of file MuonFixedId.h.
|
inline |
comparison operator
Definition at line 599 of file MuonFixedId.h.
|
inline |
comparison operator
Definition at line 591 of file MuonFixedId.h.
|
inline |
Definition at line 704 of file MuonFixedId.h.
|
inline |
Definition at line 700 of file MuonFixedId.h.
|
inlinestatic |
Definition at line 736 of file MuonFixedId.h.
|
inlinestatic |
Definition at line 720 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1060 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1056 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1016 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1012 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1038 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1034 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1082 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1078 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1104 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1100 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1126 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1122 of file MuonFixedId.h.
|
inline |
set identifier to CSC technology type
Definition at line 579 of file MuonFixedId.h.
|
inline |
set identifier to MDT technology type
Definition at line 575 of file MuonFixedId.h.
|
inline |
set identifier to RPC technology type
Definition at line 587 of file MuonFixedId.h.
|
inline |
set identifier to TGC technology type
Definition at line 583 of file MuonFixedId.h.
|
inline |
Csc specific: set chamber layer to num.
Definition at line 886 of file MuonFixedId.h.
|
inline |
Csc specific: set chamber layer index to idx.
Definition at line 876 of file MuonFixedId.h.
|
inline |
Csc specific: set measures_phi to num.
Definition at line 931 of file MuonFixedId.h.
|
inline |
Csc specific: set measures_phi index to idx.
Definition at line 921 of file MuonFixedId.h.
|
inline |
Csc specific: set strip to num.
Definition at line 953 of file MuonFixedId.h.
|
inline |
Csc specific: set strip index to idx.
Definition at line 943 of file MuonFixedId.h.
|
inline |
Csc specific: set wire layer to num.
Definition at line 909 of file MuonFixedId.h.
|
inline |
Csc specific: set wire layer index to idx.
Definition at line 899 of file MuonFixedId.h.
|
inline |
Mdt specific: set multilayer to num.
Definition at line 827 of file MuonFixedId.h.
|
inline |
Mdt specific: set index idx for multilayer.
Definition at line 817 of file MuonFixedId.h.
|
inline |
Mdt specific: set tube to num.
Definition at line 767 of file MuonFixedId.h.
|
inline |
Mdt specific: set index idx for tube.
Definition at line 757 of file MuonFixedId.h.
|
inline |
Mdt specific: set layer to num.
Definition at line 805 of file MuonFixedId.h.
|
inline |
Mdt specific: set index idx for layer.
Definition at line 795 of file MuonFixedId.h.
|
inline |
Rpc specific: set doublet_Phi to num.
Definition at line 1052 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for doublet_Phi to idx.
Definition at line 1042 of file MuonFixedId.h.
|
inline |
Rpc specific: set doublet_R to num.
Definition at line 1008 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for doublet_R to idx.
Definition at line 998 of file MuonFixedId.h.
|
inline |
Rpc specific: set doublet_Z to num.
Definition at line 1030 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for doublet_Z to idx.
Definition at line 1020 of file MuonFixedId.h.
|
inline |
Rpc specific: set gas_gap to num.
Definition at line 1074 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for gas_gap to idx.
Definition at line 1064 of file MuonFixedId.h.
|
inline |
Rpc specific: set measures_phi to num.
Definition at line 1096 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for measures_phi to idx.
Definition at line 1086 of file MuonFixedId.h.
|
inline |
Rpc specific: set strip to num.
Definition at line 1118 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for strip to idx.
Definition at line 1108 of file MuonFixedId.h.
|
inline |
set station eta to num in the fixed identifier
Definition at line 673 of file MuonFixedId.h.
|
inline |
set station eta index in the fixed identifier
Definition at line 663 of file MuonFixedId.h.
|
inline |
set station name to num in the fixed identifier
Definition at line 643 of file MuonFixedId.h.
|
inline |
set station name index in the fixed identifier
Definition at line 633 of file MuonFixedId.h.
|
inline |
set station phi to num in the fixed identifier
Definition at line 696 of file MuonFixedId.h.
|
inline |
set station phi index in the fixed identifier
Definition at line 686 of file MuonFixedId.h.
|
inline |
set technology to num in the fixed identifier
Definition at line 613 of file MuonFixedId.h.
|
inline |
set technology index in the fixed identifier
Definition at line 603 of file MuonFixedId.h.
|
inline |
Tgc specific: set channel to num.
Definition at line 1187 of file MuonFixedId.h.
|
inline |
Tgc specific: set index for channel to idx.
Definition at line 1177 of file MuonFixedId.h.
|
inline |
Tgc specific: set gas_gap to num.
Definition at line 1142 of file MuonFixedId.h.
|
inline |
Tgc specific: set index for gas_gap to idx.
Definition at line 1132 of file MuonFixedId.h.
|
inline |
Tgc specific: set is_strip to num.
Definition at line 1164 of file MuonFixedId.h.
|
inline |
Tgc specific: set index for is_strip to idx.
Definition at line 1154 of file MuonFixedId.h.
|
inline |
|
inline |
Definition at line 647 of file MuonFixedId.h.
|
inlinestatic |
Definition at line 728 of file MuonFixedId.h.
|
inlinestatic |
Definition at line 712 of file MuonFixedId.h.
|
inline |
Definition at line 655 of file MuonFixedId.h.
|
inlinestatic |
| [in] | station | the station integer number |
Definition at line 747 of file MuonFixedId.h.
|
inlinestatic |
| [in] | station | the station name string |
Definition at line 740 of file MuonFixedId.h.
|
inline |
|
inline |
Definition at line 617 of file MuonFixedId.h.
|
inlinestatic |
Definition at line 724 of file MuonFixedId.h.
|
inlinestatic |
Definition at line 708 of file MuonFixedId.h.
|
inline |
Definition at line 625 of file MuonFixedId.h.
|
inline |
Tgc specific:
Definition at line 1195 of file MuonFixedId.h.
|
inline |
|
inline |
Tgc specific:
Definition at line 1150 of file MuonFixedId.h.
|
inline |
|
inline |
Tgc specific:
Definition at line 1172 of file MuonFixedId.h.
|
inline |
|
staticprivate |
Definition at line 477 of file MuonFixedId.h.
|
staticprivate |
Definition at line 479 of file MuonFixedId.h.
|
staticprivate |
Definition at line 478 of file MuonFixedId.h.
|
staticprivate |
Definition at line 485 of file MuonFixedId.h.
|
staticprivate |
Definition at line 487 of file MuonFixedId.h.
|
staticprivate |
Definition at line 486 of file MuonFixedId.h.
|
staticprivate |
Definition at line 489 of file MuonFixedId.h.
|
staticprivate |
Definition at line 491 of file MuonFixedId.h.
|
staticprivate |
Definition at line 490 of file MuonFixedId.h.
|
staticprivate |
Definition at line 481 of file MuonFixedId.h.
|
staticprivate |
Definition at line 483 of file MuonFixedId.h.
|
staticprivate |
Definition at line 482 of file MuonFixedId.h.
|
staticprivate |
Definition at line 427 of file MuonFixedId.h.
|
staticprivate |
Definition at line 463 of file MuonFixedId.h.
|
staticprivate |
Definition at line 465 of file MuonFixedId.h.
|
staticprivate |
Definition at line 464 of file MuonFixedId.h.
|
staticprivate |
Definition at line 467 of file MuonFixedId.h.
|
staticprivate |
Definition at line 469 of file MuonFixedId.h.
|
staticprivate |
Definition at line 468 of file MuonFixedId.h.
|
staticprivate |
Definition at line 471 of file MuonFixedId.h.
|
staticprivate |
Definition at line 473 of file MuonFixedId.h.
|
staticprivate |
Definition at line 472 of file MuonFixedId.h.
|
staticprivate |
Definition at line 450 of file MuonFixedId.h.
|
staticprivate |
Definition at line 435 of file MuonFixedId.h.
|
staticprivate |
Definition at line 503 of file MuonFixedId.h.
|
staticprivate |
Definition at line 505 of file MuonFixedId.h.
|
staticprivate |
Definition at line 504 of file MuonFixedId.h.
|
staticprivate |
Definition at line 495 of file MuonFixedId.h.
|
staticprivate |
Definition at line 497 of file MuonFixedId.h.
|
staticprivate |
Definition at line 496 of file MuonFixedId.h.
|
staticprivate |
Definition at line 499 of file MuonFixedId.h.
|
staticprivate |
Definition at line 501 of file MuonFixedId.h.
|
staticprivate |
Definition at line 500 of file MuonFixedId.h.
|
staticprivate |
Definition at line 507 of file MuonFixedId.h.
|
staticprivate |
Definition at line 509 of file MuonFixedId.h.
|
staticprivate |
Definition at line 508 of file MuonFixedId.h.
|
staticprivate |
Definition at line 511 of file MuonFixedId.h.
|
staticprivate |
Definition at line 513 of file MuonFixedId.h.
|
staticprivate |
Definition at line 512 of file MuonFixedId.h.
|
staticprivate |
Definition at line 515 of file MuonFixedId.h.
|
staticprivate |
Definition at line 517 of file MuonFixedId.h.
|
staticprivate |
Definition at line 516 of file MuonFixedId.h.
|
staticprivate |
Definition at line 442 of file MuonFixedId.h.
|
staticprivate |
Definition at line 444 of file MuonFixedId.h.
|
staticprivate |
Definition at line 443 of file MuonFixedId.h.
|
staticprivate |
Definition at line 455 of file MuonFixedId.h.
|
staticprivate |
Definition at line 438 of file MuonFixedId.h.
|
staticprivate |
Definition at line 440 of file MuonFixedId.h.
|
staticprivate |
Definition at line 439 of file MuonFixedId.h.
|
staticprivate |
Definition at line 451 of file MuonFixedId.h.
|
staticprivate |
Definition at line 446 of file MuonFixedId.h.
|
staticprivate |
Definition at line 448 of file MuonFixedId.h.
|
staticprivate |
Definition at line 447 of file MuonFixedId.h.
|
staticprivate |
Definition at line 454 of file MuonFixedId.h.
|
staticprivate |
Definition at line 431 of file MuonFixedId.h.
|
staticprivate |
Definition at line 433 of file MuonFixedId.h.
|
staticprivate |
Definition at line 432 of file MuonFixedId.h.
|
staticprivate |
Definition at line 436 of file MuonFixedId.h.
|
staticprivate |
Definition at line 528 of file MuonFixedId.h.
|
staticprivate |
Definition at line 530 of file MuonFixedId.h.
|
staticprivate |
Definition at line 529 of file MuonFixedId.h.
|
staticprivate |
Definition at line 520 of file MuonFixedId.h.
|
staticprivate |
Definition at line 522 of file MuonFixedId.h.
|
staticprivate |
Definition at line 521 of file MuonFixedId.h.
|
staticprivate |
Definition at line 524 of file MuonFixedId.h.
|
staticprivate |
Definition at line 526 of file MuonFixedId.h.
|
staticprivate |
Definition at line 525 of file MuonFixedId.h.
|
private |
Definition at line 425 of file MuonFixedId.h.
|
static |
Definition at line 419 of file MuonFixedId.h.
|
static |
constants for technology numbers
Definition at line 418 of file MuonFixedId.h.
|
static |
Definition at line 421 of file MuonFixedId.h.
|
static |
Definition at line 420 of file MuonFixedId.h.