Skip to content

Correction of the generator efficiency, to propagate errors

Alessio Piucci requested to merge GeneratorCorrection into master

Moved the correction of the generator efficiency directly to the effLUT library: the scaling factor is now applied while computing the yield. This allows to a simple propagation of the errors.

Changes to propagate to the effLUT config files:

  • renamed the kin1Eff to GeneratorEff;
  • two new fields, to specify the log file names containing the rescaling factors for the generator efficiency.

The script 'correctGenerator' is no more useful, and removed.

Merge request reports