Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:34

0001 #ifndef DDD_RegressionTest_h
0002 #define DDD_RegressionTest_h
0003 
0004 #include <string>
0005 #include <DetectorDescription/Core/interface/DDCompactView.h>
0006 // will define a small setup using not XML
0007 // but only DDCore-calls
0008 
0009 class ClhepEvaluator;
0010 
0011 // constants and world-volume
0012 /* world-volume is a box. It will be subdevided (conceptually) into
0013    8 corners. In each corner a test can be done. */
0014 /* adding a global file name */
0015 void regressionTest_setup(ClhepEvaluator&);
0016 
0017 // s
0018 void regressionTest_first(ClhepEvaluator&);
0019 void regressionTest_second();
0020 void regressionTest_third();
0021 void regressionTest_forth();
0022 
0023 // parser test...
0024 void testParser();
0025 
0026 // misc
0027 void testrot();
0028 
0029 void output(std::string filename);
0030 #endif