ATLAS Offline Software
Loading...
Searching...
No Matches
TGCModuleSL.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_TGCMODULESL_HH
6#define MUONTGC_CABLING_TGCMODULESL_HH
7
9
10namespace MuonTGC_Cabling
11{
12
14{
15public:
16 // Constructor & Destructor
18 TGCId::RegionType region,
19 int sector);
20
21 virtual ~TGCModuleSL(void) {}
22
23 virtual bool isValid(void) const;
24
25private:
26 TGCModuleSL(void) {}
27};
28
29} // end of namespace
30
31#endif
TGCModuleId(ModuleIdType type=NoModuleIdType)
Definition TGCModuleId.h:20
virtual bool isValid(void) const
TGCModuleSL(TGCId::SideType side, TGCId::RegionType region, int sector)