ATLAS Offline Software
Loading...
Searching...
No Matches
TGCModuleSROD.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace MuonTGC_Cabling {
8
9// Constructor
12 setSideType(vside);
13 setReadoutSector(vreadoutSector);
14 int srodId = vreadoutSector + 1;
15 setId(srodId);
16}
17
19 return (getSideType() > TGCId::NoSideType) &&
22}
23
24} // namespace MuonTGC_Cabling
void setSideType(SideType side)
Definition TGCId.h:194
void setId(int id)
Definition TGCId.h:206
static constexpr int N_RODS
Definition TGCId.h:44
SideType getSideType() const
Definition TGCId.h:134
void setReadoutSector(int sector)
Definition TGCModuleId.h:39
TGCModuleId(ModuleIdType type=NoModuleIdType)
Definition TGCModuleId.h:27
TGCModuleSROD(TGCId::SideType side, int readoutSector)