Last change
on this file since 941 was 454, checked in by harald, 24 years ago |
Import the first sources of the MAGIC Analysis and Reconstruction Software.
T. Bretz and H. Kornmayer 20.December 2000
|
File size:
284 bytes
|
Line | |
---|
1 | {
|
---|
2 | cout << endl;
|
---|
3 |
|
---|
4 | cout << "Loading 'mars.so'... " << flush;
|
---|
5 |
|
---|
6 | if (gSystem->Load("mars.so")!=0)
|
---|
7 | cout << "error." << endl;
|
---|
8 | else
|
---|
9 | cout << "done." << endl;
|
---|
10 |
|
---|
11 | cout << endl;
|
---|
12 |
|
---|
13 | cout << "Welcome to the Mars Root environment." << endl;
|
---|
14 |
|
---|
15 | cout << endl;
|
---|
16 | }
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.