/[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.1 by mocchiut, Wed Aug 30 11:18:13 2006 UTC revision 1.5 by mocchiut, Thu Sep 7 09:17:32 2006 UTC
# Line 112  class GL_RUN : public TObject { Line 112  class GL_RUN : public TObject {
112      UInt_t GetRUNHEADER_OBT(){return(RUNHEADER_OBT);};      UInt_t GetRUNHEADER_OBT(){return(RUNHEADER_OBT);};
113      UInt_t GetRUNTRAILER_OBT(){return(RUNTRAILER_OBT);};      UInt_t GetRUNTRAILER_OBT(){return(RUNTRAILER_OBT);};
114      UInt_t GetNEVENTS(){return(NEVENTS);};      UInt_t GetNEVENTS(){return(NEVENTS);};
115        UInt_t GetBOOT_NUMBER(){return(BOOT_NUMBER);};
116      UInt_t GetTRK_CALIB(){return(TRK_CALIB_USED);};      UInt_t GetTRK_CALIB(){return(TRK_CALIB_USED);};
117      UInt_t GetPKT_COUNTER(){return(PKT_COUNTER);};      UInt_t GetPKT_COUNTER(){return(PKT_COUNTER);};
118      UInt_t GetLAST_TIMESYNC(){return(LAST_TIMESYNC);};      UInt_t GetLAST_TIMESYNC(){return(LAST_TIMESYNC);};
# Line 222  class GL_CALO_CALIB : public TObject{ Line 223  class GL_CALO_CALIB : public TObject{
223    
224      GL_CALO_CALIB();      GL_CALO_CALIB();
225    
226      Int_t Query_GL_CALO_CALIB(UInt_t time, UInt_t section, TSQLServer *dbc);      Int_t Query_GL_CALO_CALIB(UInt_t time, UInt_t &uptime, UInt_t section, TSQLServer *dbc);
227    
228      ClassDef(GL_CALO_CALIB,1);      ClassDef(GL_CALO_CALIB,1);
229  };  };
# Line 276  class GL_TIMESYNC : public TObject{ Line 277  class GL_TIMESYNC : public TObject{
277      UInt_t DBpkt(UInt_t PKT);      UInt_t DBpkt(UInt_t PKT);
278      ULong64_t DBobt(UInt_t OBT);      ULong64_t DBobt(UInt_t OBT);
279      //      //
280        TString ConvertTime(TString tzone, UInt_t dbt);
281        TString UnConvertTime(TString tzone, UInt_t dbt);
282    
283    
284      ClassDef(GL_TIMESYNC,1);      ClassDef(GL_TIMESYNC,1);

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

  ViewVC Help
Powered by ViewVC 1.1.23