26.8.2011 Kamil Sedlak
- implementataion of volume "TubeWithHolePlusTubeHole" - some other changes in musrSimAna
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user