/[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.6 by mocchiut, Tue Oct 17 15:19:56 2006 UTC revision 1.7 by mocchiut, Fri Oct 20 11:11:11 2006 UTC
# Line 49  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;      //    Long64_t olderthan;
53        UInt_t dworbit;
54      //      //
55      UInt_t BOOTNO;      UInt_t BOOTNO;
56      UInt_t obt0;      UInt_t obt0;
# Line 81  class PamelaDBOperations { Line 82  class PamelaDBOperations {
82      // Path to tle file      // Path to tle file
83      TString tlefilename;      TString tlefilename;
84                    
85          // flag to control profiler actions      // flag to control profiler actions
86          Bool_t INSERT_RAW;      Bool_t INSERT_RAW;
87          Bool_t INSERT_ROOT;      Bool_t INSERT_ROOT;
88          Bool_t VALIDATE;      Bool_t VALIDATE;
89                
90          TDatime *clean_time;      TDatime *clean_time;
91                        
92      //      //
93      typedef std::list<const char*> pcksList;      typedef std::list<const char*> pcksList;
94      static void getPacketsNames(pcksList &pcksNames){      static void getPacketsNames(pcksList &pcksNames){
# Line 159  class PamelaDBOperations { Line 160  class PamelaDBOperations {
160      //      //
161      ULong64_t OBT(UInt_t obt);      ULong64_t OBT(UInt_t obt);
162      //      //
163        UInt_t AssignRunID();
164    
165      // GL_TLE related functions      // GL_TLE related functions
166      int insertTle(cTle*);      int insertTle(cTle*);
# Line 186  class PamelaDBOperations { Line 188  class PamelaDBOperations {
188      void SetNOBOOT(Bool_t noboot);      void SetNOBOOT(Bool_t noboot);
189      void SetOlderThan(Long64_t oldthan);      void SetOlderThan(Long64_t oldthan);
190      void SetTLEPath(TString str);      void SetTLEPath(TString str);
191        void SetOrbitNo();
192      //      //
193      Bool_t SetID_RAW();      Bool_t SetID_RAW();
194      //      //

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23