ATLAS Offline Software
Loading...
Searching...
No Matches
TGCChannelPPOut.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_TGCCHANNELPPOUT_HH
6#define MUONTGC_CABLING_TGCCHANNELPPOUT_HH
7
9
10namespace MuonTGC_Cabling
11{
12
14{
15public:
16 // Constructor & Destructor
18 TGCId::ModuleType module,
19 TGCId::RegionType region,
20 int sector,
21 int id,
22 int block,
23 int channel);
24
25 virtual ~TGCChannelPPOut(void) {}
26
27 virtual TGCModuleId* getModule(void) const;
28
29 virtual bool isValid(void) const;
30
31private:
33};
34
35} // end of namespace
36
37#endif
TGCChannelId(ChannelIdType type=ChannelIdType::NoChannelIdType)
virtual bool isValid(void) const
virtual TGCModuleId * getModule(void) const
TGCChannelPPOut(TGCId::SideType side, TGCId::ModuleType module, TGCId::RegionType region, int sector, int id, int block, int channel)