![]() |
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 895 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 891 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 970 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 966 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 940 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 936 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 986 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 982 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 962 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 958 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 994 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 990 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 918 of file MuonFixedId.h.
|
inline |
Csc specific:
Definition at line 914 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 978 of file MuonFixedId.h.
|
inlinestatic |
Csc specific:
Definition at line 974 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 864 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 836 of file MuonFixedId.h.
|
inline |
Mdt specific: convert channel ID into MDT Multilayer ID.
Definition at line 869 of file MuonFixedId.h.
|
inline |
|
inlinestatic |
Mdt specific:
Definition at line 860 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 856 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 814 of file MuonFixedId.h.
|
inline |
Mdt specific:
Definition at line 810 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 852 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 848 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 844 of file MuonFixedId.h.
|
inlinestatic |
Mdt specific:
Definition at line 840 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 1061 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1057 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1017 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1013 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1039 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1035 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1083 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1079 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1105 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1101 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1127 of file MuonFixedId.h.
|
inline |
Rpc specific:
Definition at line 1123 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 887 of file MuonFixedId.h.
|
inline |
Csc specific: set chamber layer index to idx.
Definition at line 877 of file MuonFixedId.h.
|
inline |
Csc specific: set measures_phi to num.
Definition at line 932 of file MuonFixedId.h.
|
inline |
Csc specific: set measures_phi index to idx.
Definition at line 922 of file MuonFixedId.h.
|
inline |
Csc specific: set strip to num.
Definition at line 954 of file MuonFixedId.h.
|
inline |
Csc specific: set strip index to idx.
Definition at line 944 of file MuonFixedId.h.
|
inline |
Csc specific: set wire layer to num.
Definition at line 910 of file MuonFixedId.h.
|
inline |
Csc specific: set wire layer index to idx.
Definition at line 900 of file MuonFixedId.h.
|
inline |
Mdt specific: set multilayer to num.
Definition at line 828 of file MuonFixedId.h.
|
inline |
Mdt specific: set index idx for multilayer.
Definition at line 818 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 806 of file MuonFixedId.h.
|
inline |
Mdt specific: set index idx for layer.
Definition at line 796 of file MuonFixedId.h.
|
inline |
Rpc specific: set doublet_Phi to num.
Definition at line 1053 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for doublet_Phi to idx.
Definition at line 1043 of file MuonFixedId.h.
|
inline |
Rpc specific: set doublet_R to num.
Definition at line 1009 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for doublet_R to idx.
Definition at line 999 of file MuonFixedId.h.
|
inline |
Rpc specific: set doublet_Z to num.
Definition at line 1031 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for doublet_Z to idx.
Definition at line 1021 of file MuonFixedId.h.
|
inline |
Rpc specific: set gas_gap to num.
Definition at line 1075 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for gas_gap to idx.
Definition at line 1065 of file MuonFixedId.h.
|
inline |
Rpc specific: set measures_phi to num.
Definition at line 1097 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for measures_phi to idx.
Definition at line 1087 of file MuonFixedId.h.
|
inline |
Rpc specific: set strip to num.
Definition at line 1119 of file MuonFixedId.h.
|
inline |
Rpc specific: set index for strip to idx.
Definition at line 1109 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 1188 of file MuonFixedId.h.
|
inline |
Tgc specific: set index for channel to idx.
Definition at line 1178 of file MuonFixedId.h.
|
inline |
Tgc specific: set gas_gap to num.
Definition at line 1143 of file MuonFixedId.h.
|
inline |
Tgc specific: set index for gas_gap to idx.
Definition at line 1133 of file MuonFixedId.h.
|
inline |
Tgc specific: set is_strip to num.
Definition at line 1165 of file MuonFixedId.h.
|
inline |
Tgc specific: set index for is_strip to idx.
Definition at line 1155 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 1196 of file MuonFixedId.h.
|
inline |
|
inline |
Tgc specific:
Definition at line 1151 of file MuonFixedId.h.
|
inline |
|
inline |
Tgc specific:
Definition at line 1173 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.