32 #include <basic/Tracer.hh>
35 #include <utility/excn/Exceptions.hh>
36 #include <utility/vector1.hh>
38 static basic::Tracer
TR(
"protocols.loops.loop_mover.refine.LoopRefineInnerCycleContainer");
42 namespace loop_mover {
45 using utility::excn::EXCN_Msg_Exception;
66 if (
this == &rhs )
return *
this;
132 type(
"LoopRefineInnerCycleContainer" );
181 (*it)->set_scorefxn( scorefxn );
191 (*it)->set_task_factory( tf );
201 (*it)->set_loop_mover( new_owner_in_town );
211 (*it)->set_native_pose( pose );
222 out << loop_refine_inner_cycle_container.
get_name() <<
" with the following LoopRefineInnerCycles: " << std::endl;
226 for( LoopRefineInnerCycleContainer::InnerCycleList::const_iterator it = inner_cycle_list.begin();
227 it != inner_cycle_list.end(); ++it )
229 out <<
" " << **it << std::endl;
242 return "LoopRefineInnerCycleContainer";