28 #include <basic/Tracer.hh>
41 static basic::Tracer
TR(
"core.coarse.TranslatorSet");
43 using namespace chemical;
49 : residue_set_(residue_set),
50 coarse_residue_set_(coarse_set)
53 TR.Error <<
"constructing TranslatorSet..." <<
"\n";
60 T(
"coarse.setup") <<
"in loop " << res.
name() <<
" " << res.
name3() <<
" aa: " << res.
aa() <<
"\n";
67 cmap_ptr->pretty_print(cout);
68 coarse_maps_.insert(TranslatorMap::value_type(it->first,cmap_ptr));
70 Warning() << res.
name() <<
" not found in coarse_residue set... ignored..." <<
"\n";
79 it->second->pretty_print(os);
88 if (types.size() > 1) {
89 Warning() <<
"WARNING: coarse/Translator.cc: using the first residue in the set with AA "
90 << aa <<
"\n" <<
"do not know if that is the best choice. Might be good to add " <<
91 "knowledge about the 'default' residue_type to the residueset " <<
"\n";
108 assert(
has(fine_rsd.
name()) );