/[PAMELA software]/PamelaLevel2/inc/PamLevel2.h
ViewVC logotype

Diff of /PamelaLevel2/inc/PamLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by pam-fi, Mon May 14 11:57:36 2007 UTC revision 1.24 by pam-fi, Fri May 25 13:38:50 2007 UTC
# Line 252  class PamLevel2 : public TObject { Line 252  class PamLevel2 : public TObject {
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; };

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.23