--- PamelaLevel2/inc/PamLevel2.h 2007/05/14 11:57:36 1.23 +++ PamelaLevel2/inc/PamLevel2.h 2007/05/25 13:38:50 1.24 @@ -252,15 +252,20 @@ void SetDBHost(TString str){host=str;}; void SetDBUser(TString str){user=str;}; void SetDBPsw(TString str){psw=str;}; - + TSQLServer* GetSQLServer(){return dbc;}; + Bool_t SetDBConnection(); // ======================================================== // methods needed to retrieve subdetector general variables // ======================================================== void* GetPointerTo(const char*); EventHeader *GetEventHeader() { return h0_obj; }; - TrkLevel0 *GetTrkLevel0() { return trk0_obj; }; - CaloLevel0 *GetCaloLevel0() { return calo0_obj; }; + +/* TrkLevel0 *GetTrkLevel0() { return trk0_obj; }; */ +/* CaloLevel0 *GetCaloLevel0() { return calo0_obj; }; */ + TrkLevel0 *GetTrkLevel0(); + CaloLevel0 *GetCaloLevel0(); + TrkLevel1 *GetTrkLevel1() { return trk1_obj; }; TrkLevel2 *GetTrkLevel2() { return trk2_obj; };