|
Last change
on this file since 15437 was 14467, checked in by neise, 13 years ago |
|
added Max's laptop to the list of known boxes
|
-
Property svn:executable
set to
*
|
|
File size:
792 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 | else if (hostname.Contains("factcontrol"))
|
|---|
| 13 | {
|
|---|
| 14 | gSystem->Load("/usr/lib/libz.so");
|
|---|
| 15 | }
|
|---|
| 16 | else if (hostname.Contains("grolsch"))
|
|---|
| 17 | {
|
|---|
| 18 | gSystem->Load("/usr/lib/i386-linux-gnu/libz.so");
|
|---|
| 19 | }
|
|---|
| 20 | else if (hostname.Contains("max-K50AB"))
|
|---|
| 21 | {
|
|---|
| 22 | gSystem->Load("/usr/lib/x86_64-linux-gnu/libz.so");
|
|---|
| 23 | }
|
|---|
| 24 |
|
|---|
| 25 | gROOT->ProcessLine(".L izstream.h+O");
|
|---|
| 26 | gROOT->ProcessLine(".L factfits.h+O");
|
|---|
| 27 | gROOT->ProcessLine(".L calfactfits.h+O");
|
|---|
| 28 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.