Changeset 2637 for trunk/MagicSoft/Mars
- Timestamp:
- 12/11/03 11:54:05 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2636 r2637 54 54 2003/12/09: Markus Gaug 55 55 56 * mhist/MHCamera :57 - added feature MHCamError to set errors in histograms of MStatusDisplay 56 * mhist/MHCamera.[h,cc]: 57 - added SetCamError to set errors in the camera 58 58 59 59 * mhist/MHCalibration*: 60 60 - all hists doubles to separate High Gain and Low Gain 61 61 62 62 * manalysis/MCalibration* 63 64 - use MExtractSignalsto extract charges65 66 * manalysis/MExtractSignals :67 68 69 * manalysis/MExtractedSignalCam :70 71 72 * manalysis/MExtractedSignalPix :73 63 - separate Hi Gain and Lo Gain 64 - use MExtractedSignalCam to extract charges 65 66 * manalysis/MExtractSignals.[h,cc]: 67 - new class to extract signals 68 69 * manalysis/MExtractedSignalCam.[h,cc]: 70 - new class to hold extracted signals 71 72 * manalysis/MExtractedSignalPix.[h,cc]: 73 - new class to hold extracted signals for pixel 74 74 75 75 * manalysis/Makefile 76 76 * manalysis/AnalysisLinkDef: 77 77 - contain MExtractedSignalCam, MExtractedSignalPix, MExtractedSignal 78 78 79 79 * macros/calibration.C 80 80 - EventDisplay which allows to get plot by clicking on pixel 81 81 82 82 -
trunk/MagicSoft/Mars/NEWS
r2610 r2637 1 1 -*-*- END -*-*- 2 2 *** Version <cvs> 3 4 - added support for DAQ raw data file format V2 5 6 - implemented an arbitrary time stamp for the events calculated from the 7 run number, the date of start and the FADC clock tick from the first 8 module 9 10 - added a new classes storing the pedestals in units of photons: 11 MPedPhotPix, MPedPhotCam 12 13 - added support for DC current files from the camera control 3 14 4 15
Note:
See TracChangeset
for help on using the changeset viewer.