Skip to content

Small framework for nuclear collision generators make up based on pipeline architecture

Notifications You must be signed in to change notification settings

alexsvetlichnyy/COLA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COLA - Nuclear COllision LAyout framework

Based on pipeline architecture framework for the merging of a few parts of the nucleus-nucleus collision generators

Installation

in source directory:

$ cd ../
$ mkdir build
$ cd build
$ cmake ../COLA
$ cmake --build . --target install

You can specify CMAKE_INSTALL_PREFIX to change the installation location (default for most Linux systems is /usr/local, which requires root)

In the installation directory there is config.sh file, which should be sourced to add CMake package location to indexed directories list (in case the installation directory is not standart for the system). Consider adding it to .profile or .bashrc

COLA Modules

Currently there is only a minimal module + program example with some guidelines on module writing.

About

Small framework for nuclear collision generators make up based on pipeline architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • CMake 1.6%
  • Shell 0.1%