CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DetectorDescription/RegressionTest/src/build.h

Go to the documentation of this file.
00001 #ifndef DDD_RegressionTest_h
00002 #define DDD_RegressionTest_h
00003 
00004 #include <string>
00005 #include <DetectorDescription/Core/interface/DDCompactView.h>
00006 // will define a small setup using not XML
00007 // but only DDCore-calls
00008 
00009 // constants and world-volume
00010 /* world-volume is a box. It will be subdevided (conceptually) into
00011    8 corners. In each corner a test can be done. */   
00012 /* adding a global file name */
00013 void regressionTest_setup();
00014 
00015 // s
00016 void regressionTest_first();
00017 void regressionTest_second();
00018 void regressionTest_third();
00019 void regressionTest_forth();
00020 
00021 // parser test...
00022 void testParser();
00023 
00024 // misc
00025 void testrot();
00026 
00027 void output(std::string filename);
00028 #endif