-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
35 lines (23 loc) · 966 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
RooUnfold $Id: README 247 2010-10-04 22:04:21Z T.J.Adye $
=========
RooUnfold is a framework for unfolding (AKA "deconvolution" or "unsmearing").
It currently implements several methods: iterative (Bayes),
singular value decomposition (SVD), unregularised matrix inversion,
bin-by-bin (simple correction factors), and an interface to ROOT's TUnfold.
It can be used from the ROOT prompt, or linked against the ROOT libraries.
RooUnfold requires ROOT 4 or later.
For the latest version and documentation, see here
http://hepunx.rl.ac.uk/~adye/software/unfold/RooUnfold.html
RooUnfold was written by Tim Adye, Kerstin Tackmann, and Fergus Wilson.
Building
========
Use GNU make. Just type
make
to build the RooUnfold shared library.
Running
=======
RooUnfoldExample.cxx makes a simple test of RooUnfold.
% root
root [0] .L examples/RooUnfoldExample.cxx
root [1] RooUnfoldExample()
See the web page for more examples and documentation.