Go to the documentation of this file.
15 #include <basic/Tracer.hh>
20 #include <utility/vector1.hh>
24 namespace frag_picker {
28 "fragment.picking.scores.AdaptiveScoreHistogram");
34 data_.resize(new_size);
42 if(
data_.size() <= bin_id)
43 data_.resize(bin_id+1);