--- chewbacca/YodaProfiler/inc/GLTables.h 2009/08/04 13:58:14 1.6 +++ chewbacca/YodaProfiler/inc/GLTables.h 2009/12/14 16:53:41 1.7 @@ -6,6 +6,9 @@ #include #include #include +#include +#include +#include #include #include #include @@ -63,6 +66,24 @@ }; // ================================================================== +class Q2TH : public TObject { + private: + TSQLServer *dbc; + TSQLResult *pResult; + TSQLRow *Row; + TString fh; + TString fp; + TString fu; + + public: + + Q2TH(TString h="$PAM_DBHOST", TString u="$PAM_DBUSER", TString p="$PAM_DBPSW"); + + TObject *Draw(TString query, Bool_t verbose = false, TString hname="q2th"); + + ClassDef(Q2TH,1); // 2 + +}; /** * \brief Class to store GL_RUN data