/[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.4 by pam-fi, Fri Oct 31 11:21:42 2008 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  // ==================================================================  // ==================================================================
# Line 399  class GL_TIMESYNC : public GL_TABLES { Line 400  class GL_TIMESYNC : public GL_TABLES {
400      //      //
401      GL_TIMESYNC();      GL_TIMESYNC();
402      GL_TIMESYNC(UInt_t ID, TString TYPE, TSQLServer *dbc);      GL_TIMESYNC(UInt_t ID, TString TYPE, TSQLServer *dbc);
403        GL_TIMESYNC(UInt_t ID, TString TYPE, TSQLServer *dbc, Bool_t usel0file);
404      //      //
405      UInt_t DBabsTime(UInt_t OBT);      UInt_t DBabsTime(UInt_t OBT);
406      UInt_t ResursTime(UInt_t OBT);      UInt_t ResursTime(UInt_t OBT);

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

  ViewVC Help
Powered by ViewVC 1.1.23