14 std::ostringstream knownKeys;
16 knownKeys << (it !=
theStore.begin() ?
", " :
"") << it->first;
19 throw cms::Exception(
"AlignableMapError") <<
"Cannot find an object of name " <<
name <<
" in AlignableMap, " 20 <<
"know only " << knownKeys.str() <<
".";
28 edm::LogInfo(
"AlignableMap") <<
"Printing out AlignSetup: ";
29 for (
typename Container::const_iterator it =
theStore.begin(); it !=
theStore.end(); ++it) {
Log< level::Info, true > LogVerbatim
align::Alignables & get(const std::string &name="")
void dump(void) const
Print the name of all stored data.
align::Alignables & find(const std::string &name="")
Log< level::Info, false > LogInfo
std::vector< Alignable * > Alignables