Diana Software
QChannelRunDataHandle.hh
Go to the documentation of this file.
1 #ifndef Q_CHANNEL_RUNDATA_HANDLE_HH_
2 #define Q_CHANNEL_RUNDATA_HANDLE_HH_
3 
4 #include "QChannelRunData.hh"
5 #include "QGlobalHandle.hh"
6 
7 class QChannelRunDataHandle : public Diana::GlobalHandle<QChannelRunData>
8 {
9  public:
10  QChannelRunDataHandle(const int run, const int channel, const std::string& name = "ChannelRunData");
11 
13 
14  private:
15  // QRootCintGlobalHandle(QChannelRunDataHandle)
16 };
17 #endif
const int channel
QChannelRunDataHandle(const int run, const int channel, const std::string &name="ChannelRunData")
error class with error type and description
Definition: QError.hh:115