![]() |
ATLAS Offline Software
|
#include <TGCChannelId.h>
Public Types | |
| enum class | ChannelIdType { NoChannelIdType , ASDIn , ASDOut , PPIn , PPOut , SLBIn , SLBOut , HPBIn } |
| enum class | IdType { NoIdType , Channel , Module } |
| enum class | SideType : int { Aside = 0 , Cside = 1 , MaxSideType = 2 , Undefined = 99 } |
| enum class | StationType : int { M1 = 0 , M2 = 1 , M3 = 2 , M4 = 3 , MaxStationType = 4 , Undefined = 99 } |
| enum class | ModuleType : int { WD = 0 , SD = 1 , WT = 2 , ST = 3 , WI = 4 , SI = 5 , MaxModuleType = 6 , SL_SLB = 6 , Undefined = 99 } |
| enum class | SignalType : int { Wire = 0 , Strip = 1 , MaxSignalType = 2 , Undefined = 99 } |
| enum class | RegionType : int { Endcap = 0 , Forward = 1 , MaxRegionType = 2 , Undefined = 99 } |
Static Public Attributes | |
| static constexpr int | NUM_LAYERS |
| in ChannelId | |
| static constexpr int | NUM_OCTANT = 8 |
| static constexpr int | NUM_ENDCAP_SECTOR = 48 |
| static constexpr int | NUM_FORWARD_SECTOR = 24 |
| static constexpr int | NUM_INNER_SECTOR = 24 |
| static constexpr int | N_RODS = 12 |
Protected Member Functions | |
| void | setIdType (IdType idtype) |
| void | setReadoutSector (int sector) |
| void | setSectorModule (int sectorModule) |
Protected Attributes | |
| ChannelIdType | m_channelType {ChannelIdType::NoChannelIdType} |
| int | m_layer {-1} |
| int | m_block {-1} |
| int | m_channel {-1} |
| SideType | m_side {SideType::Undefined} |
| StationType | m_station {StationType::Undefined} |
| ModuleType | m_module {ModuleType::Undefined} |
| SignalType | m_signal {SignalType::Undefined} |
| RegionType | m_region {RegionType::Undefined} |
| int | m_octant {-1} |
| int | m_sector {-1} |
| int | m_chamber {-1} |
| int | m_id {-1} |
Private Attributes | |
| IdType | m_idType {IdType::NoIdType} |
Definition at line 17 of file TGCChannelId.h.
|
strong |
| Enumerator | |
|---|---|
| NoChannelIdType | |
| ASDIn | |
| ASDOut | |
| PPIn | |
| PPOut | |
| SLBIn | |
| SLBOut | |
| HPBIn | |
Definition at line 19 of file TGCChannelId.h.
|
stronginherited |
|
stronginherited |
|
stronginherited |
|
stronginherited |
|
stronginherited |
|
stronginherited |
|
inline |
Definition at line 31 of file TGCChannelId.h.
|
virtualdefault |
| int MuonTGC_Cabling::TGCChannelId::getBlock | ( | ) | const |
Definition at line 32 of file TGCChannelId.cxx.
|
inlineinherited |
| int MuonTGC_Cabling::TGCChannelId::getChannel | ( | ) | const |
Definition at line 35 of file TGCChannelId.cxx.
| TGCChannelId::ChannelIdType MuonTGC_Cabling::TGCChannelId::getChannelIdType | ( | ) | const |
Definition at line 26 of file TGCChannelId.cxx.
|
virtual |
Definition at line 39 of file TGCChannelId.cxx.
|
inlineinherited |
|
inlineinherited |
| int MuonTGC_Cabling::TGCChannelId::getLayer | ( | ) | const |
Definition at line 29 of file TGCChannelId.cxx.
|
inlinevirtual |
Reimplemented in MuonTGC_Cabling::TGCChannelHPBIn, MuonTGC_Cabling::TGCChannelPPIn, MuonTGC_Cabling::TGCChannelPPOut, MuonTGC_Cabling::TGCChannelSLBIn, and MuonTGC_Cabling::TGCChannelSLBOut.
Definition at line 37 of file TGCChannelId.h.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
Reimplemented in MuonTGC_Cabling::TGCChannelASDIn.
|
virtualinherited |
Definition at line 13 of file TGCId.cxx.
|
inherited |
|
virtualinherited |
Definition at line 99 of file TGCId.cxx.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
| bool MuonTGC_Cabling::TGCChannelId::isBackward | ( | ) | const |
Definition at line 122 of file TGCChannelId.cxx.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
Reimplemented from MuonTGC_Cabling::TGCId.
Reimplemented in MuonTGC_Cabling::TGCChannelASDIn, MuonTGC_Cabling::TGCChannelASDOut, MuonTGC_Cabling::TGCChannelHPBIn, MuonTGC_Cabling::TGCChannelPPIn, MuonTGC_Cabling::TGCChannelPPOut, MuonTGC_Cabling::TGCChannelSLBIn, and MuonTGC_Cabling::TGCChannelSLBOut.
Definition at line 41 of file TGCChannelId.h.
|
inlineinherited |
|
virtual |
Definition at line 9 of file TGCChannelId.cxx.
|
virtual |
Definition at line 77 of file TGCChannelId.cxx.
|
inlinevirtualinherited |
|
virtual |
Reimplemented in MuonTGC_Cabling::TGCChannelSLBIn.
Definition at line 81 of file TGCChannelId.cxx.
| void MuonTGC_Cabling::TGCChannelId::setChannelIdType | ( | ChannelIdType | type | ) |
Definition at line 54 of file TGCChannelId.cxx.
|
inlineinherited |
|
inlineprotectedinherited |
| void MuonTGC_Cabling::TGCChannelId::setLayer | ( | int | layer | ) |
Definition at line 58 of file TGCChannelId.cxx.
|
virtualinherited |
|
virtualinherited |
|
protectedinherited |
|
inlineinherited |
|
virtualinherited |
Reimplemented in MuonTGC_Cabling::TGCChannelASDIn, and MuonTGC_Cabling::TGCModuleId.
|
protectedinherited |
Definition at line 125 of file TGCId.cxx.
|
inlineinherited |
| void MuonTGC_Cabling::TGCChannelId::setSignalAndLayer | ( | TGCId::SignalType | signal, |
| int | layer ) |
Definition at line 85 of file TGCChannelId.cxx.
|
inherited |
|
inherited |
|
protected |
Definition at line 61 of file TGCChannelId.h.
|
protectedinherited |
|
protected |
Definition at line 62 of file TGCChannelId.h.
|
protected |
Definition at line 59 of file TGCChannelId.h.
|
protectedinherited |
|
privateinherited |
Definition at line 119 of file TGCId.h.
|
protected |
Definition at line 60 of file TGCChannelId.h.
|
protectedinherited |
Definition at line 109 of file TGCId.h.
|
protectedinherited |
|
protectedinherited |
Definition at line 111 of file TGCId.h.
|
protectedinherited |
|
protectedinherited |
Definition at line 107 of file TGCId.h.
|
protectedinherited |
Definition at line 110 of file TGCId.h.
|
protectedinherited |
Definition at line 108 of file TGCId.h.
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |