Skip to content

RPClab/SDHCALSim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.1%
  • CMake 11.0%
  • Python 6.5%
  • Shell 0.4%