CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
edm::detailsTrie Namespace Reference

Functions

void errorInsert (std::string const &key)
 

Function Documentation

void edm::detailsTrie::errorInsert ( std::string const &  key)
inline

Definition at line 545 of file Trie.h.

References edm::errors::InvalidReference, and edm::Exception::throwThis().

Referenced by edm::Trie< T >::insert().

545  {
546  Exception::throwThis(errors::InvalidReference,
547  "Trie::insert called with a key already in collection;\n"
548  "key value: ",
549  key.c_str());
550  }
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.