Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation Geometry Cleanup #7443

Merged
merged 3 commits into from Jan 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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