ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/AnaTools/scripts/mergeHists
(Generate patch)

Comparing UserCode/OSUT3Analysis/AnaTools/scripts/mergeHists (file contents):
Revision 1.29 by ahart, Tue Jul 9 17:21:36 2013 UTC vs.
Revision 1.30 by ahart, Tue Jul 9 19:25:00 2013 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines