Ignore:
Timestamp:
11/15/01 11:24:06 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mdatacheck
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdatacheck/MDumpEvtHeader.cc

    r959 r1081  
    1616!
    1717!
    18 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
    19 !   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     19!   Author(s): Harald Kornmayer 1/2001
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
     
    6363    if (!fRawEvtHeader)
    6464    {
    65         *fLog << dbginf << " Error: MRawEvtHeader not found... exit." << endl;
     65        *fLog << err << dbginf << "- Error: MRawEvtHeader not found... exit." << endl;
    6666        return kFALSE;
    6767    }
     
    7070    if (!fRawEvtData)
    7171    {
    72         *fLog << dbginf << " Error: MRawEvtData not found... exit." << endl;
     72        *fLog << err << dbginf << "- Error: MRawEvtData not found... exit." << endl;
    7373        return kFALSE;
    7474    }
     
    8686    fRawEvtHeader->Print();
    8787
     88    *fLog << all;
     89
    8890    MRawEvtPixelIter pixel(fRawEvtData);
    8991
  • trunk/MagicSoft/Mars/mdatacheck/MGDisplayAdc.cc

    r1030 r1081  
    1616!
    1717!
    18 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
    19 !   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     19!   Author(s): Harald Kornmayer 1/2001
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
Note: See TracChangeset for help on using the changeset viewer.