Skip to content

General constrained kinematic fit using ABC-parametrisation

License

Notifications You must be signed in to change notification settings

EmanuelPerez/ABCfitplusplus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABCfit++

General constrained kinematic fit using ABC-parametrisation

Installation

This is a shared library, in order to make the library you can call

make

in the folder. This will create a library libABCfit++.so.

When in need of help execute make help.

Usage

You can use the shared library by pointing in your gcc command lines -I and -L to this directory or generally -I to these header files and -L to the directory that the libABCfit++.so is located. Then supply also -lABCfit++ to the command line arguments.

An example:

g++ -o yourTestOutput -I../location/to/ABCfit++ -L../location/to/ABCfit++ -lABCfit++ YourSourceFile.cxx

C++ versions

This library works with C++11 and above.

Reference

This library is based on ABCfit developed by Oliver Buchmuller and Jørgen Beck Hansen. ABCfit is available here.

About

General constrained kinematic fit using ABC-parametrisation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • Makefile 0.9%