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