20 throw cms::Exception(
"BadInput") <<
"SurfaceDeformationFactory::surfaceDeformationType: "
21 <<
"Unknown SurfaceDeformation type " << typeString
22 <<
" (must be 'BowedSurface' or 'TwoBowedSurfaces'.\n";
50 throw cms::Exception(
"BadInput") <<
"SurfaceDeformationFactory::create: "
51 <<
"Unknown SurfaceDeformation type " << type <<
" (need "
53 <<
") or params.size() (" << params.size()
54 <<
") does not match.\n";