--- chewbacca/YodaProfiler/inc/PamelaDBOperations.h 2008/11/28 10:57:43 1.6 +++ chewbacca/YodaProfiler/inc/PamelaDBOperations.h 2009/01/12 18:23:36 1.7 @@ -98,6 +98,7 @@ Bool_t NOFRAG; Bool_t AUTOBOOT; Bool_t PEDANTIC; + Bool_t RELAXED; // flags and variables for chewbacca Bool_t chewbacca; @@ -110,6 +111,7 @@ UInt_t chpktfinal; UInt_t chobtinit; UInt_t chobtfinal; + UInt_t chrtinit; Int_t nrhbef; Int_t nrhaf; Int_t nrtbef; @@ -241,6 +243,7 @@ void SetNoFrag(Bool_t nf); void SetAutoBoot(Bool_t nf); void SetPedantic(Bool_t pd); + void SetRelaxed(Bool_t pd){ if ( pd ) printf(" WARNING: USING RELAXED CONDITIONS, ARE YOU SURE ON WHAT YOU'RE DOING? \n"); RELAXED=pd;}; void SetPhysEndRunVariables(); // void SetTag(TString ntag){tag=ntag;};