Ignore:
Timestamp:
09/07/07 13:17:18 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MDataSet.cc

    r8724 r8744  
    545545    if (gLog.GetDebugLevel()>4)
    546546    {
    547         gLog << dbg << "Files which are searched:" << endl;
     547        gLog << inf << "Files which are searched:" << endl;
    548548        files.Print();
    549549    }
  • trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc

    r8727 r8744  
    444444        // Because it is assumed that the efficiency outside the production
    445445        // area is nearly zero no additional weight has to be applied to the
    446         // events after cuts.
     446        // events after cuts. For the events before cuts it is fair to use
     447        // weights... maybe filling the residual impact with unweighted
     448        // events would be better?!? (Not that the weighting might be
     449        // less correct with low statistics, because it could pronounce
     450        // a fluctuation)
    447451        const Double_t impact = rh->GetMaximum("MMcRunHeader.fImpactMax");
    448452        const Double_t scale  = impactmax/impact;
    449  
     453
    450454        // Propagate the run header to MMcSpectrumWeight
    451455        if (!weight.Set(*head))
  • trunk/MagicSoft/Mars/mjobs/MSequence.cc

    r8695 r8744  
    347347        return 0;
    348348
    349     *fLog << dbg << "Files which are searched for this sequence:" << endl;
     349    *fLog << inf << "Files which are searched for this sequence:" << endl;
    350350    iter.Print();
    351351    return 0;
Note: See TracChangeset for help on using the changeset viewer.