Skip to content
Snippets Groups Projects
Commit 2581d595 authored by zleba's avatar zleba
Browse files

Documentation changed

parent ca2d2844
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,9 @@ using namespace PlottingHelper;//pollute the namespace! ...@@ -21,7 +21,9 @@ using namespace PlottingHelper;//pollute the namespace!
In case of some problems one can alternatively load the library created by ROOT: In case of some problems one can alternatively load the library created by ROOT:
``` ```
#include "plottingHelper.h"
R__LOAD_LIBRARY(plottingHelper_C.so) R__LOAD_LIBRARY(plottingHelper_C.so)
using namespace PlottingHelper;
``` ```
For programs complied by g++, the library must be added to the Makefile by the standard way: For programs complied by g++, the library must be added to the Makefile by the standard way:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment