Skip to content

Commit

Permalink
Merge pull request #7443 from ianna/validation-geometry-cleanup
Browse files Browse the repository at this point in the history
Validation Geometry Cleanup
  • Loading branch information
cmsbuild committed Jan 30, 2015
2 parents fa4e6e3 + aec00e6 commit 28d504b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 135 deletions.
34 changes: 0 additions & 34 deletions Validation/Geometry/interface/MonitorElementMgr.h

This file was deleted.

99 changes: 0 additions & 99 deletions Validation/Geometry/src/MonitorElementMgr.cc

This file was deleted.

Expand Up @@ -4,7 +4,7 @@ cmsenv
echo " START Geometry Validation"
set loctag = ''
if ($#argv == 0) then
set gtag="POSTLS172_V6::All"
set gtag="MCRUN2_74_V1::All"
set geometry="GeometryExtended2015"
else if($#argv == 1) then
set gtag=`echo ${1}`
Expand Down Expand Up @@ -413,7 +413,7 @@ echo "Start Simulation geometry validation" | tee -a GeometryValidation.log
echo "Here I am " > readXML.expected
echo "Top Most LogicalPart =cms:OCMS " >> readXML.expected
echo " mat=materials:Air" >> readXML.expected
echo " solid=cms:OCMS Polycone_rrz: 0 6.28319 -450000 0 1000 -27000 0 1000 -27000 0 13000 27000 0 13000 27000 0 1000 450000 0 1000 " >> readXML.expected
echo " solid=cms:OCMS Polycone_rrz: 0 6.28319 -450000 0 1000 -27000 0 1000 -27000 0 17500 27000 0 17500 27000 0 1000 450000 0 1000 " >> readXML.expected
echo "After the GeoHistory in the output file dumpGeoHistoryOnRead you will see x, y, z, r11, r12, r13, r21, r22, r23, r31, r32, r33" >> readXML.expected
echo "finished" >> readXML.expected

Expand Down

0 comments on commit 28d504b

Please sign in to comment.