QATree.hh

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 

Generated on Tue Nov 16 10:49:59 2010 for CUORE Software by  doxygen 1.5.6