Changeset 3223 for trunk/MagicSoft/Mars
- Timestamp:
- 02/18/04 15:16:03 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3221 r3223 9 9 * macros/CCDataCheck.C 10 10 - Added some improvements in the plots. 11 12 11 13 12 14 2004/01/17: Abelardo Moralejo … … 21 23 was just an approximation. 22 24 25 26 23 27 2004/01/17: Raquel de los Reyes 24 28 … … 30 34 * macros/CCDataCheck.C 31 35 - Added the HV settings plots. 36 37 32 38 33 39 2004/02/17: Hendrik Bartko … … 59 65 60 66 67 61 68 2004/02/17: Sebastian Raducci 62 69 … … 74 81 75 82 83 76 84 2004/02/17: Wolfgang Wittek 77 85 … … 82 90 83 91 92 84 93 2004/02/16: Abelardo Moralejo 85 94 86 95 * mcalib/MMcCalibrationCalc.cc 87 96 - Fixed two typos in screen output. 97 98 88 99 89 100 2004/02/16: Markus Gaug … … 106 117 for MExtractedSignalBlindPixel and fills the hists from there 107 118 108 * macros/calibration.C 109 * macros/bootcampstandardanalysis.C 110 * macros/pedphotcalc.C 111 * mjobs/MJCalibration.cc 119 * macros/calibration.C, macros/bootcampstandardanalysis.C, 120 macros/pedphotcalc.C, mjobs/MJCalibration.cc: 112 121 - introduce the blind pixel and PIN diode extraction in the macro 113 122 -
trunk/MagicSoft/Mars/manalysis/MPedestalCam.h
r3204 r3223 14 14 class MPedestalPix; 15 15 16 class MPedestalCam : public M CamEvent, public MParContainer16 class MPedestalCam : public MParContainer, public MCamEvent 17 17 { 18 18 private:
Note:
See TracChangeset
for help on using the changeset viewer.