/[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.10 by mocchiut, Tue Aug 4 13:59:14 2009 UTC
# Line 144  class CaloFranzini : public TObject { Line 144  class CaloFranzini : public TObject {
144      void UnLoadFullAverage(Int_t rigbin);      void UnLoadFullAverage(Int_t rigbin);
145      void UnLoadFullNAverage(Int_t rigbin);      void UnLoadFullNAverage(Int_t rigbin);
146      TMatrixF *LoadFullMatrix(Int_t rigbin);      TMatrixF *LoadFullMatrix(Int_t rigbin);
147      void LoadFullMatrix(Int_t rigbin, TMatrixF *&fmatri);      //    void LoadFullMatrix(Int_t rigbin, TMatrixF *&fmatri);
148        void LoadFullMatrix(Int_t rigbin, TMatrixF *fmatri);
149      TMatrixF *LoadFullNMatrix(Int_t rigbin);      TMatrixF *LoadFullNMatrix(Int_t rigbin);
150      void UnLoadFullMatrix(Int_t rigbin);      void UnLoadFullMatrix(Int_t rigbin);
151      void UnLoadFullNMatrix(Int_t rigbin);      void UnLoadFullNMatrix(Int_t rigbin);
# Line 172  class CaloFranzini : public TObject { Line 173  class CaloFranzini : public TObject {
173      void SetDebug(Bool_t d){ debug=d; };      void SetDebug(Bool_t d){ debug=d; };
174      void SetNoWpreSampler(Int_t n);      void SetNoWpreSampler(Int_t n);
175      void SetNoWcalo(Int_t n);      void SetNoWcalo(Int_t n);
176        void SplitInto(Int_t NoWpreSampler, Int_t NoWcalo);
177      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.
178      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.
179      void DrawLongAverage(Float_t rig);      void DrawLongAverage(Float_t rig);

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

  ViewVC Help
Powered by ViewVC 1.1.23