Changeset 4734


Ignore:
Timestamp:
08/25/04 17:51:58 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/callisto.cc

    r4733 r4734  
    2727    //       12345678901234567890123456789012345678901234567890
    2828    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;
    3333    gLog << "========================================================" << endl;
    3434    gLog << endl;
     
    8383    gLog << " contants. These constants are stored in a so called calibration-file" << endl;
    8484    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;
    8688    gLog << endl;
    8789}
Note: See TracChangeset for help on using the changeset viewer.