ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/scripts/makeYieldsTables.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makeYieldsTables.py (file contents):
Revision 1.4 by lantonel, Fri Aug 16 14:57:24 2013 UTC vs.
Revision 1.5 by lantonel, Thu Aug 22 12:05:35 2013 UTC

# Line 159 | Line 159 | for channel in channels:
159  
160      fout.close()
161  
162 +    if arguments.standAlone:
163 +        #process tex files to make pdf files
164 +        command = "pdflatex -interaction=batchmode -output-directory=./%s %s > /dev/null" % (condor_dir,outputFile)
165 +        os.system(command)
166 +        os.system(command)
167 +        #os.system("rm %s" % outputFile)
168 +        os.system("rm %saux" % (outputFile.rstrip("tex")))
169 +        os.system("rm %slog" % (outputFile.rstrip("tex")))
170 +        print "Finished writing cutFlow to " + outputFile + " and compiling pdf"
171 +
172 +
173 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines