Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "DetectorDescription/RegressionTest/src/build.h"
0002 #include "DetectorDescription/Core/interface/ClhepEvaluator.h"
0003 
0004 int main() {
0005   ClhepEvaluator eval;
0006   regressionTest_setup(eval);
0007   regressionTest_first(eval);
0008   output("nix");
0009   return 0;
0010 }