QTree.hh

Go to the documentation of this file.
00001 #ifndef _QTREE_HH
00002 #define _QTREE_HH
00003 
00008 #include <QBaseTree.hh>
00009 
00010 class QBaseEventR;
00011 class QEventR;
00012 
00013 class QTree : public QBaseTree {
00014         public:
00015                 QTree();
00016                 QTree(const char* title);
00017                 ~QTree();
00018                 TBranch* EventBranch(QEventR** ev); 
00019                 void SetEventBranchAddress(QBaseEventR**);
00020         private:
00021 
00022                 ClassDef(QTree,1);
00023 };
00024 
00025 #endif
00026 

Generated on Tue Nov 16 10:50:00 2010 for CUORE Software by  doxygen 1.5.6