]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/SPECTRA/PiKaPr/TOF/pPb502/macros/defaultFit.C
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / SPECTRA / PiKaPr / TOF / pPb502 / macros / defaultFit.C
1 defaultFit(const Char_t *filename, Int_t ipart, Int_t icharge, Int_t iipart, Int_t icent)
2 {
3   gROOT->LoadMacro("TOFpid.C");
4   TOFspectrum(filename, ipart, icharge, iipart, icent);
5   TOFpid_rawSpectra();
6   TOFpid_rawSpectra_mismatchCorrected();
7 }