23 #include <utility/vector1.hh>
25 #include <basic/Tracer.hh>
31 namespace frag_picker {
35 "protocols.frag_picker.quota.SecondaryStructurePool");
47 assert ( which_components.size() == weights.size() );
48 for(
Size i=1;i<=which_components.size();i++) {
62 storage_->set_worst(std::pair<FragmentCandidateOP, scores::FragmentScoreMapOP>(worst_f,worst_s));
63 for(
Size i=1;i<=n_scores;i++)
64 worst_s->set_score_component(99999.9999,i);
78 if( candidate.first->get_middle_ss() ==
ss_type_ )
return true;
85 if( candidate.first->get_middle_ss() ==
ss_type_ ) {