| 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 |
// |
// |
| 257 |
|
|
| 258 |
// Functions for TLE |
// Functions for TLE |
| 259 |
Int_t populateTLE(); |
Int_t populateTLE(); |
| 260 |
|
|
| 261 |
|
UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h); |
| 262 |
|
UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h); }; |
| 263 |
|
|
| 264 |
|
UInt_t Check(); |
| 265 |
|
|
| 266 |
}; |
}; |
| 267 |
#endif /* PAMELA_DB_OPERATIONS_H */ |
#endif /* PAMELA_DB_OPERATIONS_H */ |