ATLAS Offline Software
Loading...
Searching...
No Matches
TGCModuleROD.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
12 setSideType(vside);
13 setReadoutSector(vreadoutSector);
14 int rodId = vreadoutSector + 1;
15 setId(rodId);
16}
17
21 return true;
22 }
23 return false;
24}
25
26} // namespace MuonTGC_Cabling
void setSideType(SideType side)
Definition TGCId.h:182
void setId(int id)
Definition TGCId.h:194
static constexpr int N_RODS
Definition TGCId.h:46
SideType getSideType() const
Definition TGCId.h:125
void setReadoutSector(int sector)
Definition TGCModuleId.h:39
TGCModuleId(ModuleIdType type=NoModuleIdType)
Definition TGCModuleId.h:27
virtual bool isValid() const
TGCModuleROD(TGCId::SideType side, int readoutSector)