Skip to content

Fixing bug in LHE event counting

Zach Marshall requested to merge zmarshal/athena:master_LHE_CountingPatch into master

We want to use 'count', not 'find', to count the number of instances of the string in python. The number of events reported up to now was just wrong, it seems.

Merge request reports