Skip to content

andrey-nakin/gneis-geant4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gneis-geant4

Project Stats

An GNEIS facility modeling library based on Geant4 toolkit.

Requirements

  • GCC 4.9.2 or higher
  • CMake 3.1 or higher
  • Geant4 10.4 or higher
  • Google Test 1.7 or higher

Content

  • gneis-geant4 - library itself.
  • basic - a very basic executable that invokes library.
  • examples - macro files with GNEIS-related examples.

Prerequisites

  • Geant4 installed and configured

Building

  1. Go to your working directory, for example ~/workspace (all directory names are arbitrary).

  2. Create gneis-geant4 subdirectory within the working directory.

  3. Download content of gneis-geant4 repository into ~/workspace/gneis-geant4.

  4. Create gneis-geant4-build subdirectory within the working directory.

  5. Enter ~/workspace/gneis-geant4-build directory.

  6. Run cmake:

cmake ~/workspace/gneis-geant4

6.1. If you need to install the library into your profile-specific directory rather than system directory, then set CMAKE_INSTALL_PREFIX system property for cmake as follows:

cmake -DCMAKE_INSTALL_PREFIX=~ ~/workspace/gneis-geant4
  1. Build and install library and executables:
make && make install
  1. Run example
cd ~/workspace/gneis-geant4
gg-basic examples/basic.mac

About

ISNP facility modeling library based on geant4 toolkit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published