--- YodaProfiler/inc/PamelaDBOperations.h 2006/11/29 18:12:25 1.11 +++ YodaProfiler/inc/PamelaDBOperations.h 2007/02/14 10:54:57 1.14 @@ -58,6 +58,8 @@ UInt_t idroot; UInt_t pktfirst; UInt_t obtfirst; + UInt_t ppktfirst; + UInt_t pobtfirst; Long64_t upperobt; Long64_t upperpkt; UInt_t upperentry; @@ -177,7 +179,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); // 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); // constructor // void Close(); // destructor // @@ -197,7 +199,7 @@ void SetNOBOOT(Bool_t noboot); void SetOlderThan(Long64_t oldthan); void SetTLEPath(TString str); - void SetOrbitNo(); + void SetOrbitNo(UInt_t dwinput); void SetNoFrag(Bool_t nf); void SetAutoBoot(Bool_t nf); // @@ -260,6 +262,8 @@ UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h); UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h); }; + + UInt_t Check(); }; #endif /* PAMELA_DB_OPERATIONS_H */