SiPM detector simulation using CERN Geant4. DE-Detector under new name.
Go to file
David Baranyai 4dee12aa71 New name and major changes 2018-09-04 23:25:14 +02:00
include New name and major changes 2018-09-04 23:25:14 +02:00
macros New name and major changes 2018-09-04 23:25:14 +02:00
src New name and major changes 2018-09-04 23:25:14 +02:00
README.md update README 2018-09-04 20:36:10 +02:00
sipm.cc New name and major changes 2018-09-04 23:25:14 +02:00

README.md

SiPM Detector simulation using CERN Geant4

Description

Simulation of detecting photons using Silicon photomultiplier. The output file is a ROOT file. Can be checked by TBrowser.

Prerequisities

  • CERN Geant4
  • CERN Root (tested on 6.13/03)
  • Linux or MacOS (should work on Windows, not tested)

Building

git clone https://git.divaldo.hu/divaldo/SiPM.git
mkdir build_dir && cd build_dir
cmake ../SiPM
make -jN (where N is the number of jobs to run simultaneously)