| 180 |
|
|
| 181 |
public: |
public: |
| 182 |
// |
// |
| 183 |
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); // 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); // constructor |
| 184 |
// |
// |
| 185 |
void Close(); // destructor |
void Close(); // destructor |
| 186 |
// |
// |
| 189 |
// |
// |
| 190 |
void SetConnection(TString host, TString user, TString password); |
void SetConnection(TString host, TString user, TString password); |
| 191 |
void SetBOOTnumber(UInt_t boot); |
void SetBOOTnumber(UInt_t boot); |
| 192 |
|
void SetBOOTnumber(UInt_t boot, Bool_t gpamela); |
| 193 |
void SetRawName(TString str); |
void SetRawName(TString str); |
| 194 |
void SetRootName(TString str); |
void SetRootName(TString str); |
| 195 |
void SetDebugFlag(Bool_t debug); |
void SetDebugFlag(Bool_t debug); |
| 196 |
void SetID_RAW(UInt_t idr); |
void SetID_RAW(UInt_t idr); |
| 197 |
void SetID_ROOT(UInt_t idr); |
void SetID_ROOT(UInt_t idr); |
| 198 |
void SetTsync(UInt_t ts); |
void SetTsync(UInt_t ts); |
| 199 |
|
void SetTsync(UInt_t ts, Bool_t gpamela); |
| 200 |
void SetObt0(UInt_t ts); |
void SetObt0(UInt_t ts); |
| 201 |
void SetCommonGLRUN(UInt_t absth, UInt_t abstt); |
void SetCommonGLRUN(UInt_t absth, UInt_t abstt); |
| 202 |
void SetNOBOOT(Bool_t noboot); |
void SetNOBOOT(Bool_t noboot); |