/[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.9 by mocchiut, Tue Oct 31 15:36:03 2006 UTC revision 1.10 by mocchiut, Mon Nov 27 14:25:34 2006 UTC
# Line 57  class PamelaDBOperations { Line 57  class PamelaDBOperations {
57      UInt_t id;      UInt_t id;
58      UInt_t idroot;      UInt_t idroot;
59      UInt_t pktfirst;      UInt_t pktfirst;
60      ULong64_t obtfirst;      UInt_t obtfirst;
61      ULong64_t upperobt;      Long64_t upperobt;
62      UInt_t upperpkt;      Long64_t upperpkt;
63      UInt_t upperentry;      UInt_t upperentry;
64      Int_t rtev;      Int_t rtev;
65      Int_t rhev;      Int_t rhev;
# Line 87  class PamelaDBOperations { Line 87  class PamelaDBOperations {
87      Bool_t INSERT_ROOT;      Bool_t INSERT_ROOT;
88      Bool_t VALIDATE;      Bool_t VALIDATE;
89      Bool_t NOFRAG;      Bool_t NOFRAG;
90        Bool_t AUTOBOOT;
91            
92      TDatime *clean_time;      TDatime *clean_time;
93            
# Line 160  class PamelaDBOperations { Line 161  class PamelaDBOperations {
161      Bool_t IsDebug(){return(debug);};      Bool_t IsDebug(){return(debug);};
162      Bool_t IsRunAlreadyInserted();      Bool_t IsRunAlreadyInserted();
163      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);
164        Bool_t AutoBoot(){return(AUTOBOOT);};
165      //      //
166      Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2);      Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2);
167      //      //
168      UInt_t PKT(UInt_t pkt_num);      Long64_t PKT(UInt_t pkt_num);
169      //      //
170      ULong64_t OBT(UInt_t obt);      Long64_t OBT(UInt_t obt);
171      //      //
172      UInt_t AssignRunID();      UInt_t AssignRunID();
173    
# Line 197  class PamelaDBOperations { Line 199  class PamelaDBOperations {
199      void SetTLEPath(TString str);      void SetTLEPath(TString str);
200      void SetOrbitNo();      void SetOrbitNo();
201      void SetNoFrag(Bool_t nf);      void SetNoFrag(Bool_t nf);
202        void SetAutoBoot(Bool_t nf);
203      //      //
204      Bool_t SetID_RAW();      Bool_t SetID_RAW();
205      //      //

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

  ViewVC Help
Powered by ViewVC 1.1.23