/[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.21 by mocchiut, Wed Apr 4 09:15:01 2007 UTC revision 1.24 by pam-fi, Fri May 25 13:38:50 2007 UTC
# Line 227  class PamLevel2 : public TObject { Line 227  class PamLevel2 : public TObject {
227    
228      void    CreateCloneTrees0(TChain *fChain, TFile* file);      void    CreateCloneTrees0(TChain *fChain, TFile* file);
229      void    CreateCloneTrees(TFile* file);      void    CreateCloneTrees(TFile* file);
230        void    CreateCloneTrees(){CreateCloneTrees(NULL);};
231      void    FillCloneTrees();      void    FillCloneTrees();
232      TTree  *GetCloneTree(TString);      TTree  *GetCloneTree(TString);
233      void    WriteCloneTrees();      void    WriteCloneTrees();
# Line 251  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; };
# Line 330  class PamLevel2 : public TObject { Line 336  class PamLevel2 : public TObject {
336    
337      Bool_t IsRUN(){return RUN;};      Bool_t IsRUN(){return RUN;};
338    
339        Bool_t IsGood();
340    
341      Int_t  IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list)      Int_t  IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list)
342    
343      ClassDef(PamLevel2,1);      ClassDef(PamLevel2,1);

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

  ViewVC Help
Powered by ViewVC 1.1.23