ATLAS Offline Software
Loading...
Searching...
No Matches
TGCModuleSL.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace MuonTGC_Cabling {
8
9// Constructor
11 int vsector)
13 setSideType(vside);
14 setRegionType(vregion);
15 setSector(vsector);
16}
17
21 (getOctant() >= 0) && (getOctant() < 8)) {
22 return true;
23 }
24 return false;
25}
26
27} // namespace MuonTGC_Cabling
void setSideType(SideType side)
Definition TGCId.h:182
int getOctant() const
Definition TGCId.h:141
void setRegionType(RegionType region)
Definition TGCId.h:186
RegionType getRegionType() const
Definition TGCId.h:137
SideType getSideType() const
Definition TGCId.h:125
virtual void setSector(int v_sector)
TGCModuleId(ModuleIdType type=NoModuleIdType)
Definition TGCModuleId.h:27
virtual bool isValid() const
TGCModuleSL(TGCId::SideType side, TGCId::RegionType region, int sector)