vector<Fitted> GWRecal::Peaks |
void SetFormat(string type, int nchan){specFormat = type; specLength = nchan;} // format of the data and number of channels (if not encoded in filename) void ShiftOfLargestPeakToPos(double Position){Energies.clear(); Energies.push_back(Position); doSlope = false;} //calculate shift of the largest peak with respect to the given position
void BandGenerator(double EStart, double EStep, int NPeaks){eBhead = EStart; eBstep = EStep; eBnumb = NPeaks;} //generate a band startin at e0 with num peaks spaced by step keV void ProduceCalibSpectra(double Gain, string Tag){testGain = Gain; testSuff = Tag; testResults = true;} //produce calibrated spectra (Recal__num-nchan-F__tag.dat) with the given dispersion and tag [1]
Definition at line 148 of file RecalEnergy.h.