26.8.2011 Kamil Sedlak

- implementataion of volume "TubeWithHolePlusTubeHole"
 - some other changes in musrSimAna
This commit is contained in:
2011-08-26 15:26:57 +00:00
parent 0de813e1f3
commit b4299fe10d
5 changed files with 69 additions and 4 deletions

View File

@ -234,7 +234,8 @@ void musrTH::FitHistogramsIfRequired(Double_t omega) {
Double_t ppp[100];
std::cout<<" Initial parameter setting: ";
Int_t n_ppp = funct->GetNumberFreeParameters();
// Int_t n_ppp = funct->GetNumberFreeParameters();
Int_t n_ppp = funct->GetNpar();
for (Int_t i=0; i<n_ppp; i++) {ppp[i]=funct->GetParameter(i); std::cout<<ppp[i]<<", ";}
std::cout<<std::endl;