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

Comparing UserCode/OSUT3Analysis/DBTools/scripts/osusub (file contents):
Revision 1.21 by ahart, Tue Jul 2 23:41:12 2013 UTC vs.
Revision 1.22 by ahart, Tue Jul 9 17:23:14 2013 UTC

# Line 170 | Line 170 | outputRunList
170      {
171        next if $files[$i] eq ".";
172        next if $files[$i] eq "..";
173 +      next if !($files[$i] =~ m/\.root$/);
174        print RUNLIST "'file:" . abs_path ("$location/$files[$i]") . "'";
175        print RUNLIST "," if $i + 1 != @files;
176        print RUNLIST "\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines