ATLAS Offline Software
Loading...
Searching...
No Matches
TGCChannelASDIn.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_TGCCHANNELASDIN_HH
6#define MUONTGC_CABLING_TGCCHANNELASDIN_HH
7
9
10namespace MuonTGC_Cabling {
11
13 public:
14 // Constructor & Destructor
16 TGCId::RegionType region, int sector, int layer,
17 int chamber, int channel);
18
19 virtual ~TGCChannelASDIn() = default;
20
21 virtual void setSector(int sector) override;
22
23 virtual int getSector() const override;
24
25 virtual bool isValid() const override ;
26};
27
28} // namespace MuonTGC_Cabling
29
30#endif
virtual bool isValid() const override
TGCChannelASDIn(TGCId::SideType side, TGCId::SignalType signal, TGCId::RegionType region, int sector, int layer, int chamber, int channel)
virtual int getSector() const override
virtual void setSector(int sector) override
virtual ~TGCChannelASDIn()=default
TGCChannelId(ChannelIdType type=ChannelIdType::NoChannelIdType)