/[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.10 by mocchiut, Mon Nov 27 14:25:34 2006 UTC revision 1.13 by mocchiut, Mon Feb 12 13:32:12 2007 UTC
# Line 177  class PamelaDBOperations { Line 177  class PamelaDBOperations {
177    
178   public:   public:
179      //      //
180      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
181      //      //
182      void Close(); // destructor      void Close(); // destructor
183      //      //
# Line 197  class PamelaDBOperations { Line 197  class PamelaDBOperations {
197      void SetNOBOOT(Bool_t noboot);      void SetNOBOOT(Bool_t noboot);
198      void SetOlderThan(Long64_t oldthan);      void SetOlderThan(Long64_t oldthan);
199      void SetTLEPath(TString str);      void SetTLEPath(TString str);
200      void SetOrbitNo();      void SetOrbitNo(UInt_t dwinput);
201      void SetNoFrag(Bool_t nf);      void SetNoFrag(Bool_t nf);
202      void SetAutoBoot(Bool_t nf);      void SetAutoBoot(Bool_t nf);
203      //      //
# Line 257  class PamelaDBOperations { Line 257  class PamelaDBOperations {
257    
258      // Functions for TLE      // Functions for TLE
259      Int_t populateTLE();      Int_t populateTLE();
260    
261        UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h);
262        UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h); };
263    
264        UInt_t Check();
265                    
266  };  };
267  #endif /* PAMELA_DB_OPERATIONS_H */  #endif /* PAMELA_DB_OPERATIONS_H */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.23