38 Info<<
"Selecting pdfType " << modelType <<
endl;
40 dictionaryConstructorTable::iterator cstrIter =
41 dictionaryConstructorTablePtr_->find(modelType);
43 if (cstrIter == dictionaryConstructorTablePtr_->end())
45 FatalErrorIn(
"pdfs::pdf::New(const dictionary&, Random&)")
46 <<
"Unknown pdf type " << modelType <<
nl <<
nl
47 <<
"Valid pdf types are:" <<
nl
48 << dictionaryConstructorTablePtr_->sortedToc()