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_H_
6#define MUONTGC_CABLING_TGCCHANNELPPOUT_H_
7
9
10namespace MuonTGC_Cabling {
11
13 public:
16 int sector, int id, int block, int channel);
17
18 virtual ~TGCChannelPPOut() = default;
19
20 virtual std::unique_ptr<TGCModuleId> getModule() const override;
21
22 virtual bool isValid() const override;
23};
24
25} // namespace MuonTGC_Cabling
26
27#endif
TGCChannelId(ChannelIdType type=ChannelIdType::NoChannelIdType)
virtual bool isValid() const override
virtual ~TGCChannelPPOut()=default
TGCChannelPPOut(TGCId::SideType side, TGCId::StationType station, TGCId::ModuleType module, TGCId::RegionType region, int sector, int id, int block, int channel)
virtual std::unique_ptr< TGCModuleId > getModule() const override