27 FDEBUG(1) <<
"Loading dictionary for " << name <<
"\n";
30 throw cms::Exception(
"DictionaryMissingClass") <<
"The dictionary of class '" << name <<
"' is missing!";
32 TClass*
cl = TClass::GetClass(name.c_str());
37 FDEBUG(3) <<
"doing BuildRealData for " << name <<
"\n";
38 TClass* ttest = TClass::GetClass(name.c_str());
40 ttest->BuildRealData();
43 <<
"Could not find TClass for " << name <<
"\n";
49 static bool done =
false;
62 TClass* tc = TClass::GetClass(name.c_str());
72 <<
"could not find TClass for " << name
void loadType(TypeID const &type)
void checkClassDictionaries(TypeID const &type, bool recursive=true)
void doBuildRealData(const std::string &name)
TClass * getTClass(const std::type_info &ti)
static TypeWithDict byName(std::string const &name)
Func for_all(ForwardSequence &s, Func f)
wrapper for std::for_each
std::set< TypeID > TypeSet
std::string const & className() const
void loadCap(const std::string &name)