source: trunk/MagicSoft/Mars/Changelog@ 2793

Last change on this file since 2793 was 2793, checked in by gaug, 21 years ago
*** empty log message ***
File size: 6.8 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4
5 -*-*- END OF LINE -*-*-
6 2004/01/13: Markus Gaug
7
8 * mhist/MHCamera.cc
9 - make Stat Window in option 'proj' bigger
10 - add comment line at beginning of Draw()
11
12 * mcalib/MHCalibrationBlindPixel.[h.cc]
13 - add Function DrawClone()
14 - fix bug in calculation of integral (GetIntegral("width"))
15 - restrict parameters tighter
16 - declare fit as not valid, if less than 100 events
17 in single photo-electron peak
18
19 * mcalib/MCalibrationFits.h
20 * mcalib/MHCalibrationBlindPixel.[h.cc]
21 - fit now with fixed normalization
22
23 * mcalib/MHCalibrationPixel.[h.cc]
24 - new function IsEmpty()
25 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
26
27 * mcalib/MCalibrationPix.[h.cc]
28 - F-Factor corrected and added error
29 - Histograms not fitted if they are empty
30 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
31
32 2004/01/13: Abelardo Moralejo
33
34 * manalysis/MMcPedestalCopy.cc
35 - added check of whether input file is a MC file before executing
36 the PreProcess.
37
38
39
40 2004/01/13: Wolfgang Wittek
41
42 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
43 - change macro to handle also MC events with finite sigmabar
44
45 * manalysis/MPadOn.[h,cc]:
46 - deleted, is replaced by MPad
47
48 * manalysis/MPadOnOFF.[h,cc]:
49 - deleted, is replaced by MPad
50
51 * manalysis/MPad.[h,cc]:
52 - new class, replacing MPadON and MPadONOFF
53 - handle also MC events with finite sigmabar
54
55 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
56 - replace MPadON and MPadONOFF by MPad
57
58
59
60 2004/01/13: Thomas Bretz
61
62 * mraw/MRawRunHeader.[h,cc]:
63 - implemented new member function GetRunTypeStr
64
65 * Changelog.03:
66 - added (contains entries of 2003)
67
68 * Changelog:
69 - removed entries of 2003
70
71 * mfilter/MFGeomag.cc:
72 - simplified open/close of input files
73
74 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
75 - added some comments
76 - added new member function GetError
77
78 * Makefile:
79 - updated 'make dox' output for convinience
80
81 * macros/dohtml.C:
82 - do not print Info's
83 - added mcamera
84 - added mpointing
85 - added mreport
86
87 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
88 - removed some obsolete comments (these comments confused THtml)
89
90 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
91 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
92 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
93 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
94 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
95 - replaced MPedestalCam by MPedPhotCam
96 - removed some obsolete includes
97
98 * mbase/BaseLinkDef.h, mbase/Makefile:
99 - added MLogPlugin
100 - added MLogHtml
101
102 * mbase/MLog.[h,cc]:
103 - added use of plugins
104
105 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
106 - added
107
108 * mbase/MStatusDisplay.[h,cc]:
109 - added a Save-As dialog
110
111
112
113 2004/01/12: Thomas Bretz
114
115 * macros/rootlogon.C:
116 - added mcamera to include path
117 - added mpointing to include path
118 - added mreport to include path
119
120 * mbase/MLog.cc:
121 - updated my eMail address
122
123 * mbase/MParContainer.h:
124 - added Read member function
125
126 * mbase/MStatusDisplay.[h,cc]:
127 - changed size of ps-paper
128 - added a user defined bottom line to the ps-files
129 - added name (currently unused)
130 - added title (used as possible bottom line in ps-file)
131
132 * mraw/MRawRunHeader.cc:
133 - added some comments
134
135 * status.cc:
136 - set name of input as bottom line of status display
137
138
139
140 2004/01/12: Abelardo Moralejo
141
142 * mimage/MStereoPar.cc
143 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
144 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
145 Bug had no effect unless scale1 != scale2 (-> telescopes of
146 different size).
147
148
149
150 2004/01/12: Markus Gaug
151
152 * manalysis/MExtractSignal.[h,cc]
153 - take out some uncommented code
154 - replace logainshift by two independent variables:
155 logainfirst, logainlast
156 - because in most data, maximum occurs in slice 4, shift default
157 from slices 4-9 to slices 3-8.
158
159 * manalysis/MExtractedSignalPix.[h,cc]
160 - took out some uncommented code
161 - new initializers: instead of -1. now 99999.9
162
163
164
165 2004/01/09: Markus Gaug
166
167 * mcalib/MCalibrationCam.[h,cc]
168 - take out 1-dim histos because we can use
169 the projections in MHCamera (s.b.)
170
171 * mcalib/MHCalibrationBlindPixel.h
172 - make the fit by default quiet
173
174 * mcalib/MHCalibrationPixel.[h,cc]
175 * mcalib/MCalibrationPix.[h,cc]
176 - Ranges of time slices stored independently for HiGain and LoGain
177 in order to allow consecutive checks
178
179 * mhist/MHCamera.[h.cc]
180 - add the possibility to call a Draw("proj") which will
181 draw a Y-Projection of the histogram
182
183 * macros/calibration.C
184 - apply the drawing of the projections and fit them
185
186 * mcalib/MCalibrationCalc.cc
187 - catch the possibility of a calibration file,
188 unintendedly being a pedestal or cosmic file.
189 Program now exits with an error before doing the fits
190
191 * mcalib/MCalibrationPix.[h,cc]
192 - fixed a bug in calculation of fFitValid.
193 before, a call to IsFitValid() always returned false
194
195
196
197 2004/01/09: Javier L¢pez
198
199 * macros/bootcampstandardanalysis.C
200 - added new macro that holds the main scheleton discussed in the
201 december bootcamp in Wuerzburg. It runs first over a pedestal
202 run, then over a calibration run, again over the pedestal run
203 to compute de pedestal in number of photons and finally over a
204 data run to calibrate the data.
205
206
207
208 2004/01/06: Sebastian Raducci
209
210 * manalysis/MArrivalTime.[h,cc]
211 - added new method to calculate photon arrival times. It uses the
212 TSpline5 Root Class to interpolate the Fadc Slices. The time is
213 the abscissa value of the absolute maximum of the interpolation
214 - added new method to find clusters with similar arrival times.
215 For now it's a preliminary version. It simply search for adiacent
216 pixels having the same arrival time (color).
217
218 * manalysis/MArrivalTimeCalc.[h,cc]
219 - modified the Process() method according to the changes in the
220 Arrival Time Cointainer
221
222 * mmain/MEventDisplay.cc
223 - added new tab in the camera event display to show the arrival
224 time. This arrival time is calculated with the spline method
225 - the old Arrival Time pad now it's called Max Slice Idx, because
226 it's only the index of the slice with the max content.
227
228 * mhist/MHEvent.[h,cc]
229 - added new fType in te enumeration to handle the arrival time
230 histos
Note: See TracBrowser for help on using the repository browser.