Skip to content
Snippets Groups Projects
Commit 380d6d1f authored by matta's avatar matta
Browse files

* Change the rootlogon example to fit actual procedure

parent acda1096
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,12 @@
{
// Load NPToolLogon.C macro dealing with all the NPLib shared libraries
TString path = gSystem->Getenv("NPLIB");
gROOT->ProcessLine(Form(".x %s/scripts/NPToolLogon.C", path.Data()));
gROOT->ProcessLine( Form(".L %s/scripts/NPToolLogon.C+", path.Data()) );
// No Init Display
// InitNPTool(false)
InitNPTool();
// With Init Display
//InitNPTool(true);
}
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