ATLAS Offline Software
|
#include "MuonFullIDHelper.h"
#include "MuonIdHelpers/MdtIdHelper.h"
#include "MuonIdHelpers/RpcIdHelper.h"
#include "MuonIdHelpers/TgcIdHelper.h"
#include "MuonIdHelpers/CscIdHelper.h"
#include "MuonIdHelpers/sTgcIdHelper.h"
#include "MuonIdHelpers/MmIdHelper.h"
#include "JiveXML/DataType.h"
Go to the source code of this file.
Namespaces | |
JiveXML | |
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc. | |
JiveXML::MuonFullIDHelper | |
Functions | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |