Skip to content

jan-kaspar/elegent

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

USAGE INSTRUCTIONS

DOWNLOAD

Either download an Elegent release (http://www.hepforge.org/downloads/elegent) or checkout the code from git:

	git clone https://github.com/jan-kaspar/elegent.git

BUILD

The build is based on the CMake system (http://www.cmake.org/). While you may use any functionality it supports, the recommended build is as follows:

mkdir build
cd build
cmake .. <options>
make

CMake will automatically search for GSL, HepMC and ROOT installations. If it fails or if you wish to use a given installation, apply the following options:

  • -DHEPMC_PREFIX:STRING=<your chosen directory>
  • -DROOT_PREFIX:STRING=<your chosen directory>
  • -DGSL_CONFIG:STRING=<path to gsl-config>

The program files (executables, library and header files) can be installed by

make install

The installation destination can be set by option

-DCMAKE_INSTALL_PREFIX=<your chosen directory>

passed to cmake at configure time.

BUILD TEST

To verify the success of the recommended build, you can do the following:

cd ../test/build
./package_test ../../build

PROGRAM EXECUTION

All executable programs can be run with -h option in oder to get help. Alternatively, you can consult the Wiki pages: http://elegent.hepforge.org/trac/wiki .

About

Elegent (Elastic Event GENeraTor) is a Monte-Carlo generator of (anti-)proton-proton elastic collisions, based on a number of theoretical/phenomenological models.

Resources

License

Stars

Watchers

Forks

Packages

No packages published