| 14 | { |
| 15 | |
| 16 | IdentificationHit::IdentificationHit() : |
| 17 | MetaInfoInterface(), |
| 18 | id_(), |
| 19 | charge_(0), |
| 20 | calculated_mass_to_charge_(0.0), |
| 21 | name_(""), |
| 22 | pass_threshold_(true), |
| 23 | rank_(0) |
| 24 | { |
| 25 | } |
| 26 | |
| 27 | IdentificationHit::~IdentificationHit() = default; |
| 28 |
no outgoing calls