Changeset 7648


Ignore:
Timestamp:
04/22/06 08:42:28 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7646 r7648  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2006/04/22 Thomas Bretz
     22
     23   * mraw/MRawRunHeader.cc:
     24     - some small changes, mainly output and comments
     25
     26
     27
    2128 2006/04/21 Daniel Hoehne
    2229
    23    * datacenter/scripts/doqualityplots.C, dowebplots.C:
     30   * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
    2431     - fixed bug in usage of pstoimg
    2532
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc

    r7647 r7648  
    401401    }
    402402    *fLog << endl;
    403     *fLog << "Version:      " << dec << "Format=" << fFormatVersion << "  ";
    404     *fLog << "Software=" << fSoftVersion << endl;
     403    *fLog << "Versions:     " << dec << "Format=" << fFormatVersion << "  ";
     404    *fLog << "Software=" << fSoftVersion << "  ";
    405405    if (fFormatVersion>5)
    406         *fLog << "Telescope:    " << fTelescopeNumber << " (Camera #" << fCameraVersion << ")" <<endl;
     406        *fLog << "Camera=" << fCameraVersion;
     407    *fLog << endl;
     408    if (fFormatVersion>5)
     409        *fLog << "Telescope:    " << fTelescopeNumber << endl;
    407410    *fLog << "RunNumber:    " << fRunNumber << " (Type=" << GetRunTypeStr() << ")" << endl;
    408411    *fLog << "ProjectName: '" << fProjectName << "'" << endl;
Note: See TracChangeset for help on using the changeset viewer.