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 | {
|
---|
2 | TString hostname = gSystem->HostName();
|
---|
3 | if ( hostname.Contains("isdc") )
|
---|
4 | {
|
---|
5 | gSystem->Load("/usr/lib64/libz.so");
|
---|
6 | }
|
---|
7 | gROOT->ProcessLine(".L /home_nfs/isdc/jbbuss/Mars/fact/marsmacros/FACT-MC/montecarlo.C++");
|
---|
8 | gROOT->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.