![]() |
ATLAS Offline Software
|
#include <TGCId.h>
Public Types | |
| 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 | |
| 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} |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
| MuonTGC_Cabling::TGCId::TGCId | ( | TGCId::IdType | vtype = IdType::NoIdType | ) |
|
virtualdefault |
| int MuonTGC_Cabling::TGCId::getBlock | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented in MuonTGC_Cabling::TGCChannelASDIn.
|
virtual |
Definition at line 13 of file TGCId.cxx.
| int MuonTGC_Cabling::TGCId::getSectorInReadout | ( | ) | const |
|
virtual |
Definition at line 99 of file TGCId.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented in MuonTGC_Cabling::TGCChannelASDIn, MuonTGC_Cabling::TGCChannelASDOut, MuonTGC_Cabling::TGCChannelHPBIn, MuonTGC_Cabling::TGCChannelId, MuonTGC_Cabling::TGCChannelPPIn, MuonTGC_Cabling::TGCChannelPPOut, MuonTGC_Cabling::TGCChannelSLBIn, MuonTGC_Cabling::TGCChannelSLBOut, MuonTGC_Cabling::TGCModuleHPB, MuonTGC_Cabling::TGCModuleId, MuonTGC_Cabling::TGCModulePP, MuonTGC_Cabling::TGCModuleROD, MuonTGC_Cabling::TGCModuleSL, MuonTGC_Cabling::TGCModuleSLB, MuonTGC_Cabling::TGCModuleSROD, and MuonTGC_Cabling::TGCModuleSSW.
Definition at line 21 of file TGCId.h.
|
inline |
|
inlinevirtual |
|
inline |
|
inlineprotected |
|
virtual |
|
virtual |
|
protected |
|
inline |
|
virtual |
Reimplemented in MuonTGC_Cabling::TGCChannelASDIn, and MuonTGC_Cabling::TGCModuleId.
|
protected |
Definition at line 125 of file TGCId.cxx.
|
inline |
| void MuonTGC_Cabling::TGCId::setSignalType | ( | SignalType | signal | ) |
| void MuonTGC_Cabling::TGCId::setStation | ( | StationType | vstation | ) |
|
protected |
|
private |
Definition at line 119 of file TGCId.h.
|
protected |
Definition at line 109 of file TGCId.h.
|
protected |
|
protected |
Definition at line 111 of file TGCId.h.
|
protected |
|
protected |
Definition at line 107 of file TGCId.h.
|
protected |
Definition at line 110 of file TGCId.h.
|
protected |
Definition at line 108 of file TGCId.h.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |