ATLAS Offline Software
TGCChannelId.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 namespace MuonTGC_Cabling {
8 
10 {
11  if((this->getChannelIdType()==channelId.getChannelIdType())&&
12  (this->getSideType() ==channelId.getSideType()) &&
13  (this->getRegionType() ==channelId.getRegionType()) &&
14  (this->getSignalType() ==channelId.getSignalType()) &&
15  (this->getModuleType() ==channelId.getModuleType()) &&
16  (this->getSector() ==channelId.getSector()) &&
17  (this->getLayer() ==channelId.getLayer()) &&
18  (this->getChamber() ==channelId.getChamber()) &&
19  (this->getId() ==channelId.getId()) &&
20  (this->getBlock() ==channelId.getBlock()) &&
21  (this->getChannel() ==channelId.getChannel()) )
22  return true;
23  return false;
24 }
25 
26 } //end of namespace
TGCIdBase::getChannelIdType
ChannelIdType getChannelIdType(void) const
Definition: TGCIdBase.cxx:36
TGCChannelId.h
MuonTGC_Cabling::TGCChannelId::operator==
virtual bool operator==(const TGCChannelId &channelId) const
Definition: TGCChannelId.cxx:9
MuonTGC_Cabling
Definition: TGCCable.h:13
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122
MuonTGC_Cabling::TGCChannelId
Definition: TGCChannelId.h:15