Skip to content

luketpickering/ROOTEGPythia6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROOTEGPythia6

This is a standalone version of the ROOT EGPythia6 library, which was removed in ROOT v6.30.

The src/ and inc/ directories are copied from the ROOT source tree at version 6.28.00.

Build

git clone https://github.com/luketpickering/ROOTEGPythia6.git
cd ROOTEGPythia6; mkdir build; cd build
cmake .. -DROOTEGPythia6_Pythia6_BUILTIN=<ON|OFF>
make install #installs to ROOTEGPythia6/build/Linux/ by default

Use in your project

First add the build location to the CMake prefix path

export ROOTEGPythia6_ROOT=/path/to/ROOTEGPythia6/build/Linux

CMake

find_package(ROOTEGPythia6 REQUIRED)

target_link_libraries(tgt PUBLIC ROOT::EGPythia6)

Non-CMake

gcc ... `${ROOTEGPythia6_ROOT}/bin/ROOTEGPythia6-config --cxxflags` ...
gcc ... `${ROOTEGPythia6_ROOT}/bin/ROOTEGPythia6-config --ldflags` ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages