/[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.12 by mocchiut, Mon Dec 4 11:32:06 2006 UTC revision 1.14 by mocchiut, Wed Feb 14 10:54:57 2007 UTC
# Line 58  class PamelaDBOperations { Line 58  class PamelaDBOperations {
58      UInt_t idroot;      UInt_t idroot;
59      UInt_t pktfirst;      UInt_t pktfirst;
60      UInt_t obtfirst;      UInt_t obtfirst;
61        UInt_t ppktfirst;
62        UInt_t pobtfirst;
63      Long64_t upperobt;      Long64_t upperobt;
64      Long64_t upperpkt;      Long64_t upperpkt;
65      UInt_t upperentry;      UInt_t upperentry;
# Line 177  class PamelaDBOperations { Line 179  class PamelaDBOperations {
179    
180   public:   public:
181      //      //
182      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); // 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); // constructor
183      //      //
184      void Close(); // destructor      void Close(); // destructor
185      //      //
# Line 197  class PamelaDBOperations { Line 199  class PamelaDBOperations {
199      void SetNOBOOT(Bool_t noboot);      void SetNOBOOT(Bool_t noboot);
200      void SetOlderThan(Long64_t oldthan);      void SetOlderThan(Long64_t oldthan);
201      void SetTLEPath(TString str);      void SetTLEPath(TString str);
202      void SetOrbitNo();      void SetOrbitNo(UInt_t dwinput);
203      void SetNoFrag(Bool_t nf);      void SetNoFrag(Bool_t nf);
204      void SetAutoBoot(Bool_t nf);      void SetAutoBoot(Bool_t nf);
205      //      //

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.23