]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/SPECTRA/PiKaPr/TOF/pPb502/macros/DCAmc_std.C
Merge branch 'TPCdev' of https://git.cern.ch/reps/AliRoot into TPCdev
[u/mrichter/AliRoot.git] / PWGLF / SPECTRA / PiKaPr / TOF / pPb502 / macros / DCAmc_std.C
1 DCAmc_std(const Char_t *filename)
2 {
3
4   gROOT->LoadMacro("MakeLibs.C");
5   gROOT->LoadMacro("DCA.C");
6   MakeLibs();
7
8   /* start DCAmc */
9   DCAmc(filename);
10
11 }