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

Diff of /YodaProfiler/inc/GLTables.h

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

revision 1.16 by mocchiut, Tue Apr 17 12:06:42 2007 UTC revision 1.19 by mocchiut, Sun Sep 9 18:59:41 2007 UTC
# Line 33  class GL_TABLES : public TObject { Line 33  class GL_TABLES : public TObject {
33    
34   public:   public:
35      //      //
36        TString mh;
37        TString mp;
38        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      //      //
46      void ResetCounters();      void ResetCounters();
47      void AddQ();      void AddQ();
# Line 46  class GL_TABLES : public TObject { Line 49  class GL_TABLES : public TObject {
49      const TString* GetHost(){return(fHost);};      const TString* GetHost(){return(fHost);};
50      const TString* GetUser(){return(fUser);};      const TString* GetUser(){return(fUser);};
51      const TString* GetPsw(){return(fPsw);};      const TString* GetPsw(){return(fPsw);};
52        TString CGetHost(){return(mh);};
53        TString CGetUser(){return(mu);};
54        TString CGetPsw(){return(mp);};
55      UInt_t GetfNquery(){return(fNquery);};      UInt_t GetfNquery(){return(fNquery);};
56      UInt_t GetNqueries();      UInt_t GetNqueries();
57      Bool_t IsSet(){return(fSet);};      Bool_t IsSet(){return(fSet);};
# Line 178  class GL_RUN : public GL_TABLES { Line 184  class GL_RUN : public GL_TABLES {
184      UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);};      UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);};
185      UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);};      UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);};
186      UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);};      UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);};
187        //
188        GL_RUN* GetGL_RUN(){return this;};
189      //      //
190      ClassDef(GL_RUN,1);      ClassDef(GL_RUN,1);
191  };  };

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.23