How to use MpdMiniDst

Discusion how to use MiniDst recently added to Mpdroot

Hi,

I just start to use mpdroot.
My OS is centos 7. I have installed mpdroot using http://mpd.jinr.ru/howto-install/
without geant.
I’m trying to test mpdroot and doing next:
$ . SetEnv.shbash: geant4.sh: No such file or directory
SIMPATH is pointing to /opt/fairsoft/install
FAIRROOTPATH is pointing to /opt/fairroot/install
$ mpdroot macro/physical_analysis/readDST.C
bash: /home/kmikhail/mpdroot.sh: No such file or directory

Does anybody know what should be in the file mpdroot.sh?
The manual(the web above) does not contain information about this file.

It would also be reasonable to indicate the email address of the person in charge
at http://mpd.jinr.ru/howto-install/

Thanks,
Konstantin

Dear Konstantin,

Yesterday I updated readDST.C macro to be compatible with reading recently produced DST-files. They are correct in sense of structure (events --> written global tracks --> hits in detectors) to be read out.

So, please, make git pull , if not done yet, to get the latest version of repository and recompile the project .

To execute it, one has to do: root -b -q readDST.C(“input_dst_file.root”)


Pavel.