--- chewbacca/YodaProfiler/inc/PamelaDBOperations.h 2008/10/31 11:21:42 1.3 +++ chewbacca/YodaProfiler/inc/PamelaDBOperations.h 2008/11/07 08:56:12 1.5 @@ -91,6 +91,7 @@ // flag to control profiler actions Bool_t STATIC; + Bool_t KEEPENV; Bool_t INSERT_RAW; Bool_t INSERT_ROOT; Bool_t VALIDATE; @@ -102,6 +103,9 @@ Bool_t chewbacca; UInt_t chID; // + TString tag; + TString chiby; + // UInt_t chpktinit; UInt_t chpktfinal; UInt_t chobtinit; @@ -189,7 +193,7 @@ void ValidationOFF(); void ReArrangeRUNS(); void RemoveRUNS(); - void RemoveFILES(); + void RemoveFILES(UInt_t idtsy); // Bool_t IsDebug(){return(debug);}; Bool_t IsRunAlreadyInserted(); @@ -210,7 +214,7 @@ public: // - PamelaDBOperations(TString host, TString user, TString password, TString filerawname, TString filerootname, UInt_t boot, UInt_t tsync, UInt_t obt0, Bool_t debug, TString tlefilename,UInt_t dwinput, Bool_t staticp, Bool_t gpamela); // constructor + PamelaDBOperations(TString host, TString user, TString password, TString filerawname, TString filerootname, UInt_t boot, UInt_t tsync, UInt_t obt0, Bool_t debug, TString tlefilename,UInt_t dwinput, Bool_t staticp, Bool_t gpamela, Bool_t keepenv); // constructor // void Close(); // destructor // @@ -238,6 +242,8 @@ void SetPedantic(Bool_t pd); void SetPhysEndRunVariables(); // + void SetTag(TString ntag){tag=ntag;}; + // Bool_t SetID_RAW(); // Int_t SetUpperLimits(); @@ -258,7 +264,7 @@ // TString GetRawFile(){return((TString)gSystem->BaseName(filerawname.Data()));}; TString GetRootFile(){return((TString)gSystem->BaseName(filerootname.Data()));}; - TString GetRootName(){return(filerootname);}; + TString GetRootName(){return((TString)gSystem->ExpandPathName(filerootname.Data()));}; TString GetRawName(){return(filerawname);}; TString GetRawPath(); TString GetRootPath(); @@ -287,6 +293,7 @@ Int_t assignVALIDATION(UInt_t ,Bool_t ); Int_t removeFile(TString rootfilename); // + Bool_t IsChewbacca(){return chewbacca;}; // void OpenFile(); void CheckValidate(Long64_t olderthan); void CheckConnection();