/[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.24 by pam-fi, Fri May 25 13:38:50 2007 UTC revision 1.25 by pam-fi, Fri Aug 17 16:57:12 2007 UTC
# Line 186  class PamLevel2 : public TObject { Line 186  class PamLevel2 : public TObject {
186    
187      Bool_t RUN;      Bool_t RUN;
188    
189        Bool_t ISGP; //GP simulation
190    
191    
192      Int_t  SELLI; //trees of selected events (there is a selection list)      Int_t  SELLI; //trees of selected events (there is a selection list)
193    
194      void Initialize();      void Initialize();
# Line 340  class PamLevel2 : public TObject { Line 343  class PamLevel2 : public TObject {
343    
344      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)
345    
346        Bool_t IsGP(){return ISGP;};
347    
348        void   SetGP(Bool_t tt){ISGP=tt;};
349    
350    
351      ClassDef(PamLevel2,1);      ClassDef(PamLevel2,1);
352  };  };
353    

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

  ViewVC Help
Powered by ViewVC 1.1.23