Diana Software
QiTree.hh
Go to the documentation of this file.
1 #ifndef _QITREE_HH
2 #define _QITREE_HH
3 
4 #include <QBaseTree.hh>
5 
6 class QiEventR;
7 
15 class QiTree : public QBaseTree {
16  public:
17  QiTree();
18  QiTree(const char* title);
19  ~QiTree();
20  private:
21 
23 };
24 
25 #endif
26 
abstract class for diana trees
Definition: QBaseTree.hh:27
TTree used in cuoricino VXI raw data files converted to old format root files.
Definition: QiTree.hh:15
QiTree()
Definition: QiTree.cc:5
ClassDef(QiTree, 2)
~QiTree()
Definition: QiTree.cc:11