Skip to content

irenedutta23/LYSOSiPM

 
 

Repository files navigation

LYSOSiPM

Geant4 simulation of 12x12x3mm LYSO + SiPM response to MIP particles

=============================

setup

cd ..
mkdir LYSOSiPM-build
cd LYSOSiPM-build
cmake ../LYSOSiPM
make -j8
./LYSOSiPM

How to install Geant4

  1. download the source files and unzip to /YourPath/geant4_10_04 http://geant4.web.cern.ch/geant4/support/download.shtml (ZIP format)

  2. do the following:

cd /YourPath/
mkdir geant4_10_04-build
mkdir geant4_10_04-install
cd geant4_10_04-build
cmake -DGEANT4_USE_OPENGL_X11=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_QT=ON DGEANT4_INSTALL_DATA=ON -DCMAKE_INSTALL_PREFIX=/YourPath/geant4_10_04-install /YourPath/geant4_10_04
make -j8 
make install
  1. then you should be able to use your geant4 by source the following file:

/YourPath/geant4_10_04-install/share/Geant4-10.4.0/geant4make/geant4make.sh

Good Luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.4%
  • Python 12.4%
  • C++ 3.5%
  • Shell 2.6%
  • Makefile 2.0%
  • CMake 0.1%