ATLAS Offline Software
Loading...
Searching...
No Matches
TGCChannelASDIn.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 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{
12
14{
15public:
16 // Constructor & Destructor
18 TGCId::SignalType signal,
19 TGCId::RegionType region,
20 int sector,
21 int layer,
22 int chamber,
23 int channel);
24
25 virtual ~TGCChannelASDIn(void) {}
26
27 virtual void setSector(int sector);
28
29 virtual int getSector(void) const;
30
31 virtual bool isValid(void) const;
32
33private:
35};
36
37} // end of namespace
38
39#endif
TGCChannelASDIn(TGCId::SideType side, TGCId::SignalType signal, TGCId::RegionType region, int sector, int layer, int chamber, int channel)
virtual void setSector(int sector)
virtual int getSector(void) const
virtual bool isValid(void) const
TGCChannelId(ChannelIdType type=ChannelIdType::NoChannelIdType)