CMS 3D CMS Logo

Functions

dddDetails Namespace Reference

Functions

void errorReadMapType (const std::string &key)

Function Documentation

void dddDetails::errorReadMapType ( const std::string &  key)

Definition at line 5 of file DDReadMapType.cc.

References Exception, and combine::key.

Referenced by ReadMapType< std::map< std::string, double > >::operator[]().

                                               {
    throw cms::Exception("DDException") << "ReadMapType::operator[] key not found:" << key;
  }