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::SignalType signal,
17 TGCId::RegionType region,
18 int sector,
19 int layer,
20 int chamber,
21 int channel);
22
24 TGCId::SignalType signal,
25 int octant,
26 int moduleSector,
27 int layer,
28 int chamber,
29 int channel);
30
31 virtual ~TGCChannelASDOut(void) = default;
32
33 virtual bool isValid(void) const;
34
35 private:
36 TGCChannelASDOut() = delete;
37};
38
39} // end of namespace
40
41#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)