ATLAS Offline Software
Loading...
Searching...
No Matches
TGCChannelPPOut.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONTGC_CABLING_TGCCHANNELPPOUT_HH
6#define MUONTGC_CABLING_TGCCHANNELPPOUT_HH
7
9
10namespace MuonTGC_Cabling {
11
13 public:
14 // Constructor & Destructor
16 TGCId::RegionType region, int sector, int id, int block,
17 int channel);
18
19 virtual ~TGCChannelPPOut() = default;
20
21 virtual std::unique_ptr<TGCModuleId> getModule() const override;
22
23 virtual bool isValid() const override;
24};
25
26} // namespace MuonTGC_Cabling
27
28#endif
TGCChannelId(ChannelIdType type=ChannelIdType::NoChannelIdType)
virtual bool isValid() const override
virtual ~TGCChannelPPOut()=default
TGCChannelPPOut(TGCId::SideType side, TGCId::ModuleType module, TGCId::RegionType region, int sector, int id, int block, int channel)
virtual std::unique_ptr< TGCModuleId > getModule() const override