00001 #ifndef _QATREE_HH 00002 #define _QATREE_HH 00003 00004 #include <QBaseTree.hh> 00005 00006 class QAEventR; 00007 00008 class QATree : public QBaseTree { 00009 public: 00010 00011 QATree(); 00012 QATree(const char* title); 00013 ~QATree(); 00014 00015 TBranch* EventBranch(QAEventR** ev); 00016 void SetEventBranchAddress(QAEventR**); 00017 private: 00018 00019 00020 ClassDef(QATree,1); 00021 }; 00022 00023 #endif 00024