ATLAS Offline Software
Loading...
Searching...
No Matches
TGCModuleSL.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 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
23 (getOctant() < 8)) {
24 return true;
25 }
26 return false;
27}
28
29} // namespace MuonTGC_Cabling
void setSideType(SideType side)
Definition TGCId.h:194
int getOctant() const
Definition TGCId.h:153
void setRegionType(RegionType region)
Definition TGCId.h:198
RegionType getRegionType() const
Definition TGCId.h:146
SideType getSideType() const
Definition TGCId.h:134
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)