252 |
void SetDBHost(TString str){host=str;}; |
void SetDBHost(TString str){host=str;}; |
253 |
void SetDBUser(TString str){user=str;}; |
void SetDBUser(TString str){user=str;}; |
254 |
void SetDBPsw(TString str){psw=str;}; |
void SetDBPsw(TString str){psw=str;}; |
255 |
|
TSQLServer* GetSQLServer(){return dbc;}; |
256 |
|
Bool_t SetDBConnection(); |
257 |
|
|
258 |
// ======================================================== |
// ======================================================== |
259 |
// methods needed to retrieve subdetector general variables |
// methods needed to retrieve subdetector general variables |
260 |
// ======================================================== |
// ======================================================== |
261 |
void* GetPointerTo(const char*); |
void* GetPointerTo(const char*); |
262 |
EventHeader *GetEventHeader() { return h0_obj; }; |
EventHeader *GetEventHeader() { return h0_obj; }; |
263 |
TrkLevel0 *GetTrkLevel0() { return trk0_obj; }; |
|
264 |
CaloLevel0 *GetCaloLevel0() { return calo0_obj; }; |
/* TrkLevel0 *GetTrkLevel0() { return trk0_obj; }; */ |
265 |
|
/* CaloLevel0 *GetCaloLevel0() { return calo0_obj; }; */ |
266 |
|
TrkLevel0 *GetTrkLevel0(); |
267 |
|
CaloLevel0 *GetCaloLevel0(); |
268 |
|
|
269 |
|
|
270 |
TrkLevel1 *GetTrkLevel1() { return trk1_obj; }; |
TrkLevel1 *GetTrkLevel1() { return trk1_obj; }; |
271 |
TrkLevel2 *GetTrkLevel2() { return trk2_obj; }; |
TrkLevel2 *GetTrkLevel2() { return trk2_obj; }; |