Diana Software
QTFilePointer.hh
Go to the documentation of this file.
1 #ifndef _Q_TFILEPOINTER_HH_
2 #define _Q_TFILEPOINTER_HH_
3 
15 #include "QObject.hh"
16 #include <TFile.h>
17 
18 class QTFilePointer : public Diana::QObject {
19 
20  public:
22  void Clear()
23  {
24  fP = 0;
25  }
26  // if this is class is a simple container, declare public members
27  TFile* fP;
28 
29  private:
30 
32 
33 };
34 
35 #endif
one-line description of your QObject
void Clear()
clear members
QObjectDef(QTFilePointer, 1)