14 #ifndef INCLUDED_protocols_frag_picker_scores_FragmentScoreMap_hh
15 #define INCLUDED_protocols_frag_picker_scores_FragmentScoreMap_hh
22 #include <utility/pointer/ReferenceCount.hh>
24 #include <utility/vector1_bool.hh>
28 namespace frag_picker {
43 small_scores_.resize(n_componens);
44 was_modified_ =
false;
46 recent_quota_score_ = 999.999;
52 for (
Size i = 1; i <= small_scores_.size(); i++)
53 f->small_scores_[i] = small_scores_[i];
54 f->was_modified_ = was_modified_;
55 f->recent_total_ = recent_total_;
60 inline Size size()
const {
return small_scores_.size(); }
62 inline Real at(
Size score_index)
const {
return small_scores_[score_index]; };
71 small_scores_[component_id] = score_value;