Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 692 Bytes

Linux macOS Windows

Installation

Installation with ilcsoft

  • source ${mypath}/init_ilcsoft.sh;
  • mkdir build ; cd build ;
  • cmake .. ;
  • make -j4 install ;

Installation without ilcsoft. you'll need LCIO, ROOT and GEANT4 software

export LCIOdir=/path/to/lcio/installation/directory source installtool/init.sh mkdir build ; cd build ; cmake -C ../installtool/local.cmake .. ; make -j4 install ; cd ..

Running

./script/example.py