Changeset 3796 for trunk


Ignore:
Timestamp:
04/22/04 16:10:47 (20 years ago)
Author:
reyes
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3793 r3796  
    2727     - added a SetReadyToSave() at the end of PostProcess
    2828   
     29   * mjobs/Makefile
     30     - added include of mraw
     31
     32   * mjobs/MJCalibration.cc
     33     - added MRawFileRead for option SetDataCheck()
    2934
    3035 2004/04/21: Thomas Bretz
  • trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C

    r3754 r3796  
    164164  //
    165165  if (usedisplay)
    166     {
    167166      calloop.SetDisplay(display);
    168       calloop.SetDataCheck();
    169     }
    170167 
    171168  //
  • trunk/MagicSoft/Mars/macros/calibration.C

    r3745 r3796  
    117117
    118118  //
    119   // If you want only the most necessary plots, choose:
     119  // If you want to run the data-check on RAW DATA!!!, choose:
    120120  // calloop.SetDataCheck();
    121121  //
  • trunk/MagicSoft/Mars/mjobs/Makefile

    r3306 r3796  
    2424INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase \
    2525           -I../mfileio -I../mfilter -I../manalysis -I../mhist -I../mcalib \
    26            -I../mbadpixels -I../msignal
     26           -I../mbadpixels -I../msignal -I../mraw
    2727
    2828#manalysis: MChisqEval (MParameters)
Note: See TracChangeset for help on using the changeset viewer.