/[PAMELA software]/chewbacca/YodaProfiler/inc/PamelaDBOperations.h
ViewVC logotype

Diff of /chewbacca/YodaProfiler/inc/PamelaDBOperations.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mocchiut, Fri Nov 28 10:57:43 2008 UTC revision 1.8 by mocchiut, Mon Dec 28 08:39:23 2009 UTC
# Line 98  class PamelaDBOperations { Line 98  class PamelaDBOperations {
98      Bool_t NOFRAG;      Bool_t NOFRAG;
99      Bool_t AUTOBOOT;      Bool_t AUTOBOOT;
100      Bool_t PEDANTIC;      Bool_t PEDANTIC;
101        Bool_t RELAXED;
102    
103      // flags and variables for chewbacca      // flags and variables for chewbacca
104      Bool_t chewbacca;      Bool_t chewbacca;
# Line 110  class PamelaDBOperations { Line 111  class PamelaDBOperations {
111      UInt_t chpktfinal;      UInt_t chpktfinal;
112      UInt_t chobtinit;      UInt_t chobtinit;
113      UInt_t chobtfinal;      UInt_t chobtfinal;
114        UInt_t chrtinit;
115      Int_t nrhbef;      Int_t nrhbef;
116      Int_t nrhaf;      Int_t nrhaf;
117      Int_t nrtbef;      Int_t nrtbef;
# Line 241  class PamelaDBOperations { Line 243  class PamelaDBOperations {
243      void SetNoFrag(Bool_t nf);      void SetNoFrag(Bool_t nf);
244      void SetAutoBoot(Bool_t nf);      void SetAutoBoot(Bool_t nf);
245      void SetPedantic(Bool_t pd);      void SetPedantic(Bool_t pd);
246        void SetRelaxed(Bool_t pd){ if ( pd ) printf(" WARNING: USING RELAXED CONDITIONS, ARE YOU SURE ON WHAT YOU'RE DOING? \n"); RELAXED=pd;};
247      void SetPhysEndRunVariables();      void SetPhysEndRunVariables();
248      //      //
249      void SetTag(TString ntag){tag=ntag;};      void SetTag(TString ntag){tag=ntag;};
# Line 304  class PamelaDBOperations { Line 307  class PamelaDBOperations {
307      void LockTables();      void LockTables();
308      void UnLockTables();      void UnLockTables();
309      //      //
310        void NotChewbacca(UInt_t boot, UInt_t tsync, UInt_t obt0, Bool_t gpamela);
311        //
312                    
313      Bool_t NoFrag(){return(NOFRAG);};      Bool_t NoFrag(){return(NOFRAG);};
314      Bool_t InsertRoot(){return(INSERT_ROOT);};      Bool_t InsertRoot(){return(INSERT_ROOT);};

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

  ViewVC Help
Powered by ViewVC 1.1.23