/[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.9 by mocchiut, Thu Dec 18 21:08:52 2008 UTC revision 1.11 by mocchiut, Mon Dec 14 14:35:51 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 144  class CaloFranzini : public TObject { Line 146  class CaloFranzini : public TObject {
146      void UnLoadFullAverage(Int_t rigbin);      void UnLoadFullAverage(Int_t rigbin);
147      void UnLoadFullNAverage(Int_t rigbin);      void UnLoadFullNAverage(Int_t rigbin);
148      TMatrixF *LoadFullMatrix(Int_t rigbin);      TMatrixF *LoadFullMatrix(Int_t rigbin);
149      void LoadFullMatrix(Int_t rigbin, TMatrixF *&fmatri);      //    void LoadFullMatrix(Int_t rigbin, TMatrixF *&fmatri);
150        void LoadFullMatrix(Int_t rigbin, TMatrixF *fmatri);
151      TMatrixF *LoadFullNMatrix(Int_t rigbin);      TMatrixF *LoadFullNMatrix(Int_t rigbin);
152      void UnLoadFullMatrix(Int_t rigbin);      void UnLoadFullMatrix(Int_t rigbin);
153      void UnLoadFullNMatrix(Int_t rigbin);      void UnLoadFullNMatrix(Int_t rigbin);
# Line 179  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();

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.23