Skip to content

RichMirrCombinFit: stopping decision now here; RichMirrAlign: regularizationMode introduced.

Anatoly Solomin requested to merge mirralign23 into master

Rich/RichMirrCombinFit: 2016-05-22 - Anatoly Solomin

  • Incremented version to v17r0.

  • Very important: [re-]implemented "STOP"/"CONTINUE" decision generating in MirrCombFit::CombinFitDecision(), that now permits to stop running immediately after the main (untilted) bunch of histograms are fitted. If all histograms, i.e. all mirror combinations, have both Y and Z tilts within tolerance, no need to do anything else, even compute the new compensations and update the CONDDB. Let alone running with calibrational tilts to re-evaluate the magnification factors "on-fly".

    This new feature supersedes the stopping decision in RichMirrAlign, even the new one, with the diversified stop tolerances. Therefore, switch to this mode of stopping decision taking requires respective upgrade of the driver script.

Rich/RichMirrAlign: 2016-05-22 - Anatoly Solomin

  • Incremented version to v19r1.

  • As Paras suggested, the "magnification" in the regularization term can now be switched off. Introduced regularizationMode option: 0(def)->use "magnified" with average magn factors regularization terms; !=0-> all "magnifications" = 1.

Merge request reports