Skip to content
/ famous Public

C++ Geant4 (https://github.com/Geant4/geant4) detector simulation of the SiPM fluorescence telescope FAMOUS

License

Notifications You must be signed in to change notification settings

ntim/famous

Repository files navigation

Welcome to FAMOUS

Geant4 (https://github.com/Geant4/geant4) detector simulation of the SiPM fluorescence telescope FAMOUS

Further information can be found here:

Requirements

The build process has been tested with Ubuntu 15.04 and Scientific Linux 6.

Getting started

Clone the code

git clone https://github.com/ntim/famous.git source
cd source

Initialize submodule G4SiPM

git submodule init
git submodule update

Initialize the submodules of G4SiPM

cd externals/g4sipm
git submodule init
git submodule update
cd ../../

Configure the build with CMake

cd ../
mkdir build
cd build
cmake ../source

Finally, start the build process

make

About

C++ Geant4 (https://github.com/Geant4/geant4) detector simulation of the SiPM fluorescence telescope FAMOUS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published