Changeset 3796 for trunk/MagicSoft
- Timestamp:
- 04/22/04 16:10:47 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3793 r3796 27 27 - added a SetReadyToSave() at the end of PostProcess 28 28 29 * mjobs/Makefile 30 - added include of mraw 31 32 * mjobs/MJCalibration.cc 33 - added MRawFileRead for option SetDataCheck() 29 34 30 35 2004/04/21: Thomas Bretz -
trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C
r3754 r3796 164 164 // 165 165 if (usedisplay) 166 {167 166 calloop.SetDisplay(display); 168 calloop.SetDataCheck();169 }170 167 171 168 // -
trunk/MagicSoft/Mars/macros/calibration.C
r3745 r3796 117 117 118 118 // 119 // If you want only the most necessary plots, choose:119 // If you want to run the data-check on RAW DATA!!!, choose: 120 120 // calloop.SetDataCheck(); 121 121 // -
trunk/MagicSoft/Mars/mjobs/Makefile
r3306 r3796 24 24 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase \ 25 25 -I../mfileio -I../mfilter -I../manalysis -I../mhist -I../mcalib \ 26 -I../mbadpixels -I../msignal 26 -I../mbadpixels -I../msignal -I../mraw 27 27 28 28 #manalysis: MChisqEval (MParameters)
Note:
See TracChangeset
for help on using the changeset viewer.