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