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