Changeset 7760 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/28/06 10:40:33 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7758 r7760  
    3535     - added number of correlated stars
    3636     - changed name of database column
     37
     38   * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
     39     mjtrain/MJTrainSeparation.cc:
     40     - small improvement to log-output
     41
     42   * tpoint/gui.C:
     43     - added some SetFrameBorderMode and SetBorderMode
    3744
    3845
  • trunk/MagicSoft/Mars/callisto.cc

    r7713 r7760  
    3333    gLog << "                 Callisto - MARS V" << MARSVER            << endl;
    3434    gLog << "    MARS -- CALibrate LIght Signals and Time Offsets"     << endl;
    35     gLog << "   Compiled with ROOT v" << ROOTVER << " on <" << __DATE__ << ">" << endl;
     35    gLog << "      Compiled with ROOT v" << ROOTVER << " on <" << __DATE__ << ">" << endl;
    3636    gLog << "========================================================" << endl;
    3737    gLog << endl;
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCalc.cc

    r7409 r7760  
    278278    if (bads>0.5*entries)
    279279    {
    280         *fLog << err << "ERROR - More than 50% unsuitable pixels... something must be wrong!" << endl;
     280        *fLog << err << "ERROR - More than 50% unsuitable pixels (" << bads << "/" << entries << ")... something must be wrong!" << endl;
    281281        return kFALSE;
    282282    }
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc

    r7724 r7760  
    478478    const Double_t R = n0*A;                       //[Hz]
    479479
    480     *fLog << "Source Spectrum:                                          " << flux << " * (E/TeV)^(-2.6) * TeV*m^2*s" << endl;
     480    *fLog << "Source Spectrum: " << flux << " * (E/TeV)^(-2.6) * TeV*m^2*s" << endl;
    481481
    482482    *fLog << "Gamma rate from the source inside the MC production area: " << R << "Hz" << endl;
Note: See TracChangeset for help on using the changeset viewer.