ATLAS Offline Software
Loading...
Searching...
No Matches
TGCChannelASDOut.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONTGC_CABLING_TGCCHANNELASDOUT_H
6#define MUONTGC_CABLING_TGCCHANNELASDOUT_H
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 TGCChannelASDOut(TGCId::SideType side, TGCId::SignalType signal, int octant,
20 int moduleSector, int layer, int chamber, int channel);
21
22 virtual ~TGCChannelASDOut(void) = default;
23
24 virtual bool isValid(void) const;
25
26 private:
27 TGCChannelASDOut() = delete;
28};
29
30} // namespace MuonTGC_Cabling
31
32#endif
TGCChannelASDOut(TGCId::SideType side, TGCId::SignalType signal, TGCId::RegionType region, int sector, int layer, int chamber, int channel)
virtual ~TGCChannelASDOut(void)=default
TGCChannelId(ChannelIdType type=ChannelIdType::NoChannelIdType)