26 #include <basic/options/keys/OptionKeys.hh>
38 #include <ObjexxFCL/FArray1D.hh>
50 #include <utility/vector1.hh>
57 namespace frag_picker {
60 using namespace basic::options;
61 using namespace basic::options::OptionKeys;
70 for (
Size i = 1; i <= current_chunk->size(); ++i) {
84 std::string tmp = fragment->get_chunk()->chunk_key();
90 Size offset_v = fragment->get_first_index_in_vall() - 1;
92 Real r_psi =
static_cast< Real > ( fragment->get_length() );
93 r_psi = (r_psi/2)+0.5+offset_v;
94 Size i_psi =
static_cast< Size > ( r_psi );
98 scores->set_score_component( psi,
id_);
125 lowest_acceptable_value, use_lowest);