|
ATLAS Offline Software
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
◆ getFullID() [1/6]
Get the identifier string for an CSC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/ChamberLayer/WireLayer/MeasuresPhi/Strip.
- Parameters
-
id | the identifier |
cscHelper | the identifier helper |
Definition at line 87 of file MuonFullIDHelper.cxx.
89 std::string idString =
"7/";
◆ getFullID() [2/6]
Get the identifier string for an MDT ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/TubeLayer/Tube.
- Parameters
-
id | the identifier |
mdtHelper | the identifier helper |
Definition at line 26 of file MuonFullIDHelper.cxx.
28 std::string idString =
"7/";
◆ getFullID() [3/6]
Get the identifier string for an MM ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/GasGap/Channel.
- Parameters
-
id | the identifier |
MmHelper | the identifier helper |
Definition at line 127 of file MuonFullIDHelper.cxx.
129 std::string idString =
"7/";
◆ getFullID() [4/6]
Get the identifier string for an RPC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/DoubletR/DoubletZ/DoubletPhi/GasGap/MeasuresPhi/Strip.
- Parameters
-
id | the identifier |
rpcHelper | the identifier helper |
Definition at line 45 of file MuonFullIDHelper.cxx.
47 std::string idString =
"7/";
◆ getFullID() [5/6]
Get the identifier string for an STGC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/Multilayer/GasGap/ChannelType/Channel.
- Parameters
-
id | the identifier |
stgcHelper | the identifier helper |
Definition at line 107 of file MuonFullIDHelper.cxx.
109 std::string idString =
"7/";
◆ getFullID() [6/6]
Get the identifier string for an TGC ID with the sequence: Detector/StationName/StationEta/StationPhi/Technology/GasGap/IsStrip/Channel.
- Parameters
-
id | the identifier |
tgcHelper | the identifier helper |
Definition at line 68 of file MuonFullIDHelper.cxx.
70 std::string idString =
"7/";
int multilayer(const Identifier &id) const
Access to components of the ID.
int multilayer(const Identifier &id) const
int gasGap(const Identifier &id) const override
get the hashes
int doubletZ(const Identifier &id) const
bool measuresPhi(const Identifier &id) const override
int tubeLayer(const Identifier &id) const
int stationName(const Identifier &id) const
int multilayer(const Identifier &id) const
int gasGap(const Identifier &id) const override
get the hashes
int channel(const Identifier &id) const override
int wireLayer(const Identifier &id) const
int channel(const Identifier &id) const override
int doubletR(const Identifier &id) const
int gasGap(const Identifier &id) const override
get the hashes
int tube(const Identifier &id) const
int strip(const Identifier &id) const
int isStrip(const Identifier &id) const
isStrip corresponds to measuresPhi
int stationPhi(const Identifier &id) const
const std::string & stationNameString(const int &index) const
int stationEta(const Identifier &id) const
int channel(const Identifier &id) const override
int gasGap(const Identifier &id) const override
get the hashes
int strip(const Identifier &id) const
bool measuresPhi(const Identifier &id) const override
int channelType(const Identifier &id) const
int chamberLayer(const Identifier &id) const
int doubletPhi(const Identifier &id) const