14 #ifndef INCLUDED_protocols_toolbox_DecoySetEvaluation_impl_hh
15 #define INCLUDED_protocols_toolbox_DecoySetEvaluation_impl_hh
23 #include <basic/Tracer.hh>
25 #include <utility/vector1.hh>
34 template<
typename SilentStructIterator >
36 static basic::Tracer
_impl_tr(
"protocols.toolbox.DecoySetEvaluation");
38 Size n_new_decoys( n_decoys_in );
40 if ( begin == end )
return;
42 begin->fill_pose( pose);
49 _impl_tr.Warning <<
"Found no CA in sequnce at position " << pos+1 <<
" Will stop pool before this position... " << std::endl;
61 for ( SilentStructIterator it=begin; it!=end && n_new_decoys>0; ++it, --n_new_decoys ) {