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