Changeset 4734
- Timestamp:
- 08/25/04 17:51:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/callisto.cc
r4733 r4734 27 27 // 12345678901234567890123456789012345678901234567890 28 28 gLog << "========================================================" << endl; 29 gLog << " Callisto - MARS V" << MARSVER << endl;30 gLog << " MARS -- CALibrate LIght Signals and Time Offsets" << endl;31 gLog << " Compiled on <" << __DATE__ << ">" << endl;32 gLog << " Using ROOT v" << ROOTVER << endl;29 gLog << " Callisto - MARS V" << MARSVER << endl; 30 gLog << " MARS -- CALibrate LIght Signals and Time Offsets" << endl; 31 gLog << " Compiled on <" << __DATE__ << ">" << endl; 32 gLog << " Using ROOT v" << ROOTVER << endl; 33 33 gLog << "========================================================" << endl; 34 34 gLog << endl; … … 83 83 gLog << " contants. These constants are stored in a so called calibration-file" << endl; 84 84 gLog << " together with some datacheck plots which can be viewed using either" << endl; 85 gLog << " showplot or MStatusDisplay in the interpreter." << endl; 85 gLog << " showplot or MStatusDisplay in the interpreter." << endl << endl; 86 gLog << "Example:" << endl; 87 gLog << " callisto -f --outc=mycal/ --outy=mysignal/ --log sequence02345.txt" << endl; 86 88 gLog << endl; 87 89 }
Note:
See TracChangeset
for help on using the changeset viewer.