---------------------------------------------------------------------- 2022/03/11 K.Fujii v01-06 with iLCSoft-v02-02-03 now using clang The instruction here assumes iLCSoft is installed in /Users/proj/soft/ilcsoft/ beforehand. ---------------------------------------------------------------------- URL: https://github.com/iLCSoft?page=1 1) patched marlintpc v01-06 $ cd /Users/proj/cdc/soft/src/11.X/MarlinTPC/v02-02-03/ $ ls marlintpc-v01-06-lctpcj.tar.gz LP_Asian_GEM_Module.tar.gz 2) Set default compilers to clang $ sudo alternatives --config gcc ------------- select clang! ------------- 3) Build MarlinTPC/v01-06 $ cd /Users/proj/cdc/soft/MarlinTPC $ tar -zxvf ../src/11.X/MarlinTPC/v02-02-03/marlintpc-v01-06-lctpcj.tar.gz ....... $ cd v01-06 $ mkdir build $ cd build $ cmake -C /Users/proj/soft/ilcsoft/v02-02-03/ILCSoft.cmake .. $ make -j4 $ make install $ cd ../examples $ tar -zxvf ../../../src/11.X/MarlinTPC/v02-02-03/LP_Asian_GEM_Module.tar.gz $ cd LP_Asian_GEM_Module $ bash # init script does not work in zsh. $ source init_ilcsoft.sh $ sh manyrun.sh 2000 ....... ... wait until all the runs finish. ....... $ mv r199* Data/ $ mav r200* Data/ $ cd Analysis/ $ root -l GMResol.C .......