Changeset 4944


Ignore:
Timestamp:
09/10/04 21:51:25 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4933 r4944  
    1919
    2020                                                 -*-*- END OF LINE -*-*-
     21
     22 2004/09/10: Markus Gaug
     23
     24   * mhcalib/
     25   * mcalib/
     26     moved all MHCalibration* classes to new directory mhcalib/
     27
    2128
    2229 2004/09/10: Antonio Stamerra
  • trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc

    r4899 r4944  
    229229     
    230230      // Possible green combinations
    231       TRegexp gre0("[0.1][lL]?[eE]?[dD]?[sS]?[gG][rR][eE][eE]");
     231      TRegexp gre0("0.1[lL]?[eE]?[dD]?[sS]?[gG][rR][eE][eE]");
    232232      if (proj.Contains(gre0))
    233233        { fPattern |= k01LedGreen; color = kGREEN;    }
  • 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.