| 58 |
UInt_t idroot; |
UInt_t idroot; |
| 59 |
UInt_t pktfirst; |
UInt_t pktfirst; |
| 60 |
UInt_t obtfirst; |
UInt_t obtfirst; |
| 61 |
|
UInt_t ppktfirst; |
| 62 |
|
UInt_t pobtfirst; |
| 63 |
Long64_t upperobt; |
Long64_t upperobt; |
| 64 |
Long64_t upperpkt; |
Long64_t upperpkt; |
| 65 |
UInt_t upperentry; |
UInt_t upperentry; |
| 179 |
|
|
| 180 |
public: |
public: |
| 181 |
// |
// |
| 182 |
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 |
| 183 |
// |
// |
| 184 |
void Close(); // destructor |
void Close(); // destructor |
| 185 |
// |
// |
| 199 |
void SetNOBOOT(Bool_t noboot); |
void SetNOBOOT(Bool_t noboot); |
| 200 |
void SetOlderThan(Long64_t oldthan); |
void SetOlderThan(Long64_t oldthan); |
| 201 |
void SetTLEPath(TString str); |
void SetTLEPath(TString str); |
| 202 |
void SetOrbitNo(); |
void SetOrbitNo(UInt_t dwinput); |
| 203 |
void SetNoFrag(Bool_t nf); |
void SetNoFrag(Bool_t nf); |
| 204 |
void SetAutoBoot(Bool_t nf); |
void SetAutoBoot(Bool_t nf); |
| 205 |
// |
// |
| 262 |
|
|
| 263 |
UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h); |
UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h); |
| 264 |
UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h); }; |
UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h); }; |
| 265 |
|
|
| 266 |
|
UInt_t Check(); |
| 267 |
|
|
| 268 |
}; |
}; |
| 269 |
#endif /* PAMELA_DB_OPERATIONS_H */ |
#endif /* PAMELA_DB_OPERATIONS_H */ |