![]() |
ATLAS Offline Software
|
#include <TGCChannelSLBIn.h>
Public Types | |
| enum | CellType { NoCellType =-1 , CellTrig =0 , CellA =1 , CellB =2 , CellC =3 , CellD =4 , MaxCellType } |
| 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 | |
| TGCChannelSLBIn (TGCId::SideType side, TGCId::ModuleType module, TGCId::RegionType region, int sector, int id, int channel) | |
| virtual | ~TGCChannelSLBIn (void) |
| virtual TGCModuleId * | getModule (void) const |
| virtual bool | isValid (void) const |
| virtual CellType | getCellType (void) const |
| virtual int | getChannelInCell (void) const |
| virtual int | getChannelInSLB (void) const |
| virtual void | setChannel (int channel) |
| virtual bool | operator== (const TGCChannelId &channelId) 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) |
| 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 Member Functions | |
| static int | convertChannelInCell (int channel) |
| static CellType | convertCellType (int channel) |
| static int | convertChannelInSLB (TGCId::ModuleType moduleType, CellType cellType, int channel) |
| static int | convertChannel (TGCId::ModuleType moduleType, CellType cellType, int channelInSLB) |
| static int | getLengthOfCell (CellType cellType) |
| static int | getOffsetOfCell (CellType cellType) |
| static int | getLengthOfSLB (TGCId::ModuleType moduleType, CellType cellType) |
| static int | getAdjacentOfCell (CellType cellType) |
| static int | getAdjacentOfSLB (TGCId::ModuleType moduleType, CellType cellType) |
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 Member Functions | |
| TGCChannelSLBIn (void) | |
Private Attributes | |
| CellType | m_cellType |
| int | m_channelInCell = 0 |
| int | m_channelInSLB = 0 |
| IdType | m_idType {IdType::NoIdType} |
Static Private Attributes | |
| static const int | s_lengthCell [] = {40, 36, 36, 44, 44} |
| static const int | s_offsetCell [] = { 0, 40, 76,112,156} |
| static const int | s_lengthWD [] = {40, 36, 36, 44, 44} |
| static const int | s_lengthSD [] = {40, 32, 32, 32, 32} |
| static const int | s_lengthWT [] = {40, 36, 36, 36, 36} |
| static const int | s_lengthST [] = {40, 32, 32, 32, 32} |
| static const int | s_adjacentCell [] = { 0, 2, 2, 6, 6} |
| static const int | s_adjacentWD [] = { 0, 2, 2, 6, 6} |
| static const int | s_adjacentSD [] = { 0, 0, 0, 0, 0} |
| static const int | s_adjacentWT [] = { 0, 2, 2, 2, 2} |
| static const int | s_adjacentST [] = { 0, 0, 0, 0, 0} |
Definition at line 13 of file TGCChannelSLBIn.h.
| Enumerator | |
|---|---|
| NoCellType | |
| CellTrig | |
| CellA | |
| CellB | |
| CellC | |
| CellD | |
| MaxCellType | |
Definition at line 32 of file TGCChannelSLBIn.h.
|
stronginherited |
| 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.
| MuonTGC_Cabling::TGCChannelSLBIn::TGCChannelSLBIn | ( | TGCId::SideType | side, |
| TGCId::ModuleType | module, | ||
| TGCId::RegionType | region, | ||
| int | sector, | ||
| int | id, | ||
| int | channel ) |
Definition at line 26 of file TGCChannelSLBIn.cxx.
|
inlinevirtual |
Definition at line 24 of file TGCChannelSLBIn.h.
|
inlineprivate |
Definition at line 77 of file TGCChannelSLBIn.h.
|
static |
Definition at line 168 of file TGCChannelSLBIn.cxx.
|
static |
Definition at line 202 of file TGCChannelSLBIn.cxx.
|
static |
Definition at line 144 of file TGCChannelSLBIn.cxx.
|
static |
Definition at line 192 of file TGCChannelSLBIn.cxx.
|
static |
Definition at line 116 of file TGCChannelSLBIn.cxx.
|
static |
Definition at line 121 of file TGCChannelSLBIn.cxx.
|
inherited |
Definition at line 28 of file TGCChannelId.cxx.
|
inlinevirtual |
Definition at line 50 of file TGCChannelSLBIn.h.
|
inlineinherited |
|
inherited |
Definition at line 29 of file TGCChannelId.cxx.
|
inherited |
Definition at line 26 of file TGCChannelId.cxx.
|
virtual |
Definition at line 212 of file TGCChannelSLBIn.cxx.
|
virtual |
Definition at line 216 of file TGCChannelSLBIn.cxx.
|
virtualinherited |
Definition at line 31 of file TGCChannelId.cxx.
|
inlineinherited |
|
inherited |
Definition at line 27 of file TGCChannelId.cxx.
|
static |
Definition at line 84 of file TGCChannelSLBIn.cxx.
|
static |
Definition at line 94 of file TGCChannelSLBIn.cxx.
|
virtual |
Reimplemented from MuonTGC_Cabling::TGCChannelId.
Definition at line 42 of file TGCChannelSLBIn.cxx.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
static |
Definition at line 89 of file TGCChannelSLBIn.cxx.
|
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 |
|
inherited |
Definition at line 76 of file TGCChannelId.cxx.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
virtual |
Reimplemented from MuonTGC_Cabling::TGCChannelId.
Definition at line 51 of file TGCChannelSLBIn.cxx.
|
inlineinherited |
|
virtualinherited |
Definition at line 9 of file TGCChannelId.cxx.
|
virtualinherited |
Definition at line 67 of file TGCChannelId.cxx.
|
inlinevirtualinherited |
|
virtual |
Reimplemented from MuonTGC_Cabling::TGCChannelId.
Definition at line 220 of file TGCChannelSLBIn.cxx.
|
inherited |
Definition at line 41 of file TGCChannelId.cxx.
|
inlineinherited |
|
inlineprotectedinherited |
|
inherited |
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 |
|
protectedinherited |
Definition at line 52 of file TGCChannelId.h.
|
private |
Definition at line 61 of file TGCChannelSLBIn.h.
|
protectedinherited |
|
protectedinherited |
Definition at line 53 of file TGCChannelId.h.
|
private |
Definition at line 62 of file TGCChannelSLBIn.h.
|
private |
Definition at line 63 of file TGCChannelSLBIn.h.
|
protectedinherited |
Definition at line 50 of file TGCChannelId.h.
|
protectedinherited |
|
privateinherited |
Definition at line 117 of file TGCId.h.
|
protectedinherited |
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 |
|
staticprivate |
Definition at line 71 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 73 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 75 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 72 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 74 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 65 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 68 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 70 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 67 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 69 of file TGCChannelSLBIn.h.
|
staticprivate |
Definition at line 66 of file TGCChannelSLBIn.h.