Skip to content

SDHCAL/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