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
12class TGCModuleSL : public TGCModuleId {
13 public:
14 // Constructor & Destructor
15 TGCModuleSL(TGCId::SideType side, TGCId::RegionType region, int sector);
16
17 virtual ~TGCModuleSL() = default;
18
19 virtual bool isValid() const;
20};
21
22} // namespace MuonTGC_Cabling
23
24#endif
TGCModuleId(ModuleIdType type=NoModuleIdType)
Definition TGCModuleId.h:27
virtual bool isValid() const
TGCModuleSL(TGCId::SideType side, TGCId::RegionType region, int sector)
virtual ~TGCModuleSL()=default