/SDHCALSim

Standalone Geant4 simulation of SDHCAL m3 prototype

Primary LanguageC++

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