![]() |
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 , 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 | |
| TGCChannelId (ChannelIdType type=ChannelIdType::NoChannelIdType) | |
| virtual | ~TGCChannelId (void)=default |
| virtual TGCModuleId * | getModule (void) const |
| virtual bool | operator== (const TGCChannelId &channelId) const |
| virtual bool | isValid () const |
| ChannelIdType | getChannelIdType () const |
| int | getLayer () const |
| int | getBlock () const |
| int | getChannel () const |
| virtual int | getGasGap () const |
| void | setChannelIdType (ChannelIdType type) |
| void | setLayer (int layer) |
| virtual void | setBlock (int block) |
| virtual void | setChannel (int channel) |
| bool | isBackward () 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 |
| 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 | |
| ChannelIdType | m_channelType {ChannelIdType::NoChannelIdType} |
| int | m_layer {-1} |
| int | m_block {-1} |
| int | m_channel {-1} |
| 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} |
Definition at line 14 of file TGCChannelId.h.
|
strong |
| Enumerator | |
|---|---|
| NoChannelIdType | |
| ASDIn | |
| ASDOut | |
| PPIn | |
| PPOut | |
| SLBIn | |
| SLBOut | |
| HPBIn | |
Definition at line 17 of file TGCChannelId.h.
|
stronginherited |
|
inherited |
| Enumerator | |
|---|---|
| NoModuleType | |
| WD | |
| SD | |
| WT | |
| ST | |
| WI | |
| SI | |
| MaxModuleType | |
Definition at line 47 of file TGCId.h.
|
inherited |
| Enumerator | |
|---|---|
| NoMultipletType | |
| Doublet | |
| Triplet | |
| Inner | |
| MaxChamberType | |
Definition at line 51 of file TGCId.h.
|
inherited |
| Enumerator | |
|---|---|
| NoRegionType | |
| Endcap | |
| Forward | |
| MaxRegionType | |
Definition at line 53 of file TGCId.h.
|
inherited |
| Enumerator | |
|---|---|
| NoSideType | |
| Aside | |
| Cside | |
| MaxSideType | |
Definition at line 45 of file TGCId.h.
|
inherited |
| Enumerator | |
|---|---|
| NoSignalType | |
| Wire | |
| Strip | |
| MaxSignalType | |
Definition at line 49 of file TGCId.h.
|
inline |
Definition at line 24 of file TGCChannelId.h.
|
virtualdefault |
| int MuonTGC_Cabling::TGCChannelId::getBlock | ( | ) | const |
Definition at line 28 of file TGCChannelId.cxx.
|
inlineinherited |
| int MuonTGC_Cabling::TGCChannelId::getChannel | ( | ) | const |
Definition at line 29 of file TGCChannelId.cxx.
| TGCChannelId::ChannelIdType MuonTGC_Cabling::TGCChannelId::getChannelIdType | ( | ) | const |
Definition at line 26 of file TGCChannelId.cxx.
|
virtual |
Definition at line 31 of file TGCChannelId.cxx.
|
inlineinherited |
| int MuonTGC_Cabling::TGCChannelId::getLayer | ( | ) | const |
Definition at line 27 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 30 of file TGCChannelId.h.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
|
virtualinherited |
Definition at line 13 of file TGCId.cxx.
|
inherited |
|
virtualinherited |
Definition at line 112 of file TGCId.cxx.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
| bool MuonTGC_Cabling::TGCChannelId::isBackward | ( | ) | const |
Definition at line 76 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 34 of file TGCChannelId.h.
|
inlineinherited |
|
virtual |
Definition at line 9 of file TGCChannelId.cxx.
|
virtual |
Definition at line 67 of file TGCChannelId.cxx.
|
inlinevirtualinherited |
|
virtual |
Reimplemented in MuonTGC_Cabling::TGCChannelSLBIn.
Definition at line 71 of file TGCChannelId.cxx.
| void MuonTGC_Cabling::TGCChannelId::setChannelIdType | ( | ChannelIdType | type | ) |
Definition at line 41 of file TGCChannelId.cxx.
|
inlineinherited |
|
inlineprotectedinherited |
| void MuonTGC_Cabling::TGCChannelId::setLayer | ( | int | layer | ) |
Definition at line 45 of file TGCChannelId.cxx.
|
inherited |
|
inherited |
|
virtualinherited |
|
protectedinherited |
|
inlineinherited |
|
virtualinherited |
Reimplemented in MuonTGC_Cabling::TGCChannelASDIn, and MuonTGC_Cabling::TGCModuleId.
|
protectedinherited |
Definition at line 132 of file TGCId.cxx.
|
inlineinherited |
|
inherited |
|
virtualinherited |
|
protected |
Definition at line 52 of file TGCChannelId.h.
|
protectedinherited |
|
protected |
Definition at line 53 of file TGCChannelId.h.
|
protected |
Definition at line 50 of file TGCChannelId.h.
|
protectedinherited |
|
privateinherited |
Definition at line 117 of file TGCId.h.
|
protected |
Definition at line 51 of file TGCChannelId.h.
|
protectedinherited |
Definition at line 105 of file TGCId.h.
|
protectedinherited |
Definition at line 107 of file TGCId.h.
|
protectedinherited |
|
protectedinherited |
Definition at line 108 of file TGCId.h.
|
protectedinherited |
|
protectedinherited |
Definition at line 104 of file TGCId.h.
|
protectedinherited |
Definition at line 106 of file TGCId.h.
|
protectedinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |