/[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.10 by pam-fi, Mon Jan 15 11:51:40 2007 UTC revision 1.11 by mocchiut, Tue Jan 16 13:00:19 2007 UTC
# Line 20  Line 20 
20  #include <NDLevel2.h>  #include <NDLevel2.h>
21  #include <AcLevel2.h>  #include <AcLevel2.h>
22  #include <OrbitalInfo.h>  #include <OrbitalInfo.h>
 #include <OrbitalInfo.h>  
23  #include <RunInfo.h>  #include <RunInfo.h>
24  #include <GLTables.h>  #include <GLTables.h>
25    
# Line 102  class PamLevel2 : public TObject { Line 101  class PamLevel2 : public TObject {
101      OrbitalInfo* orb_obj;      OrbitalInfo* orb_obj;
102                    
103      GL_RUN*      run_obj;      GL_RUN*      run_obj;
104        SoftInfo*    soft_obj; // Emiliano
105            
106      TTree*       tree_clone[8];      TTree*       tree_clone[8];
107    
# Line 137  class PamLevel2 : public TObject { Line 137  class PamLevel2 : public TObject {
137      void Clear();      void Clear();
138      void Delete();      void Delete();
139    
     GL_RUN*      GetRunInfo()    { return run_obj; };  
140                    
141  //  =========================================  //  =========================================
142  //  methods needed to read/write Level2 trees  //  methods needed to read/write Level2 trees
# Line 181  class PamLevel2 : public TObject { Line 180  class PamLevel2 : public TObject {
180      NDLevel2     *GetNDLevel2()   { return nd_obj;};      NDLevel2     *GetNDLevel2()   { return nd_obj;};
181      AcLevel2     *GetAcLevel2()   { return ac_obj;};      AcLevel2     *GetAcLevel2()   { return ac_obj;};
182      OrbitalInfo  *GetOrbitalInfo(){ return orb_obj;};      OrbitalInfo  *GetOrbitalInfo(){ return orb_obj;};
183        GL_RUN       *GetRunInfo()    { return run_obj; };
184        SoftInfo     *GetSoftInfo()   { return soft_obj; }; // Emiliano
185    
186  //  ==============================================  //  ==============================================
187  //  methods to retrieve subdetectors stored tracks  //  methods to retrieve subdetectors stored tracks

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.23