Ignore:
Timestamp:
05/03/12 11:51:41 (13 years ago)
Author:
neise
Message:
added Loading of libz.so for isdc machines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/make.C

    r13534 r13537  
    11{
     2TString hostname = gSystem->HostName();
     3if ( hostname.Contains("isdc") )
     4{
     5    gSystem->Load("/usr/lib64/libz.so");
     6}
    27gROOT->ProcessLine(".L ../openFits.c+");
    38gROOT->ProcessLine(".L ../discriminator.C+");
Note: See TracChangeset for help on using the changeset viewer.