Ignore:
Timestamp:
09/10/04 21:51:25 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4909 r4944  
    546546      // for the datacheck, fix the ranges!!
    547547      //
    548       // obj3->SetMinimum(fgChargeMin);
     548      obj3->SetMinimum(0.);
    549549      // obj3->SetMaximum(fgChargeMax);
    550550      //
     
    15541554        if (n0!=n1)
    15551555        {
    1556             *fLog << err << "ERROR - Number of files found (" << n0 << ") doesn't match number of files in sequence (" << n1 << ")" << endl;
     1556            *fLog << err << "ERROR - Number of files found ("
     1557                  << n0 << ") doesn't match number of files in sequence ("
     1558                  << n1 << ")" << endl;
    15571559            return kFALSE;
    15581560        }
Note: See TracChangeset for help on using the changeset viewer.