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

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

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

revision 1.1 by mocchiut, Fri Nov 9 09:11:24 2007 UTC revision 1.2 by mocchiut, Mon Nov 26 08:44:34 2007 UTC
# Line 62  class CaloLat : public TObject { Line 62  class CaloLat : public TObject {
62      void Clear();      void Clear();
63      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
64      void Delete();      void Delete();
65        void Delete(Option_t *option){Delete();};
66      //      //
67      void Process(); ///< Process data      void Process(); ///< Process data
68      void Print();      void Print();
69        void Print(Option_t *option){Print();};
70      //      //
71      ClassDef(CaloLat,1);      ClassDef(CaloLat,1);
72  };  };
# Line 103  class CaloLong : public TObject { Line 105  class CaloLong : public TObject {
105      void Clear();      void Clear();
106      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
107      void Delete();      void Delete();
108        void Delete(Option_t *option){Delete();};
109      //      //
110      void Process(); ///< Process data      void Process(); ///< Process data
111      void Print();      void Print();
112        void Print(Option_t *option){Print();};
113      //      //
114      ClassDef(CaloLong,1);      ClassDef(CaloLong,1);
115  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23