/[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.18 by mocchiut, Fri Sep 7 21:10:56 2007 UTC
# Line 38  class GL_TABLES : public TObject { Line 38  class GL_TABLES : public TObject {
38      //      //
39      void Set(TString, TString, TString);      void Set(TString, TString, TString);
40      //      //
41      Bool_t IsConnected(TSQLServer *);      Bool_t IsConnected(TSQLServer *&);
42      //      //
43      void ResetCounters();      void ResetCounters();
44      void AddQ();      void AddQ();
# Line 178  class GL_RUN : public GL_TABLES { Line 178  class GL_RUN : public GL_TABLES {
178      UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);};      UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);};
179      UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);};      UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);};
180      UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);};      UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);};
181        //
182        GL_RUN* GetGL_RUN(){return this;};
183      //      //
184      ClassDef(GL_RUN,1);      ClassDef(GL_RUN,1);
185  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.23