--- PamelaLevel2/inc/PamLevel2.h 2007/11/27 15:23:01 1.33 +++ PamelaLevel2/inc/PamLevel2.h 2008/02/14 09:13:43 1.34 @@ -374,6 +374,8 @@ Bool_t ISGP; // GP simulation (...sort of patch, to skip OBT check, since OrbitalInfo is sometime missing) Int_t SELLI; // tree of selected events (there is a selection list) + Bool_t DBG; + void Initialize(); @@ -469,7 +471,7 @@ OrbitalInfo *GetOrbitalInfo(){ return orb_obj; }; GL_RUN *GetRunInfo() { return run_obj; }; SoftInfo *GetSoftInfo() { return soft_obj; }; // Emiliano - GPamela *GetGPamela() { return gp_obj; }; + GPamela *GetGPamela() { return gp_obj; }; // ============================================== // methods to retrieve subdetectors stored tracks @@ -538,6 +540,7 @@ void SetGP(Bool_t tt){ISGP=tt;}; + void SetDebug(Bool_t set){ DBG=set; }; ClassDef(PamLevel2,1); };