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
0007
0008
0009 class ClhepEvaluator;
0010
0011
0012
0013
0014
0015 void regressionTest_setup(ClhepEvaluator&);
0016
0017
0018 void regressionTest_first(ClhepEvaluator&);
0019 void regressionTest_second();
0020 void regressionTest_third();
0021 void regressionTest_forth();
0022
0023
0024 void testParser();
0025
0026
0027 void testrot();
0028
0029 void output(std::string filename);
0030 #endif