/[PAMELA software]/YodaProfiler/inc/PamelaDBOperations.h
ViewVC logotype

Diff of /YodaProfiler/inc/PamelaDBOperations.h

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

revision 1.15 by mocchiut, Tue Apr 17 12:06:47 2007 UTC revision 1.16 by mocchiut, Wed Sep 5 15:34:46 2007 UTC
# Line 180  class PamelaDBOperations { Line 180  class PamelaDBOperations {
180    
181   public:   public:
182      //      //
183      PamelaDBOperations(TString host, TString user, TString password, TString filerawname, TString filerootname, UInt_t boot, UInt_t tsync, UInt_t obt0, Bool_t debug, TString tlefilename,UInt_t dwinput, Bool_t staticp); // constructor      PamelaDBOperations(TString host, TString user, TString password, TString filerawname, TString filerootname, UInt_t boot, UInt_t tsync, UInt_t obt0, Bool_t debug, TString tlefilename,UInt_t dwinput, Bool_t staticp, Bool_t gpamela); // constructor
184      //      //
185      void Close(); // destructor      void Close(); // destructor
186      //      //
# Line 189  class PamelaDBOperations { Line 189  class PamelaDBOperations {
189      //      //
190      void SetConnection(TString host, TString user, TString password);      void SetConnection(TString host, TString user, TString password);
191      void SetBOOTnumber(UInt_t boot);      void SetBOOTnumber(UInt_t boot);
192        void SetBOOTnumber(UInt_t boot, Bool_t gpamela);
193      void SetRawName(TString str);      void SetRawName(TString str);
194      void SetRootName(TString str);      void SetRootName(TString str);
195      void SetDebugFlag(Bool_t debug);      void SetDebugFlag(Bool_t debug);
196      void SetID_RAW(UInt_t idr);      void SetID_RAW(UInt_t idr);
197      void SetID_ROOT(UInt_t idr);      void SetID_ROOT(UInt_t idr);
198      void SetTsync(UInt_t ts);      void SetTsync(UInt_t ts);
199        void SetTsync(UInt_t ts, Bool_t gpamela);
200      void SetObt0(UInt_t ts);      void SetObt0(UInt_t ts);
201      void SetCommonGLRUN(UInt_t absth, UInt_t abstt);      void SetCommonGLRUN(UInt_t absth, UInt_t abstt);
202      void SetNOBOOT(Bool_t noboot);      void SetNOBOOT(Bool_t noboot);

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

  ViewVC Help
Powered by ViewVC 1.1.23