/[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.16 by mocchiut, Wed Sep 5 15:34:46 2007 UTC revision 1.19 by mocchiut, Wed Feb 6 12:22:00 2008 UTC
# Line 4  Line 4 
4  #include <iostream>  #include <iostream>
5  #include <list>  #include <list>
6    
7    #include <TFile.h>
8  #include <TSQLServer.h>  #include <TSQLServer.h>
9  #include <EventHeader.h>  #include <EventHeader.h>
10  #include <PscuHeader.h>  #include <PscuHeader.h>
# Line 91  class PamelaDBOperations { Line 92  class PamelaDBOperations {
92      Bool_t VALIDATE;      Bool_t VALIDATE;
93      Bool_t NOFRAG;      Bool_t NOFRAG;
94      Bool_t AUTOBOOT;      Bool_t AUTOBOOT;
95        Bool_t PEDANTIC;
96            
97      TDatime *clean_time;      TDatime *clean_time;
98            
# Line 205  class PamelaDBOperations { Line 207  class PamelaDBOperations {
207      void SetOrbitNo(UInt_t dwinput);      void SetOrbitNo(UInt_t dwinput);
208      void SetNoFrag(Bool_t nf);      void SetNoFrag(Bool_t nf);
209      void SetAutoBoot(Bool_t nf);      void SetAutoBoot(Bool_t nf);
210        void SetPedantic(Bool_t pd);
211      //      //
212      Bool_t SetID_RAW();      Bool_t SetID_RAW();
213      //      //
# Line 240  class PamelaDBOperations { Line 243  class PamelaDBOperations {
243      Int_t insertPamelaGL_TIMESYNC();      Int_t insertPamelaGL_TIMESYNC();
244      Int_t insertPamelaRUN();      Int_t insertPamelaRUN();
245      Int_t insertCALO_CALIB();      Int_t insertCALO_CALIB();
246        Int_t insertCALOPULSE_CALIB();
247      Int_t insertTRK_CALIB();      Int_t insertTRK_CALIB();
248      Int_t insertS4_CALIB();      Int_t insertS4_CALIB();
249      Int_t CleanGL_RUN_FRAGMENTS();      Int_t CleanGL_RUN_FRAGMENTS();

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

  ViewVC Help
Powered by ViewVC 1.1.23