Ignore:
Timestamp:
10/30/02 16:52:01 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMultiDimDistCalc.cc

    r1557 r1567  
    200200    Double_t dh = fMHadrons->CalcDist(event, numh);
    201201
     202    if (dg<0 || dh<0)
     203    {
     204        *fLog << err << "MHMatrix::CalcDist failed (dg=" << dg << ", dh=" << dh << ")... aborting" << endl;
     205        return kFALSE;
     206    }
     207
    202208    //fHadronness->SetHadronness(dg/(dg+dh));
    203209    fHadronness->SetHadronness(exp(-dh/dg));
Note: See TracChangeset for help on using the changeset viewer.