source: fact/tools/rootmacros/PulseTemplates/make.C@ 13537

Last change on this file since 13537 was 13537, checked in by neise, 12 years ago
added Loading of libz.so for isdc machines
File size: 507 bytes
Line 
1{
2TString hostname = gSystem->HostName();
3if ( hostname.Contains("isdc") )
4{
5 gSystem->Load("/usr/lib64/libz.so");
6}
7gROOT->ProcessLine(".L ../openFits.c+");
8gROOT->ProcessLine(".L ../discriminator.C+");
9gROOT->ProcessLine(".L ../zerosearch.C+");
10gROOT->ProcessLine(".L ../factfir.C+");
11gROOT->ProcessLine(".L ../DrsCalibration.C+");
12gROOT->ProcessLine(".L ../SpikeRemoval.C+");
13gROOT->ProcessLine(".L rootfilehandler.C+");
14gROOT->ProcessLine(".L pixel.C+");
15gROOT->ProcessLine(".L FPulseOverlay.C+");
16}
Note: See TracBrowser for help on using the repository browser.