/[PAMELA software]/calo/flight/CaloNuclei/inc/CaloNuclei.h
ViewVC logotype

Diff of /calo/flight/CaloNuclei/inc/CaloNuclei.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mocchiut, Wed Apr 4 11:31:26 2007 UTC revision 1.4 by mocchiut, Thu Apr 5 13:38:21 2007 UTC
# Line 32  class CaloNuclei : public TObject { Line 32  class CaloNuclei : public TObject {
32   private:   private:
33      //      //
34      PamLevel2 *L2;      PamLevel2 *L2;
35        Bool_t debug;
36      //      //
37      // needed to avoid reprocessing the same event over and over to obtain the variables      // needed to avoid reprocessing the same event over and over to obtain the variables
38      //      //
# Line 76  class CaloNuclei : public TObject { Line 77  class CaloNuclei : public TObject {
77      CaloNuclei(PamLevel2 *L2);      CaloNuclei(PamLevel2 *L2);
78      ~CaloNuclei(){ Delete(); };      ~CaloNuclei(){ Delete(); };
79      //      //
80        void SetDebug(Bool_t d){ debug=d; };
81        //
82      void Clear();      void Clear();
83      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
84      void Delete();      void Delete();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23