/[PAMELA software]/calo/flight/CaloFranzini/src/CaloFranzini.cpp
ViewVC logotype

Diff of /calo/flight/CaloFranzini/src/CaloFranzini.cpp

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

revision 1.8 by mocchiut, Fri Jan 25 15:09:07 2008 UTC revision 1.10 by mocchiut, Tue Aug 4 13:59:15 2009 UTC
# Line 129  void CaloFranzini::SetNoWcalo(Int_t n){ Line 129  void CaloFranzini::SetNoWcalo(Int_t n){
129    };    };
130  }  }
131    
132    void CaloFranzini::SplitInto(Int_t NoWpreSampler, Int_t NoWcalo){
133      this->SetNoWpreSampler(0);
134      this->SetNoWcalo(0);
135      if ( NoWpreSampler < NoWcalo ){
136              this->SetNoWpreSampler(NoWpreSampler);
137              this->SetNoWcalo(NoWcalo);
138      } else {
139              this->SetNoWcalo(NoWcalo);            
140              this->SetNoWpreSampler(NoWpreSampler);
141      };
142    }
143    
144    
145  void CaloFranzini::Process(){  void CaloFranzini::Process(){
146    this->Process(0);    this->Process(0);
147  }  }
# Line 858  TMatrixF *CaloFranzini::LoadFullMatrix(I Line 871  TMatrixF *CaloFranzini::LoadFullMatrix(I
871    //    //
872  }  }
873    
874  void CaloFranzini::LoadFullMatrix(Int_t rigbin, TMatrixF *&fmatri){  void CaloFranzini::LoadFullMatrix(Int_t rigbin, TMatrixF *fmatri){
875    //    //
876    TString name = Form("origfmatrixn%i",rigbin);    TString name = Form("origfmatrixn%i",rigbin);
877    fmatri=(TMatrixF*)ffile->Get(name.Data());    fmatri=(TMatrixF*)ffile->Get(name.Data());

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

  ViewVC Help
Powered by ViewVC 1.1.23