ATLAS Offline Software
Loading...
Searching...
No Matches
TGCModuleROD.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONTGC_CABLING_TGCMODULEROD_HH
6#define MUONTGC_CABLING_TGCMODULEROD_HH
7
9
10namespace MuonTGC_Cabling
11{
12
14{
15public:
16 // Constructor & Destructor
18 int readoutSector);
19
20 virtual ~TGCModuleROD(void) {}
21
22 virtual bool isValid(void) const;
23
24private:
25 TGCModuleROD(void) {}
26};
27
28} // end of namespace
29
30#endif
TGCModuleId(ModuleIdType type=NoModuleIdType)
Definition TGCModuleId.h:20
TGCModuleROD(TGCId::SideType side, int readoutSector)
virtual bool isValid(void) const