/[PAMELA software]/chewbacca/YodaProfiler/inc/GLTables.h
ViewVC logotype

Diff of /chewbacca/YodaProfiler/inc/GLTables.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mocchiut, Tue Jan 27 11:38:12 2009 UTC revision 1.6 by mocchiut, Tue Aug 4 13:58:14 2009 UTC
# Line 33  class GL_TABLES : public TObject { Line 33  class GL_TABLES : public TObject {
33    
34   public:   public:
35      //      //
36      TString mh;      TString mh; //!
37      TString mp;      TString mp; //!
38      TString mu;      TString mu; //!
39      GL_TABLES();        GL_TABLES();  
40      GL_TABLES(TString, TString, TString);      GL_TABLES(TString, TString, TString);
41      //      //
42      void Set(TString, TString, TString);      void Set(TString, TString, TString);
43      //      //
44      Bool_t IsConnected(TSQLServer *&);      //    Bool_t IsConnected(TSQLServer *&);
45        Bool_t IsConnected(TSQLServer *);
46      //      //
47      void ResetCounters();      void ResetCounters();
48      void AddQ();      void AddQ();
# Line 58  class GL_TABLES : public TObject { Line 59  class GL_TABLES : public TObject {
59      //      //
60      GL_TABLES *GetGLTABLES(){return this;};      GL_TABLES *GetGLTABLES(){return this;};
61      //      //
62      ClassDef(GL_TABLES,2);      ClassDef(GL_TABLES,0); // 2
63  };  };
64    
65  // ==================================================================  // ==================================================================

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23