/[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.33 by pam-fi, Tue Nov 27 15:23:01 2007 UTC revision 1.34 by pam-fi, Thu Feb 14 09:13:43 2008 UTC
# Line 374  class PamLevel2 : public TObject { Line 374  class PamLevel2 : public TObject {
374      Bool_t ISGP;  // GP simulation (...sort of patch, to skip OBT check, since OrbitalInfo is sometime missing)      Bool_t ISGP;  // GP simulation (...sort of patch, to skip OBT check, since OrbitalInfo is sometime missing)
375      Int_t  SELLI; // tree of selected events (there is a selection list)      Int_t  SELLI; // tree of selected events (there is a selection list)
376    
377        Bool_t DBG;
378    
379      void Initialize();      void Initialize();
380    
381    
# Line 469  class PamLevel2 : public TObject { Line 471  class PamLevel2 : public TObject {
471      OrbitalInfo  *GetOrbitalInfo(){ return orb_obj;  };      OrbitalInfo  *GetOrbitalInfo(){ return orb_obj;  };
472      GL_RUN       *GetRunInfo()    { return run_obj;  };      GL_RUN       *GetRunInfo()    { return run_obj;  };
473      SoftInfo     *GetSoftInfo()   { return soft_obj; }; // Emiliano      SoftInfo     *GetSoftInfo()   { return soft_obj; }; // Emiliano
474      GPamela      *GetGPamela()    { return gp_obj; };      GPamela      *GetGPamela()    { return gp_obj;   };
475    
476  //  ==============================================  //  ==============================================
477  //  methods to retrieve subdetectors stored tracks  //  methods to retrieve subdetectors stored tracks
# Line 538  class PamLevel2 : public TObject { Line 540  class PamLevel2 : public TObject {
540    
541      void   SetGP(Bool_t tt){ISGP=tt;};      void   SetGP(Bool_t tt){ISGP=tt;};
542    
543        void SetDebug(Bool_t set){ DBG=set; };
544    
545      ClassDef(PamLevel2,1);      ClassDef(PamLevel2,1);
546  };  };

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

  ViewVC Help
Powered by ViewVC 1.1.23