165 os <<
"* sequence\n";
166 for (
unsigned int i = 0;
i <
c.sequence_.size();
i++) {
167 os <<
" " <<
i + 1 <<
": " <<
c.sequence_[
i] <<
"\n";
171 if (
c.resultsDir_.empty()) {
172 os <<
"* no results file\n\n";
174 os <<
"* results file directory:\n";
175 os <<
" " <<
c.resultsDir_ <<
"\n\n";
178 os <<
"* " <<
c.sectorConfig45_ <<
"\n\n";
179 os <<
"* " <<
c.sectorConfig56_ <<
"\n\n";
181 std::map<unsigned int, std::string> rpTags = {{
c.sectorConfig45_.rp_F_.id_,
c.sectorConfig45_.rp_F_.name_},
182 {
c.sectorConfig45_.rp_N_.id_,
c.sectorConfig45_.rp_N_.name_},
183 {
c.sectorConfig56_.rp_N_.id_,
c.sectorConfig56_.rp_N_.name_},
184 {
c.sectorConfig56_.rp_F_.id_,
c.sectorConfig56_.rp_F_.name_}};
186 os <<
"* x alignment shift step\n";
187 os <<
" x_ali_sh_step = " <<
c.x_ali_sh_step_ <<
"\n\n";
189 os <<
"* mode graph parameters\n";
190 os <<
" y_mode_sys_unc = " <<
c.y_mode_sys_unc_ <<
"\n";
191 os <<
" chiSqThreshold = " <<
c.chiSqThreshold_ <<
"\n";
192 os <<
" y_mode_unc_max_valid = " <<
c.y_mode_unc_max_valid_ <<
"\n";
193 os <<
" y_mode_max_valid = " <<
c.y_mode_max_valid_ <<
"\n\n";
195 os <<
"* selection\n";
196 os <<
" max_RP_tracks_size = " <<
c.maxRPTracksSize_ <<
"\n\n";
199 os <<
" n_si = " <<
c.n_si_ <<
"\n\n";
201 os <<
"* matching\n" << std::setprecision(3);
203 os <<
" shift ranges:\n";
204 for (
const auto &
p :
c.matchingShiftRanges_)
205 os <<
" RP " << rpTags[
p.first] <<
" (" << std::setw(3) <<
p.first <<
"): sh_min = " <<
p.second.x_min_
206 <<
", sh_max = " <<
p.second.x_max_ <<
"\n";
208 os <<
" reference points:\n";
209 for (
const auto &pm :
c.matchingReferencePoints_) {
210 os <<
" " << std::setw(3) << pm.first <<
": ";
211 for (
unsigned int i = 0;
i < pm.second.size();
i++) {
212 const auto &
p = pm.second[
i];
213 if (
i % 5 == 0 &&
i > 0)
215 os <<
"(" << std::setw(6) <<
p.x_ <<
" +- " <<
p.ex_ <<
", " << std::setw(6) <<
p.y_ <<
" +- " <<
p.ey_ <<
"), ";
221 <<
"* alignment_x_meth_o\n";
222 for (
const auto &
p :
c.alignment_x_meth_o_ranges_)
223 os <<
" RP " << rpTags[
p.first] <<
" (" << std::setw(3) <<
p.first <<
"): sh_min = " <<
p.second.x_min_
224 <<
", sh_max = " <<
p.second.x_max_ <<
"\n";
225 os <<
" fit_profile_min_bin_entries = " <<
c.fitProfileMinBinEntries_ <<
"\n";
226 os <<
" fit_profile_min_N_reasonable = " <<
c.fitProfileMinNReasonable_ <<
"\n";
227 os <<
" meth_o_graph_min_N = " <<
c.methOGraphMinN_ <<
"\n";
228 os <<
" meth_o_unc_fit_range = " <<
c.methOUncFitRange_ <<
"\n";
231 <<
"* alignment_x_relative\n";
232 for (
const auto &
p :
c.alignment_x_relative_ranges_)
233 os <<
" RP " << rpTags[
p.first] <<
" (" << std::setw(3) <<
p.first <<
"): sh_min = " <<
p.second.x_min_
234 <<
", sh_max = " <<
p.second.x_max_ <<
"\n";
235 os <<
" near_far_min_entries = " <<
c.nearFarMinEntries_ <<
"\n";
238 <<
"* alignment_y\n";
239 for (
const auto &
p :
c.alignment_y_ranges_)
240 os <<
" RP " << rpTags[
p.first] <<
" (" << std::setw(3) <<
p.first <<
"): sh_min = " <<
p.second.x_min_
241 <<
", sh_max = " <<
p.second.x_max_ <<
"\n";
242 os <<
" mode_graph_min_N = " <<
c.modeGraphMinN_ <<
"\n";
243 os <<
" mult_sel_proj_y_min_entries = " <<
c.multSelProjYMinEntries_ <<
"\n";
247 os <<
c.binning_ <<
"\n";