public double[] GetParentMZCharge(int scanNum)
 {
     return(_rawReader.GetPrecursorInfo(scanNum));
 }