85 |
TString tlefilename; |
TString tlefilename; |
86 |
|
|
87 |
// flag to control profiler actions |
// flag to control profiler actions |
88 |
|
Bool_t STATIC; |
89 |
Bool_t INSERT_RAW; |
Bool_t INSERT_RAW; |
90 |
Bool_t INSERT_ROOT; |
Bool_t INSERT_ROOT; |
91 |
Bool_t VALIDATE; |
Bool_t VALIDATE; |
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); // 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); // constructor |
184 |
// |
// |
185 |
void Close(); // destructor |
void Close(); // destructor |
186 |
// |
// |
222 |
const PacketType* GetPacketType(const char* type); |
const PacketType* GetPacketType(const char* type); |
223 |
// |
// |
224 |
TString GetRawFile(){return((TString)gSystem->BaseName(filerawname.Data()));}; |
TString GetRawFile(){return((TString)gSystem->BaseName(filerawname.Data()));}; |
|
TString GetRawPath(){return((TString)gSystem->DirName(filerawname.Data())+'/');}; |
|
225 |
TString GetRootFile(){return((TString)gSystem->BaseName(filerootname.Data()));}; |
TString GetRootFile(){return((TString)gSystem->BaseName(filerootname.Data()));}; |
|
TString GetRootPath(){return((TString)gSystem->DirName(filerootname.Data())+'/');}; |
|
226 |
TString GetRootName(){return(filerootname);}; |
TString GetRootName(){return(filerootname);}; |
227 |
TString GetRawName(){return(filerawname);}; |
TString GetRawName(){return(filerawname);}; |
228 |
|
TString GetRawPath(); |
229 |
|
TString GetRootPath(); |
230 |
|
|
231 |
const char* GetCleanTime(){return clean_time->AsSQLString();}; |
const char* GetCleanTime(){return clean_time->AsSQLString();}; |
232 |
// |
// |