ATLAS Offline Software
Loading...
Searching...
No Matches
TGCModuleROD.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 rodId = vreadoutSector + 1;
15 setId(rodId);
16}
17
22 return true;
23 }
24 return false;
25}
26
27} // 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
virtual bool isValid() const
TGCModuleROD(TGCId::SideType side, int readoutSector)