ATLAS Offline Software
TGCChannelSLBOut.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONTGC_CABLING_TGCCHANNELSLBOUT_HH
6 #define MUONTGC_CABLING_TGCCHANNELSLBOUT_HH
7 
9 
10 namespace MuonTGC_Cabling
11 {
12 
14 {
15 public:
16  // Constructor & Destructor
19  TGCIdBase::RegionType region,
20  int sector,
21  int id,
22  int block,
23  int channel);
24 
25  virtual ~TGCChannelSLBOut(void) {}
26 
27  virtual TGCModuleId* getModule(void) const;
28 
29  virtual bool isValid(void) const;
30 
31 private:
32  static const int s_numberOfBlockInWD;
33  static const int s_numberOfBlockInSD;
34  static const int s_numberOfBlockInWT;
35  static const int s_numberOfBlockInST;
36  static const int s_numberOfLayerInWD;
37  static const int s_numberOfLayerInSD;
38  static const int s_numberOfLayerInWT;
39  static const int s_numberOfLayerInST;
40  static const int s_channelInBlockForWD;
41  static const int s_channelInBlockForSD;
42  static const int s_channelInBlockForWT;
43  static const int s_channelInBlockForST;
44 
45 public:
46  static int getNumberOfBlock(TGCIdBase::ModuleType moduleType);
47  static int getNumberOfLayer(TGCIdBase::ModuleType moduleType);
48  static int getChannelInBlock(TGCIdBase::ModuleType moduleType);
49 
50 private:
52 
53 };
54 
55 } // end of namespace
56 
57 #endif
plotting.yearwise_efficiency.channel
channel
Definition: yearwise_efficiency.py:28
MuonTGC_Cabling::TGCChannelSLBOut::s_numberOfBlockInWD
static const int s_numberOfBlockInWD
Definition: TGCChannelSLBOut.h:32
MuonTGC_Cabling::TGCChannelSLBOut::s_channelInBlockForWD
static const int s_channelInBlockForWD
Definition: TGCChannelSLBOut.h:40
MuonTGC_Cabling::TGCChannelSLBOut::s_numberOfBlockInWT
static const int s_numberOfBlockInWT
Definition: TGCChannelSLBOut.h:34
MuonTGC_Cabling::TGCChannelSLBOut
Definition: TGCChannelSLBOut.h:14
MuonTGC_Cabling::TGCChannelSLBOut::s_numberOfLayerInWT
static const int s_numberOfLayerInWT
Definition: TGCChannelSLBOut.h:38
MuonTGC_Cabling::TGCChannelSLBOut::s_numberOfLayerInWD
static const int s_numberOfLayerInWD
Definition: TGCChannelSLBOut.h:36
MuonTGC_Cabling::TGCChannelSLBOut::s_channelInBlockForSD
static const int s_channelInBlockForSD
Definition: TGCChannelSLBOut.h:41
TRT::Hit::side
@ side
Definition: HitInfo.h:83
MuonTGC_Cabling::TGCChannelSLBOut::getNumberOfLayer
static int getNumberOfLayer(TGCIdBase::ModuleType moduleType)
Definition: TGCChannelSLBOut.cxx:88
MuonTGC_Cabling::TGCChannelSLBOut::~TGCChannelSLBOut
virtual ~TGCChannelSLBOut(void)
Definition: TGCChannelSLBOut.h:25
python.PyAthena.module
module
Definition: PyAthena.py:134
MuonTGC_Cabling::TGCChannelSLBOut::s_channelInBlockForST
static const int s_channelInBlockForST
Definition: TGCChannelSLBOut.h:43
TGCChannelId.h
MuonTGC_Cabling::TGCChannelSLBOut::getChannelInBlock
static int getChannelInBlock(TGCIdBase::ModuleType moduleType)
Definition: TGCChannelSLBOut.cxx:104
TGCIdBase::ModuleType
ModuleType
Definition: TGCIdBase.h:33
MuonTGC_Cabling
Definition: TGCCable.h:13
MuonTGC_Cabling::TGCChannelSLBOut::s_numberOfBlockInST
static const int s_numberOfBlockInST
Definition: TGCChannelSLBOut.h:35
TGCIdBase::RegionType
RegionType
Definition: TGCIdBase.h:39
MuonTGC_Cabling::TGCChannelSLBOut::s_channelInBlockForWT
static const int s_channelInBlockForWT
Definition: TGCChannelSLBOut.h:42
MuonTGC_Cabling::TGCChannelSLBOut::s_numberOfBlockInSD
static const int s_numberOfBlockInSD
Definition: TGCChannelSLBOut.h:33
MuonTGC_Cabling::TGCChannelId
Definition: TGCChannelId.h:15
MuonTGC_Cabling::TGCChannelSLBOut::isValid
virtual bool isValid(void) const
Definition: TGCChannelSLBOut.cxx:41
MuonTGC_Cabling::TGCChannelSLBOut::TGCChannelSLBOut
TGCChannelSLBOut(void)
Definition: TGCChannelSLBOut.h:51
TGCIdBase::SideType
SideType
Definition: TGCIdBase.h:31
MuonTGC_Cabling::TGCChannelSLBOut::s_numberOfLayerInST
static const int s_numberOfLayerInST
Definition: TGCChannelSLBOut.h:39
MuonTGC_Cabling::TGCModuleId
Definition: TGCModuleId.h:14
MuonTGC_Cabling::TGCChannelSLBOut::getModule
virtual TGCModuleId * getModule(void) const
Definition: TGCChannelSLBOut.cxx:31
MuonTGC_Cabling::TGCChannelSLBOut::getNumberOfBlock
static int getNumberOfBlock(TGCIdBase::ModuleType moduleType)
Definition: TGCChannelSLBOut.cxx:72
MuonTGC_Cabling::TGCChannelSLBOut::s_numberOfLayerInSD
static const int s_numberOfLayerInSD
Definition: TGCChannelSLBOut.h:37