Changeset 9180
- Timestamp:
- 11/27/08 19:08:37 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9179 r9180 35 35 - removed automatic Postscript storage 36 36 - added some plots about currents 37 38 * mraw/MRawRunHeader.[h,cc]: 39 - added new run-type "Linearity" 37 40 38 41 -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
r9157 r9180 776 776 case kRTCalibration: 777 777 return "Calibration"; 778 case kRTLinearity: 779 return "Linearity"; 778 780 case kRTPointRun: 779 781 return "Point-Run"; -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r8999 r9180 25 25 kRTPedestal = 0x0001, 26 26 kRTCalibration = 0x0002, 27 kRTLinearity = 0x0004, 27 28 kRTPointRun = 0x0007, 28 29 kRTMonteCarlo = 0x0100,
Note:
See TracChangeset
for help on using the changeset viewer.