CMS 3D CMS Logo

build.h
Go to the documentation of this file.
1 #ifndef DDD_RegressionTest_h
2 #define DDD_RegressionTest_h
3 
4 #include <string>
6 // will define a small setup using not XML
7 // but only DDCore-calls
8 
9 class ClhepEvaluator;
10 
11 // constants and world-volume
12 /* world-volume is a box. It will be subdevided (conceptually) into
13  8 corners. In each corner a test can be done. */
14 /* adding a global file name */
16 
17 // s
22 
23 // parser test...
24 void testParser();
25 
26 // misc
27 void testrot();
28 
30 #endif
void regressionTest_first(ClhepEvaluator &)
Definition: build.cc:111
void testrot()
Definition: build.cc:251
void regressionTest_forth()
void regressionTest_second()
void testParser()
Definition: build.cc:210
void output(std::string filename)
void regressionTest_setup(ClhepEvaluator &)
Definition: build.cc:40
void regressionTest_third()