ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/mjarvis/makePSet.py
(Generate patch)

Comparing UserCode/mjarvis/makePSet.py (file contents):
Revision 1.1 by mjarvis, Thu Jul 22 09:36:05 2010 UTC vs.
Revision 1.2 by mjarvis, Thu Jul 22 09:38:07 2010 UTC

# Line 38 | Line 38 | for row in rows:
38                          dset = datasets[0]
39                          path = (row['rpath'])
40                          paths.append(path)
41 <                        shortName = (string.split(dset, '/'))[1]
41 >                        shortName = (string.split(dset, '/'))[1] + "_" + (string.split(dset, '/'))[2]
42                          shortNames.append(shortName)
43                          xsecs.append(0.0)
44                  break

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines