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

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

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

revision 1.12 by mocchiut, Thu Sep 10 12:53:29 2009 UTC revision 1.13 by mocchiut, Mon Dec 14 14:56:36 2009 UTC
# Line 33  class CaloEnergy : public TObject { Line 33  class CaloEnergy : public TObject {
33      //      //
34      PamLevel2 *L2; ///< PamLevel2 object      PamLevel2 *L2; ///< PamLevel2 object
35      Bool_t debug; ///< debug flag      Bool_t debug; ///< debug flag
36        Bool_t usepl18x;
37      //      //
38      // 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
39      //      //
# Line 286  class CaloEnergy : public TObject { Line 287  class CaloEnergy : public TObject {
287      //      //
288      // Other methods      // Other methods
289      //      //
290        
291        void UsePlane18X(Bool_t use){usepl18x = use;};
292        //
293      void Clear(); ///< clear varibles      void Clear(); ///< clear varibles
294      void Clear(Option_t *option){Clear();}; ///< compatibility with TObject      void Clear(Option_t *option){Clear();}; ///< compatibility with TObject
295      void Delete(); ///< delete object      void Delete(); ///< delete object
# Line 296  class CaloEnergy : public TObject { Line 300  class CaloEnergy : public TObject {
300      void Print(); ///< Print variables on STDOUT      void Print(); ///< Print variables on STDOUT
301      void Print(Option_t *option){Print();}; ///< compatibility with TObject      void Print(Option_t *option){Print();}; ///< compatibility with TObject
302      //      //
303      ClassDef(CaloEnergy,3);      ClassDef(CaloEnergy,4);
304  };  };
305    
306  #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.23