Skip to content

Commit

Permalink
Fix typo which caused the arrow plots to be not produced.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-mittag committed Oct 10, 2013
1 parent e39daa4 commit c81d6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def createScript(self, path):
"fi\n")
repMap["runComparisonScripts"] += \
("rfcp .oO[CMSSW_BASE]Oo./src/Alignment"
"/OfflineValidation/scripts/makeArrowPlots "
"/OfflineValidation/scripts/makeArrowPlots.C "
"$CWD/TkAllInOneTool\n"
"root -b -q 'makeArrowPlots.C(\""
".oO[name]Oo..Comparison_common"+name
Expand Down

0 comments on commit c81d6c6

Please sign in to comment.