/[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.3 by mocchiut, Wed Sep 6 11:04:38 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 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    
282    
283      ClassDef(GL_TIMESYNC,1);      ClassDef(GL_TIMESYNC,1);

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

  ViewVC Help
Powered by ViewVC 1.1.23