/[PAMELA software]/DarthVader/RunInfo/inc/RunInfo.h
ViewVC logotype

Diff of /DarthVader/RunInfo/inc/RunInfo.h

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

revision 1.7 by mocchiut, Mon Nov 27 16:34:47 2006 UTC revision 1.8 by mocchiut, Fri Nov 23 16:42:45 2007 UTC
# Line 32  class SoftInfo : public TObject { Line 32  class SoftInfo : public TObject {
32      //      //
33      SoftInfo();      SoftInfo();
34    
35      void Clear();      void Clear(Option_t *t="");
36      void GetLevel2Struct(cSoftInfo *l2) const;      void GetLevel2Struct(cSoftInfo *l2) const;
37      SoftInfo*   GetSoftInfo(){return this;};        SoftInfo*   GetSoftInfo(){return this;};  
38      UInt_t GetSWinfo(TString DEC);      UInt_t GetSWinfo(TString DEC);
# Line 89  class ItoRunInfo : public GL_RUN { Line 89  class ItoRunInfo : public GL_RUN {
89      Int_t GetRunInfo(UInt_t run);      Int_t GetRunInfo(UInt_t run);
90      UInt_t GetRunForEntry(UInt_t entry);      UInt_t GetRunForEntry(UInt_t entry);
91      void Close();      void Close();
92      void Clear();      void Clear(Option_t *t="");
93      //      //
94      void *GetPointerToSI(){return &version;};      void *GetPointerToSI(){return &version;};
95      void *GetPointerToRI(){return this;};      void *GetPointerToRI(){return this;};

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23