/[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.1 by mocchiut, Wed Aug 30 11:18:13 2006 UTC revision 1.3 by pam-fi, Fri Sep 8 14:42:48 2006 UTC
# Line 5  Line 5 
5  #include <list>  #include <list>
6  //  //
7  #include <TSQLServer.h>  #include <TSQLServer.h>
 #include <TArrayD.h>  
8  //  //
9  #include <EventHeader.h>  #include <EventHeader.h>
10  #include <PscuHeader.h>  #include <PscuHeader.h>
# Line 50  class PamelaDBOperations { Line 49  class PamelaDBOperations {
49      UInt_t tsync;      UInt_t tsync;
50      UInt_t toffset;      UInt_t toffset;
51      //      //
52        Long64_t olderthan;
53        //
54      UInt_t BOOTNO;      UInt_t BOOTNO;
55      UInt_t obt0;      UInt_t obt0;
56      UInt_t id;      UInt_t id;
# Line 140  class PamelaDBOperations { Line 141  class PamelaDBOperations {
141      Bool_t IsDebug(){return(debug);};      Bool_t IsDebug(){return(debug);};
142      Bool_t IsRunAlreadyInserted();      Bool_t IsRunAlreadyInserted();
143      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);
144      //          //
145            Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2);
146            //
147      UInt_t PKT(UInt_t pkt_num);      UInt_t PKT(UInt_t pkt_num);
148      //      //
149      ULong64_t OBT(UInt_t obt);      ULong64_t OBT(UInt_t obt);
150      //      //
     TArrayD S4_paramfit(pamela::CalibS4Event *S4CalibEvent);  
     //  
151    
152   public:   public:
153      //      //
# Line 168  class PamelaDBOperations { Line 169  class PamelaDBOperations {
169      void SetObt0(UInt_t ts);      void SetObt0(UInt_t ts);
170      void SetCommonGLRUN(UInt_t absth, UInt_t abstt);      void SetCommonGLRUN(UInt_t absth, UInt_t abstt);
171      void SetNOBOOT(Bool_t noboot);      void SetNOBOOT(Bool_t noboot);
172        void SetOlderThan(Long64_t oldthan);
173      //      //
174      Bool_t SetID_RAW();      Bool_t SetID_RAW();
175      //      //
# Line 203  class PamelaDBOperations { Line 205  class PamelaDBOperations {
205      Int_t insertCALO_CALIB();      Int_t insertCALO_CALIB();
206      Int_t insertTRK_CALIB();      Int_t insertTRK_CALIB();
207      Int_t insertS4_CALIB();      Int_t insertS4_CALIB();
208      //      Int_t CleanGL_RUN_FRAGMENTS();
209        Int_t ValidateRuns();
210            Int_t assignVALIDATION(UInt_t ,Bool_t );
211            //
212      void OpenFile();      void OpenFile();
213      void CheckFile();      void CheckFile();
214      //      //

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23