ATLAS Offline Software
VP1LegoChannel.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 VP1LEGOCHANNEL_H
6 #define VP1LEGOCHANNEL_H
7 
9 
11 {
12 
13  Q_OBJECT
14 
15 public:
16 
18  void init();
19  virtual ~VP1LegoChannel(){}
20 
21 };
22 
23 #endif
24 
VP1LegoChannel::~VP1LegoChannel
virtual ~VP1LegoChannel()
Definition: VP1LegoChannel.h:19
VP1LegoChannel::VP1LegoChannel
VP1LegoChannel()
Definition: VP1LegoChannel.cxx:10
VP1LegoChannel::init
void init()
Definition: VP1LegoChannel.cxx:17
IVP13DStandardChannelWidget.h
IVP13DStandardChannelWidget
Definition: IVP13DStandardChannelWidget.h:24
VP1LegoChannel
Definition: VP1LegoChannel.h:11