Changeset 2796


Ignore:
Timestamp:
01/13/04 17:42:43 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2795 r2796  
    3838     - Blind Pixel Draw replaced by DrawClone
    3939
     40   * macros/calibration.C
     41     - took out some unused code
     42     - some default axis labelling corrected
    4043
    4144 2004/01/13: Abelardo Moralejo
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc

    r2766 r2796  
    348348              *fLog << warn <<
    349349                "Overflow or Underflow occurred filling Blind Pixel eventnr = " << fEvents << endl;
     350            break;
    350351           
    351352          case gkCalibrationPINDiodeId:
     
    448449        *fLog << err << dbginf << "Could not fit the blind pixel " << endl;
    449450
    450       blindpixel.Draw();
     451      blindpixel.DrawClone();
    451452    }
    452453 
Note: See TracChangeset for help on using the changeset viewer.