26 #include <basic/options/keys/OptionKeys.hh>
38 #include <ObjexxFCL/FArray1D.hh>
50 #include <utility/vector1.hh>
59 namespace frag_picker {
62 using namespace basic::options;
63 using namespace basic::options::OptionKeys;
72 for (
Size i = 1; i <= current_chunk->size(); ++i) {
84 std::string tmp = fragment->get_chunk()->chunk_key();
91 Size offset_v = fragment->get_first_index_in_vall() - 1;
93 Real r_phi =
static_cast< Real > ( fragment->get_length() );
94 r_phi = (r_phi/2)+0.5+offset_v;
95 Size i_phi =
static_cast< Size > ( r_phi );
99 scores->set_score_component( phi,
id_);
126 lowest_acceptable_value, use_lowest);