public PeakList <Peak> GetMasterScanPeakList(int childScan)
 {
     return(rawFile.GetMasterScanPeakList(childScan));
 }