# | Line 327 | Line 327 | countEvents | |
---|---|---|
327 | if ($output[0] =~ m/Did not find a histogram named/ || $output[0] =~ m/appears to be empty/ || $output[0] =~ m/Failed to open/) | |
328 | { | |
329 | print $output[0]; | |
330 | < | return -1; |
330 | > | return {$cutFlow => -1}; |
331 | } | |
332 | my %weight; | |
333 | my %count; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |