ATLAS Offline Software
VP1GeometryChannel.h
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 // Header file for class VP1GeometryChannel //
8 // //
9 // Author: Thomas Kittelmann <Thomas.Kittelmann@cern.ch> //
10 // //
11 // Initial version: May 2007 //
12 // //
14 
15 #ifndef VP1GEOMETRYCHANNEL_H
16 #define VP1GEOMETRYCHANNEL_H
17 
19 
21 
22  Q_OBJECT
23 
24 public:
25 
27  void init();
28  virtual ~VP1GeometryChannel(){}
29 
30 };
31 
32 #endif
VP1GeometryChannel::~VP1GeometryChannel
virtual ~VP1GeometryChannel()
Definition: VP1GeometryChannel.h:28
VP1GeometryChannel::VP1GeometryChannel
VP1GeometryChannel()
Definition: VP1GeometryChannel.cxx:20
IVP13DStandardChannelWidget.h
IVP13DStandardChannelWidget
Definition: IVP13DStandardChannelWidget.h:24
VP1GeometryChannel::init
void init()
Definition: VP1GeometryChannel.cxx:27
VP1GeometryChannel
Definition: VP1GeometryChannel.h:20