// // Cbrems_plots.C - make plots using the functions in Cbrems.C // // author: richard.t.jones at uconn.edu // version: february 11, 2017 // // usage: // root [0] .x Cbrems_plots.C // root [1] make_plots() // root [2] make_hires_plots() // root [3] .q #include #include #include int Cbrems_plots() { gROOT->ProcessLine(".L /home/halld/Dirac++/libDirac.so"); gROOT->ProcessLine(".include /home/halld/Dirac++"); gROOT->ProcessLine(".L Cbrems.C+"); return 1; }