20 throw cms::Exception(
"BadInput") <<
"SurfaceDeformationFactory::surfaceDeformationType: " 21 <<
"Unknown SurfaceDeformation type " << typeString
22 <<
" (must be 'BowedSurface' or 'TwoBowedSurfaces'.\n";
33 throw cms::Exception(
"BadInput") <<
"SurfaceDeformationFactory::surfaceDeformationTypeName: " 34 <<
"Unknown SurfaceDeformation type " << type
35 <<
" (must be 'kBowedSurface' or 'kTwoBowedSurfaces'.\n";
48 throw cms::Exception(
"BadInput") <<
"SurfaceDeformationFactory::create: " 49 <<
"Unknown SurfaceDeformation type " << type <<
" (need " 65 throw cms::Exception(
"BadInput") <<
"SurfaceDeformationFactory::create: " 66 <<
"Params.size() (" << params.size()
67 <<
") does not match.\n";