/[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.31 by pam-fi, Wed Nov 14 11:14:27 2007 UTC revision 1.34 by pam-fi, Thu Feb 14 09:13:43 2008 UTC
# Line 277  class PamLevel2 : public TObject { Line 277  class PamLevel2 : public TObject {
277      TTree*    run_tree_clone;      TTree*    run_tree_clone;
278      TChain*   sel_tree;      TChain*   sel_tree;
279      TTree*    sel_tree_clone;      TTree*    sel_tree_clone;
280        int *irunoffset;
281    
282      // -------------------------------------------      // -------------------------------------------
283      // variables to store total live and dead time      // variables to store total live and dead time
# Line 373  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 468  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 502  class PamLevel2 : public TObject { Line 505  class PamLevel2 : public TObject {
505  //  =================================  //  =================================
506  //    Int_t ntrk(){ return trk2_obj->TrkLevel2::ntrk(); };  //    Int_t ntrk(){ return trk2_obj->TrkLevel2::ntrk(); };
507    
508    
509        Long64_t  GetRunID(){ return irun;};
510        Long64_t  GetRunEntryID(){ return irunentry; };
511    
512      // -----      // -----
513      // flags methods      // flags methods
514      // -----      // -----
# Line 533  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.31  
changed lines
  Added in v.1.34

  ViewVC Help
Powered by ViewVC 1.1.23