| 18 | |
| 19 | |
| 20 | BaseFeature::BaseFeature() : |
| 21 | RichPeak2D(), quality_(0.0), charge_(0), width_(0) |
| 22 | { |
| 23 | } |
| 24 | |
| 25 | BaseFeature::BaseFeature(const BaseFeature& rhs, UInt64 map_index) : |
| 26 | RichPeak2D(rhs), quality_(rhs.quality_), charge_(rhs.charge_), width_(rhs.width_), |