--- chewbacca/YodaProfiler/inc/PamelaDBOperations.h 2008/09/25 12:13:52 1.2 +++ 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; @@ -183,12 +187,13 @@ void FillClass(); void FillClass(Bool_t mishead, Bool_t mistrail, Int_t firstev, Int_t lastev); void HandleTRK_CALIB(Bool_t pk1, Bool_t pk2); + void HandleTRK_CALIB(GL_TRK_CALIB*); // void RemoveCALIBS(); void ValidationOFF(); void ReArrangeRUNS(); void RemoveRUNS(); - void RemoveFILES(); + void RemoveFILES(UInt_t idtsy); // Bool_t IsDebug(){return(debug);}; Bool_t IsRunAlreadyInserted(); @@ -209,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 // @@ -237,6 +242,8 @@ void SetPedantic(Bool_t pd); void SetPhysEndRunVariables(); // + void SetTag(TString ntag){tag=ntag;}; + // Bool_t SetID_RAW(); // Int_t SetUpperLimits(); @@ -257,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(); @@ -268,7 +275,9 @@ // Int_t assignBOOT_NUMBER(); Int_t insertPamelaRootFile(); + Int_t insertPamelaRootFile(GL_ROOT*); Int_t insertPamelaRawFile(); + Int_t insertPamelaRawFile(GL_RAW*); Int_t insertPamelaGL_TIMESYNC(); Int_t insertPamelaRUN(); Int_t insertCALO_CALIB(); @@ -284,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(); @@ -301,8 +311,11 @@ // Functions for TLE Int_t populateTLE(); - UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h); - UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h); }; + UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h, TFile* file); + UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h, TFile* file){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h,file); }; + + UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h,file); }; + UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h,file); }; UInt_t Check(); UInt_t Check(UInt_t from, UInt_t to);