std::cerr<<"Minimization only set up for normalized_measure, unnormalized_measure, normalized_cutoff_measure, unnormalized_cutoff_measure, geometric_measure, geometric_cutoff_measure"<<std::endl;
exit(1);}
}
// Parsing needed for constructor to set AxesFinder and MeasureFunction
// All of the parameter handling is here, and checking that number of parameters is correct.
std::cerr<<"Multi-pass minimization only set up for normalized_measure, unnormalized_measure, normalized_cutoff_measure, unnormalized_cutoff_measure."<<std::endl;
exit(1);
}
break;
casemanual_axes:
_axesFinder=newAxesFinderFromUserInput();
break;
// These options have been commented out because they have not been fully tested
// case wta2_kt_axes: // option for alpha = 2 added
// _axesFinder = new AxesFinderFromWTA2_KT();
// break;
// case wta2_ca_axes: // option for alpha = 2 added
// _axesFinder = new AxesFinderFromWTA2_CA();
// break;
// case onepass_wta2_kt_axes: // option for alpha = 2 added
// setOnePassAxesFinder(measure_mode, new AxesFinderFromWTA2_KT(), beta, Rcutoff);
// break;
// case onepass_wta2_ca_axes: // option for alpha = 2 added
// setOnePassAxesFinder(measure_mode, new AxesFinderFromWTA2_CA(), beta, Rcutoff);