source: fact/tools/marsmacros/mc2csv/makeMmc2csv.C@ 14605

Last change on this file since 14605 was 14605, checked in by Jens Buss, 13 years ago
initial commit: Class reading MC data from root-file with Mars classes and writing data to CSV
  • Property svn:executable set to *
File size: 304 bytes
Line 
1{
2TString hostname = gSystem->HostName();
3if ( hostname.Contains("isdc") )
4{
5 gSystem->Load("/usr/lib64/libz.so");
6}
7gROOT->ProcessLine(".L /home_nfs/isdc/jbbuss/Mars/fact/marsmacros/FACT-MC/montecarlo.C++");
8gROOT->ProcessLine(".L /home_nfs/isdc/jbbuss/Mars/fact/marsmacros/FACT-MC/mmc2csv.C++");
9
10}
Note: See TracBrowser for help on using the repository browser.