# R. Ruiz (rruiz@ifj.edu.pl)
# April 2023


THIS PROGRAM IS NOT YET PUBLIC. COME BACK SOON FOR THE REAL README!

To compile the program, use the following
$ g++ -o demoNuWidth.bin demoNuWidth.cc $(root-config --cflags --libs) $(lhapdf-config --cflags --libs) -std=gnu++17  

The program requires ROOT and LHAPDF6. The c++17 standard flag (-std=gnu++17) can be omitted.