![]() |
ATLAS Offline Software
|
Functions | |
| std::string | getFullID (Identifier id, const MdtIdHelper &mdtHelper) |
| Get the identifier string for an MDT ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/TubeLayer/Tube. | |
| std::string | getFullID (Identifier id, const RpcIdHelper &rpcHelper) |
| Get the identifier string for an RPC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/DoubletR/DoubletZ/DoubletPhi/GasGap/MeasuresPhi/Strip. | |
| std::string | getFullID (Identifier id, const TgcIdHelper &tgcHelper) |
| Get the identifier string for an TGC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/GasGap/IsStrip/Channel. | |
| std::string | getFullID (Identifier id, const CscIdHelper &cscHelper) |
| Get the identifier string for an CSC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/ChamberLayer/WireLayer/MeasuresPhi/Strip. | |
| std::string | getFullID (Identifier id, const sTgcIdHelper &stgcHelper) |
| Get the identifier string for an STGC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/GasGap/ChannelType/Channel. | |
| std::string | getFullID (Identifier id, const MmIdHelper &mmHelper) |
| Get the identifier string for an MM ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/GasGap/Channel. | |
| std::string JiveXML::MuonFullIDHelper::getFullID | ( | Identifier | id, |
| const CscIdHelper & | cscHelper ) |
Get the identifier string for an CSC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/ChamberLayer/WireLayer/MeasuresPhi/Strip.
| id | the identifier |
| cscHelper | the identifier helper |
Definition at line 87 of file MuonFullIDHelper.cxx.
| std::string JiveXML::MuonFullIDHelper::getFullID | ( | Identifier | id, |
| const MdtIdHelper & | mdtHelper ) |
Get the identifier string for an MDT ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/TubeLayer/Tube.
| id | the identifier |
| mdtHelper | the identifier helper |
Definition at line 26 of file MuonFullIDHelper.cxx.
| std::string JiveXML::MuonFullIDHelper::getFullID | ( | Identifier | id, |
| const MmIdHelper & | mmHelper ) |
Get the identifier string for an MM ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/GasGap/Channel.
| id | the identifier |
| MmHelper | the identifier helper |
Definition at line 127 of file MuonFullIDHelper.cxx.
| std::string JiveXML::MuonFullIDHelper::getFullID | ( | Identifier | id, |
| const RpcIdHelper & | rpcHelper ) |
Get the identifier string for an RPC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/DoubletR/DoubletZ/DoubletPhi/GasGap/MeasuresPhi/Strip.
| id | the identifier |
| rpcHelper | the identifier helper |
Definition at line 45 of file MuonFullIDHelper.cxx.
| std::string JiveXML::MuonFullIDHelper::getFullID | ( | Identifier | id, |
| const sTgcIdHelper & | stgcHelper ) |
Get the identifier string for an STGC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/GasGap/ChannelType/Channel.
| id | the identifier |
| stgcHelper | the identifier helper |
Definition at line 107 of file MuonFullIDHelper.cxx.
| std::string JiveXML::MuonFullIDHelper::getFullID | ( | Identifier | id, |
| const TgcIdHelper & | tgcHelper ) |
Get the identifier string for an TGC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/GasGap/IsStrip/Channel.
| id | the identifier |
| tgcHelper | the identifier helper |
Definition at line 68 of file MuonFullIDHelper.cxx.