177 |
|
|
178 |
public: |
public: |
179 |
// |
// |
180 |
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 |
181 |
// |
// |
182 |
void Close(); // destructor |
void Close(); // destructor |
183 |
// |
// |
197 |
void SetNOBOOT(Bool_t noboot); |
void SetNOBOOT(Bool_t noboot); |
198 |
void SetOlderThan(Long64_t oldthan); |
void SetOlderThan(Long64_t oldthan); |
199 |
void SetTLEPath(TString str); |
void SetTLEPath(TString str); |
200 |
void SetOrbitNo(); |
void SetOrbitNo(UInt_t dwinput); |
201 |
void SetNoFrag(Bool_t nf); |
void SetNoFrag(Bool_t nf); |
202 |
void SetAutoBoot(Bool_t nf); |
void SetAutoBoot(Bool_t nf); |
203 |
// |
// |