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

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

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

revision 1.10 by mocchiut, Tue Aug 4 13:59:14 2009 UTC revision 1.12 by mocchiut, Mon Dec 14 14:52:47 2009 UTC
# Line 67  class CaloFranzini : public TObject { Line 67  class CaloFranzini : public TObject {
67      Bool_t cont;      Bool_t cont;
68      Bool_t crig;      Bool_t crig;
69      //      //
70        Bool_t usepl18x;
71        //
72      Int_t mask18b;      Int_t mask18b;
73      Bool_t dofull;      Bool_t dofull;
74      Bool_t dolong;      Bool_t dolong;
# Line 180  class CaloFranzini : public TObject { Line 182  class CaloFranzini : public TObject {
182      void DrawLongAverage(Int_t bin);      void DrawLongAverage(Int_t bin);
183      void UseCaloRig(){crig=true;};      void UseCaloRig(){crig=true;};
184      //      //
185        void UsePlane18X(Bool_t use){usepl18x = use;};
186        //
187        //
188      void Clear();      void Clear();
189      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
190      void Delete();      void Delete();
# Line 190  class CaloFranzini : public TObject { Line 195  class CaloFranzini : public TObject {
195      void Print();      void Print();
196      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
197      //      //
198      ClassDef(CaloFranzini,1);      ClassDef(CaloFranzini,2);
199  };  };
200    
201  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23