Ignore:
Timestamp:
11/15/01 12:06:46 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc

    r1007 r1082  
    1616!
    1717!
    18 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
    19 !              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
     
    6666    if (!fMcEvt)
    6767    {
    68         *fLog << dbginf << "MMcEvt not found... exit." << endl;
     68        *fLog << err << dbginf << "MMcEvt not found... exit." << endl;
    6969        return kFALSE;
    7070    }
     
    7373    if (!fMcTrig)
    7474    {
    75         *fLog << dbginf << fObjName << " [MMcTrig] not found... exit." << endl;
     75        *fLog << err << dbginf << fObjName << " [MMcTrig] not found... exit." << endl;
    7676        return kFALSE;
    7777    }
Note: See TracChangeset for help on using the changeset viewer.