Diana Software
QATree.cc
Go to the documentation of this file.
1 #include "QATree.hh"
2 
4 
6 }
7 
8 QATree::QATree(const char* title): QBaseTree(QATREE,title) {
9 }
10 
12 }
ClassImp(QATree)
TTree used in old apollo root files.
Definition: QATree.hh:14
~QATree()
Definition: QATree.cc:11
QATree()
Definition: QATree.cc:5
abstract class for diana trees
Definition: QBaseTree.hh:27