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

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makeBNTreePlot.py (file contents):
Revision 1.15 by wulsin, Fri Jun 14 16:08:18 2013 UTC vs.
Revision 1.16 by wulsin, Mon Jun 17 08:49:16 2013 UTC

# Line 82 | Line 82 | def RunOnCondor(arguments, split_dataset
82          print "Submitting job: %s " % cmd
83  
84      print "Once condor jobs have finished, merge the composite datasets and then make plots with:"  
85 <    print "    makeBNTreePlot.py -q -l " + arguments.localConfig + " -c " + arguments.condorDir  
86 <    print "    makePlots.py         -l " + arguments.localConfig + " -c " + arguments.condorDir  
85 >    if arguments.splitCondorJobs:
86 >        print "    mergeOutput.py -q    -l " + arguments.localConfig + " -c " + arguments.condorDir
87 >    else:
88 >        print "    makeBNTreePlot.py -q -l " + arguments.localConfig + " -c " + arguments.condorDir
89 >    print     "    makePlots.py         -l " + arguments.localConfig + " -c " + arguments.condorDir  
90          
91      return
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines