Skip to content

Commit

Permalink
Merge pull request #9879 from cschomak/CMSSW_7_6_X_GeometryComparison
Browse files Browse the repository at this point in the history
Include d<angle> vs. d<translation> plots in geometry comparison plotter
  • Loading branch information
cmsbuild committed Jun 29, 2015
2 parents 25ba490 + 9d14372 commit f744df2
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 191 deletions.
Expand Up @@ -145,7 +145,7 @@ def createScript(self, path):
".Comparison_common"+name+"_Images/CrossTalk\n")


### At the moment translations are immages with suffix _1 and _2, rotations _3 and _4, and cross talk _5 and _6
### At the moment translations are immages with suffix _1 and _2, rotations _3 and _4, and cross talk _5, _6, _7 and _8
### The numeration depends on the order of the MakePlots(x, y) commands in comparisonScript.C
### If comparisonScript.C is changed, check if the following lines need to be changed as well
repMap["runComparisonScripts"] += \
Expand Down Expand Up @@ -174,6 +174,14 @@ def createScript(self, path):
("find . -maxdepth 1 -name \"*_6*\" "
"-print | xargs -I {} bash -c \"rfcp {} .oO[datadir]Oo."
"/.oO[name]Oo..Comparison_common"+name+"_Images/CrossTalk/\" \n")
repMap["runComparisonScripts"] += \
("find . -maxdepth 1 -name \"*_7*\" "
"-print | xargs -I {} bash -c \"rfcp {} .oO[datadir]Oo."
"/.oO[name]Oo..Comparison_common"+name+"_Images/CrossTalk/\" \n")
repMap["runComparisonScripts"] += \
("find . -maxdepth 1 -name \"*_8*\" "
"-print | xargs -I {} bash -c \"rfcp {} .oO[datadir]Oo."
"/.oO[name]Oo..Comparison_common"+name+"_Images/CrossTalk/\" \n")

repMap["runComparisonScripts"] += \
("find . -maxdepth 1 -name "
Expand Down

0 comments on commit f744df2

Please sign in to comment.