/[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.8 by mocchiut, Fri Jan 25 15:09:05 2008 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 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 172  class CaloFranzini : public TObject { Line 175  class CaloFranzini : public TObject {
175      void SetDebug(Bool_t d){ debug=d; };      void SetDebug(Bool_t d){ debug=d; };
176      void SetNoWpreSampler(Int_t n);      void SetNoWpreSampler(Int_t n);
177      void SetNoWcalo(Int_t n);      void SetNoWcalo(Int_t n);
178        void SplitInto(Int_t NoWpreSampler, Int_t NoWcalo);
179      Int_t GetNoWpreSampler(){return N;}; ///< Get the number of W planes used as presampler.      Int_t GetNoWpreSampler(){return N;}; ///< Get the number of W planes used as presampler.
180      Int_t GetNoWcalo(){return NC;}; ///< Get the number of W planes used as calorimeter.      Int_t GetNoWcalo(){return NC;}; ///< Get the number of W planes used as calorimeter.
181      void DrawLongAverage(Float_t rig);      void DrawLongAverage(Float_t rig);
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 188  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.8  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.23