![]() |
ATLAS Offline Software
|
#include <TGCId.h>
Public Types | |
| enum class | IdType { NoIdType , Channel , Module , MaxIdType } |
| enum | SideType { NoSideType =-1 , Aside , Cside , MaxSideType } |
| enum | ModuleType { NoModuleType =-1 , WD , SD , WT , ST , WI , SI , MaxModuleType } |
| enum | SignalType { NoSignalType =-1 , Wire , Strip , MaxSignalType } |
| enum | MultipletType { NoMultipletType =-1 , Doublet , Triplet , Inner , MaxChamberType } |
| enum | RegionType { NoRegionType =-1 , Endcap , Forward , MaxRegionType } |
Public Member Functions | |
| TGCId (IdType vtype=IdType::NoIdType) | |
| virtual | ~TGCId ()=default |
| virtual bool | isValid () const |
| IdType | getIdType (void) const |
| SideType | getSideType (void) const |
| ModuleType | getModuleType (void) const |
| SignalType | getSignalType (void) const |
| MultipletType | getMultipletType (void) const |
| RegionType | getRegionType (void) const |
| int | getSectorInReadout (void) const |
| virtual int | getSectorInOctant () const |
| virtual int | getSectorModule () const |
| int | getStation () const |
| int | getOctant () const |
| virtual int | getSector () const |
| int | getChamber () const |
| int | getId () const |
| int | getBlock () const |
| bool | isAside () const |
| bool | isCside () const |
| bool | isStrip () const |
| bool | isWire () const |
| bool | isTriplet () const |
| bool | isDoublet () const |
| bool | isInner () const |
| bool | isForward () const |
| bool | isEndcap () const |
| void | setSideType (SideType side) |
| void | setModuleType (ModuleType module) |
| void | setSignalType (SignalType signal) |
| void | setMultipletType (MultipletType multiplet) |
| void | setRegionType (RegionType region) |
| virtual void | setStation (int vstation) |
| virtual void | setOctant (int voctant) |
| virtual void | setSector (int vsector) |
| virtual void | setChamber (int chamber) |
| void | setId (int id) |
Static Public Attributes | |
| static constexpr int | NUM_STATIONS = 4 |
| in ChannelId | |
| static constexpr int | NUM_LAYERS = 9 |
| 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 {NoSideType} |
| ModuleType | m_module {NoModuleType} |
| SignalType | m_signal {NoSignalType} |
| MultipletType | m_multiplet {NoMultipletType} |
| RegionType | m_region {NoRegionType} |
| int | m_station {-1} |
| int | m_octant {-1} |
| int | m_sector {-1} |
| int | m_chamber {-1} |
| int | m_id {-1} |
Private Attributes | |
| IdType | m_idType {IdType::NoIdType} |
|
strong |
| Enumerator | |
|---|---|
| NoModuleType | |
| WD | |
| SD | |
| WT | |
| ST | |
| WI | |
| SI | |
| MaxModuleType | |
Definition at line 47 of file TGCId.h.
| Enumerator | |
|---|---|
| NoMultipletType | |
| Doublet | |
| Triplet | |
| Inner | |
| MaxChamberType | |
Definition at line 51 of file TGCId.h.
| Enumerator | |
|---|---|
| NoRegionType | |
| Endcap | |
| Forward | |
| MaxRegionType | |
Definition at line 53 of file TGCId.h.
| Enumerator | |
|---|---|
| NoSideType | |
| Aside | |
| Cside | |
| MaxSideType | |
Definition at line 45 of file TGCId.h.
| Enumerator | |
|---|---|
| NoSignalType | |
| Wire | |
| Strip | |
| MaxSignalType | |
Definition at line 49 of file TGCId.h.
| MuonTGC_Cabling::TGCId::TGCId | ( | TGCId::IdType | vtype = IdType::NoIdType | ) |
|
virtualdefault |
| int MuonTGC_Cabling::TGCId::getBlock | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
virtual |
Definition at line 13 of file TGCId.cxx.
| int MuonTGC_Cabling::TGCId::getSectorInReadout | ( | void | ) | const |
|
virtual |
Definition at line 112 of file TGCId.cxx.
|
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 18 of file TGCId.h.
|
inline |
|
inlinevirtual |
|
inline |
|
inlineprotected |
| void MuonTGC_Cabling::TGCId::setModuleType | ( | ModuleType | module | ) |
Definition at line 39 of file TGCId.cxx.
| void MuonTGC_Cabling::TGCId::setMultipletType | ( | MultipletType | multiplet | ) |
|
virtual |
|
protected |
|
inline |
|
virtual |
Reimplemented in MuonTGC_Cabling::TGCChannelASDIn, and MuonTGC_Cabling::TGCModuleId.
|
protected |
Definition at line 132 of file TGCId.cxx.
|
inline |
| void MuonTGC_Cabling::TGCId::setSignalType | ( | SignalType | signal | ) |
|
virtual |
|
protected |
|
private |
Definition at line 117 of file TGCId.h.
|
protected |
Definition at line 105 of file TGCId.h.
|
protected |
Definition at line 107 of file TGCId.h.
|
protected |
|
protected |
Definition at line 108 of file TGCId.h.
|
protected |
|
protected |
Definition at line 104 of file TGCId.h.
|
protected |
Definition at line 106 of file TGCId.h.
|
protected |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |