source: fact/tools/pyscripts/pyfact/makelibs.C@ 13506

Last change on this file since 13506 was 13506, checked in by neise, 12 years ago
creating shared object files from C++ header files
  • Property svn:executable set to *
File size: 458 bytes
Line 
1{
2 TString hostname = gSystem->HostName();
3 if (hostname.Contains("isdc"))
4 {
5 gSystem->Load("/usr/lib64/libz.so");
6 }
7 // a bit of sugar for myself ... feel free to add your personal settings here:-)
8 else if (hostname.Contains("neiseLenovo"))
9 {
10 gSystem->Load("/usr/lib/libz.so");
11 }
12 gROOT->ProcessLine(".L izstream.h++");
13 gROOT->ProcessLine(".L factfits.h++");
14 gROOT->ProcessLine(".L calfactfits.h++");
15}
Note: See TracBrowser for help on using the repository browser.