Ignore:
Timestamp:
11/15/01 12:06:46 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mmontecarlo
Files:
3 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    }
  • trunk/MagicSoft/Mars/mmontecarlo/MMcThresholdCalc.cc

    r1007 r1082  
    1616!
    1717!
    18 !   Author(s): Javier Lopez 05/2001 (jlopez@ifae.es)
    19 !              Thomas Bretz 06/2001 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Javier Lopez 05/2001 <mailto:jlopez@ifae.es>
     19!   Author(s): Thomas Bretz 06/2001 <mailto:tbretz@uni-sw.gwdg.de>
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
     
    107107    if (!fMcEvt)
    108108    {
    109         *fLog << dbginf << "MMcEvt not found... aborting." << endl;
     109        *fLog << err << dbginf << "MMcEvt not found... aborting." << endl;
    110110        return kFALSE;
    111111    }
     
    117117    if (num != fNum)
    118118    {
    119         *fLog << dbginf << fNum << " MMcTrig objects requested, ";
     119        *fLog << err << dbginf << fNum << " MMcTrig objects requested, ";
    120120        *fLog << num << " are available... aborting." << endl;
    121121        return kFALSE;
     
    126126    if (num != fNum)
    127127    {
    128         *fLog << dbginf << fNum << " MHMcEnergy objects requested, ";
     128        *fLog << err << dbginf << fNum << " MHMcEnergy objects requested, ";
    129129        *fLog << num << " are available... aborting." << endl;
    130130        return kFALSE;
  • trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.cc

    r1007 r1082  
    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
     
    131131    if (!fMcEvt)
    132132    {
    133         *fLog << dbginf << "MMcEvt not found... aborting." << endl;
     133        *fLog << err << dbginf << "MMcEvt not found... aborting." << endl;
    134134        return kFALSE;
    135135    }
     
    141141    if (num != fNum)
    142142    {
    143         *fLog << dbginf << fNum << " MMcTrig objects requested, ";
     143        *fLog << err << dbginf << fNum << " MMcTrig objects requested, ";
    144144        *fLog << num << " are available... aborting." << endl;
    145145        return kFALSE;
     
    150150    if (num != fNum)
    151151    {
    152         *fLog << dbginf << fNum << " MHMcRate objects requested, ";
     152        *fLog << err << dbginf << fNum << " MHMcRate objects requested, ";
    153153        *fLog << num << " are available... aborting." << endl;
    154154        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.