Skip to content

Change filter efficiency calculation and target number of events for LHE files

Spyros Argyropoulos requested to merge jan into master

Changes introduced

  • Use filter efficiency without event weights to estimate target number of events
  • Instead of 1.1*(output events)/(efficiency) use ((output events)+4*sqrt(output events))/(filter efficiency) to estimate how many input LHE events should be used

Tests

Based on the file in #148 (closed)

Screenshot_2021-07-28_at_17.47.19

This was previously:

Screenshot_2021-07-28_at_17.47.58

Issues resolved

Closes #148 (closed)

Merge request reports