Diana Software
QCOFData.hh
Go to the documentation of this file.
1 #ifndef _Q_COFDATA_HH_
2 #define _Q_COFDATA_HH_
3 
13 #include "QObject.hh"
14 
15 class QCOFData : public Diana::QObject {
16 
17  public:
19  void Clear()
20  {
22  }
23 
24  double fResolutionmV;
25 
26 
27  private:
28 
30 
31 };
32 
33 #endif
#define Q_DOUBLE_DEFAULT
Definition: QDiana.hh:24
general quantities about COF
Definition: QCOFData.hh:15
double fResolutionmV
Definition: QCOFData.hh:24
void Clear()
clear members
Definition: QCOFData.hh:19
QObjectDef(QCOFData, 3)