Skip to content
Snippets Groups Projects
Commit 9924154b authored by adrien-matta's avatar adrien-matta
Browse files

* trying to fix NPToolLogon.C Failure on specific linux

parent 73d167ba
No related branches found
No related tags found
No related merge requests found
TTreeName
AutoTree
SimulatedTree
RootFileName
/data/e628X/e628/acquisition/run_root/run_1377.0.root
/data/e628X/e628/acquisition/run_root/run_1377.1.root
% /data/e628X/e628/acquisition/run_root/run_1336.2.root
./Example1.root
......@@ -38,6 +38,8 @@ using namespace std;
#include"TRandom.h"
#include"TRandom2.h"
void NPToolLogon(){
#ifdef __APPLE__
std::string LOGON_LIB_EXTENSION = ".dylib";
#endif
......@@ -48,10 +50,6 @@ std::string LOGON_LIB_EXTENSION = ".so";
std::string LOGON_LIB_EXTENSION = ".so";
#endif
//#include "Style_nptool.C"
void NPToolLogon(){
// Create the NPTool Stype
TString NPLPath = gSystem->Getenv("NPTOOL");
gROOT->ProcessLine(Form(".x %s/NPLib/scripts/Style_nptool.C",NPLPath.Data()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment