Correct single hist fit in CGI

This commit is contained in:
2010-05-31 15:00:43 +00:00
parent 5d124b3d79
commit 912f1f48e8
5 changed files with 147 additions and 137 deletions

View File

@ -248,7 +248,12 @@ elsif ( $Step == 2 ) {
elsif ( $Step <= 6 && $Step >= 3 ) {
# Then create appropriate file
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%AllParameters);
if ($All{"FitAsyType"} eq "SingleHist") {
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%AllParameters);
} else {
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSingleHist(\%AllParameters);
}
@Paramcomp = @$Paramcomp_ref;
if ( $Step == 3 ) {