/[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.4 by pam-fi, Mon Sep 11 16:38:18 2006 UTC revision 1.5 by mocchiut, Tue Sep 12 07:28:45 2006 UTC
# Line 149  class PamelaDBOperations { Line 149  class PamelaDBOperations {
149      Bool_t IsDebug(){return(debug);};      Bool_t IsDebug(){return(debug);};
150      Bool_t IsRunAlreadyInserted();      Bool_t IsRunAlreadyInserted();
151      Bool_t IsRunConsistent(Bool_t mishead, Bool_t mistrail, UInt_t &firstev, UInt_t &lastev);      Bool_t IsRunConsistent(Bool_t mishead, Bool_t mistrail, UInt_t &firstev, UInt_t &lastev);
152          //      //
153          Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2);      Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2);
154          //      //
155      UInt_t PKT(UInt_t pkt_num);      UInt_t PKT(UInt_t pkt_num);
156      //      //
157      ULong64_t OBT(UInt_t obt);      ULong64_t OBT(UInt_t obt);
# Line 159  class PamelaDBOperations { Line 159  class PamelaDBOperations {
159    
160   public:   public:
161      //      //
162      PamelaDBOperations(TString host, TString user, TString password, TString filerawname, TString filerootname, UInt_t boot, UInt_t tsync, UInt_t obt0, Bool_t debug, Long64_t olderthan); // constructor      PamelaDBOperations(TString host, TString user, TString password, TString filerawname, TString filerootname, UInt_t boot, UInt_t tsync, UInt_t obt0, Bool_t debug); // constructor
163      //      //
164      void Close(); // destructor      void Close(); // destructor
165      //      //
# Line 217  class PamelaDBOperations { Line 217  class PamelaDBOperations {
217      Int_t insertS4_CALIB();      Int_t insertS4_CALIB();
218      Int_t CleanGL_RUN_FRAGMENTS();      Int_t CleanGL_RUN_FRAGMENTS();
219      Int_t ValidateRuns();      Int_t ValidateRuns();
220          Int_t assignVALIDATION(UInt_t ,Bool_t );      Int_t assignVALIDATION(UInt_t ,Bool_t );
221          //      //
222  //    void OpenFile();      //    void OpenFile();
223        void CheckValidate(Long64_t olderthan);
224      void CheckConnection();      void CheckConnection();
225        void CheckFile();
226      //      //
227                    
228          Bool_t InsertRoot(){return(INSERT_ROOT);};          Bool_t InsertRoot(){return(INSERT_ROOT);};

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23