flagarde / SDHCALSim

Standalone Geant4 simulation of SDHCAL m3 prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Standalone Geant4 simulation of SDHCAL m3 prototype


Languages

Language:C++ 82.0%Language:CMake 11.0%Language:Python 6.6%Language:Shell 0.4%