Skip to content

A dependency-free header-only C++ library to forward-fold cross-section predictions so they can be compared to MicroBooNE data.

License

Notifications You must be signed in to change notification settings

a-d-smith/ubsmear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubsmear

A dependency-free header-only C++ library to forward-fold cross-section predictions so they can be compared to MicroBooNE data.

Installation

# Clone this repo
git clone https://github.com/a-d-smith/ubsmear.git

# Simply add ubsmear/inc as an include path, and #include "ubsmear.h"
# For a simple example, see ubsmear/example/Makefile.

How to compile the example

# Clone this repo
git clone https://github.com/a-d-smith/ubsmear.git

# Go to the ubsmear directory
cd ubsmear

# Set the UBSMEAR_DIR environment variable to point to your clone of the repo
export UBSMEAR_DIR=`pwd`

# Go to the example directory, and compile the test code
cd example
make

# Run the example
./test

About

A dependency-free header-only C++ library to forward-fold cross-section predictions so they can be compared to MicroBooNE data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published