![]() |
ATLAS Offline Software
|
#include <MapperSTG.h>
Public Member Functions | |
| MapperSTG () | |
| virtual | ~MapperSTG () |
| uint16_t | nchannels (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t feb_radius, uint8_t layer) const |
| uint16_t | channel_number (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t feb_radius, uint8_t layer, uint16_t vmm, uint16_t vmm_chan) const |
| bool | vmm_info (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t mod_radius, uint8_t layer, uint16_t channel_number, uint16_t &vmm, uint16_t &vmm_chan) const |
| bool | elink_info (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t mod_radius, uint8_t layer, uint16_t channel_number, uint &elink) const |
| uint16_t | geoVmmToRocVmm (uint16_t geoVMM) const |
| uint16_t | AB_to_Athena_channel_number (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t feb_radius, uint8_t layer, uint16_t channel_number) const |
| uint16_t | Athena_to_AB_channel_number (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t feb_radius, uint8_t layer, uint16_t channel_number) const |
| uint16_t | NSWID_to_Athena_channel_number (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t feb_radius, uint8_t layer, uint16_t channel_number, bool sideA) const |
| uint16_t | Athena_to_NSWID_channel_number (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t feb_radius, uint8_t layer, uint16_t channel_number, bool sideA) const |
Static Public Member Functions | |
| static uint16_t | private_id (uint8_t channel_typechannel_type, uint8_t sector_type, uint8_t feb_radius, uint8_t layer) |
Definition at line 17 of file MapperSTG.h.
|
inline |
Definition at line 20 of file MapperSTG.h.
|
inlinevirtual |
Definition at line 21 of file MapperSTG.h.
| uint16_t Muon::nsw::MapperSTG::AB_to_Athena_channel_number | ( | uint8_t | channel_type, |
| uint8_t | sector_type, | ||
| uint8_t | feb_radius, | ||
| uint8_t | layer, | ||
| uint16_t | channel_number ) const |
Definition at line 119 of file MapperSTG.cxx.
| uint16_t Muon::nsw::MapperSTG::Athena_to_AB_channel_number | ( | uint8_t | channel_type, |
| uint8_t | sector_type, | ||
| uint8_t | feb_radius, | ||
| uint8_t | layer, | ||
| uint16_t | channel_number ) const |
Definition at line 153 of file MapperSTG.cxx.
| uint16_t Muon::nsw::MapperSTG::Athena_to_NSWID_channel_number | ( | uint8_t | channel_type, |
| uint8_t | sector_type, | ||
| uint8_t | feb_radius, | ||
| uint8_t | layer, | ||
| uint16_t | channel_number, | ||
| bool | sideA ) const |
Definition at line 222 of file MapperSTG.cxx.
| uint16_t Muon::nsw::MapperSTG::channel_number | ( | uint8_t | channel_type, |
| uint8_t | sector_type, | ||
| uint8_t | feb_radius, | ||
| uint8_t | layer, | ||
| uint16_t | vmm, | ||
| uint16_t | vmm_chan ) const |
Definition at line 9 of file MapperSTG.cxx.
| bool Muon::nsw::MapperSTG::elink_info | ( | uint8_t | channel_type, |
| uint8_t | sector_type, | ||
| uint8_t | mod_radius, | ||
| uint8_t | layer, | ||
| uint16_t | channel_number, | ||
| uint & | elink ) const |
Definition at line 83 of file MapperSTG.cxx.
| uint16_t Muon::nsw::MapperSTG::geoVmmToRocVmm | ( | uint16_t | geoVMM | ) | const |
Definition at line 112 of file MapperSTG.cxx.
| uint16_t Muon::nsw::MapperSTG::nchannels | ( | uint8_t | channel_type, |
| uint8_t | sector_type, | ||
| uint8_t | feb_radius, | ||
| uint8_t | layer ) const |
Definition at line 35 of file MapperSTG.cxx.
| uint16_t Muon::nsw::MapperSTG::NSWID_to_Athena_channel_number | ( | uint8_t | channel_type, |
| uint8_t | sector_type, | ||
| uint8_t | feb_radius, | ||
| uint8_t | layer, | ||
| uint16_t | channel_number, | ||
| bool | sideA ) const |
Definition at line 188 of file MapperSTG.cxx.
|
inlinestatic |
Definition at line 263 of file MapperSTG.h.
| bool Muon::nsw::MapperSTG::vmm_info | ( | uint8_t | channel_type, |
| uint8_t | sector_type, | ||
| uint8_t | mod_radius, | ||
| uint8_t | layer, | ||
| uint16_t | channel_number, | ||
| uint16_t & | vmm, | ||
| uint16_t & | vmm_chan ) const |
Definition at line 53 of file MapperSTG.cxx.