source: trunk/MagicSoft/Mars/Changelog@ 2806

Last change on this file since 2806 was 2806, checked in by gaug, 21 years ago
*** empty log message ***
File size: 10.4 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
7 2004/01/14: Markus Gaug
8
9 * manalysis/MFFT.[h,cc]
10 - new class to perform Fast Fourier Transforms
11
12 * manalysis/Makefile
13 * manalysis/AnalysisLinkDef.h
14 - include MFFT
15
16 * manalysis/MExtractedSignalCam.h
17 - removed variables fNumHiGainSamples and fNumLoGainSamples
18 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
19
20 * manalysis/MExtractSignal.cc
21 - updated call to SetUsedFADCSlices
22
23
24 2004/01/14: Abelardo Moralejo
25
26 * manalysis/MMcCalibrationCalc.cc:
27 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
28 This can happen (depending on camera simulation parameters), and
29 rms = 0 later resulted in the pixel being eliminated in the
30 image cleaning.
31
32
33
34 2004/01/14: Thomas Bretz
35
36 * Makefile:
37 - replaced old style Makefile.depend by directory specific
38 dependancy files
39
40 * Makefile.rules:
41 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
42 - added rule to make dependency files
43 - added rule to remove dependancy files.
44 - added rmdep as prerequisite to clean
45 - include dependency file
46
47 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
48 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
49 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
50 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
51 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
52 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
53 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
54 mtools/Makefile:
55 - removed clean-rule, use the one in Makefile.rules instead
56
57 * mreport/Makefile, mreport/ReportLinkDef.h:
58 - added MReportHelp
59
60 * mreport/MReportFileRead.cc:
61 - moved code from MReportHelp to new file
62 - removed usage of MReport class completely
63
64 * mfilter/MFGeomag.[h,cc]:
65 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
66 - changed the second loop from 0->1151 to 1152->2304
67 - removed dummy arrays used for reading
68 - output filename in case of 'file not found'
69 - removed obsolete data members
70 - removed obsolete Init function
71 - removed forbidden underscore from member variable
72 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
73
74 * mbase/MStatusDisplay.[h,cc]:
75 - added new member function Open
76 - added new menu entry kFileOpen
77 - changed UpdatePSheader algorithm (the old one was much too slow)
78
79 * manalysis/MCurrents.[h,cc]:
80 - removed (old outdated)
81
82 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
83 - removed MCurrents
84
85
86
87 2004/01/14: Wolfgang Wittek
88
89 * macros/ONOFFAnalysis.C:
90 - current version
91
92 * mhist/MHSigmaTheta.[h,cc]:
93 - replace MPedestalCam by MPedPhotCam
94
95 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
96 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
97 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
98 - replace MPedestalCam by MPedPhotCam
99
100 * manalysis/MPedPhotPix.[h,cc]
101 - uncomment SetRms()
102
103
104
105 2004/01/13: Markus Gaug
106
107 * manalysis/MExtractSignal.h
108 - seems that the reduced light intensity of the CT1 Pulser
109 results in broader pulses -> Set Default time slices to [3,10]
110
111 * mhist/MHCamera.cc
112 - make Stat Window in option 'proj' bigger
113 - add comment line at beginning of Draw()
114
115 * mcalib/MHCalibrationBlindPixel.[h.cc]
116 - add Function DrawClone()
117 - fix bug in calculation of integral (GetIntegral("width"))
118 - restrict parameters tighter
119 - declare fit as not valid, if less than 100 events
120 in single photo-electron peak
121
122 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
123 - fit now with fixed normalization
124
125 * mcalib/MHCalibrationPixel.[h.cc]
126 - new function IsEmpty()
127 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
128
129 * mcalib/MCalibrationPix.[h.cc]
130 - F-Factor corrected and added error
131 - Histograms not fitted if they are empty
132 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
133
134 * mcalib/MCalibrationCam.cc
135 - Square Root of Reduced Sigmas not taken, if they are < 0.
136 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
137
138 * mcalib/MCalibrationCalc.cc
139 - Blind Pixel is not additionally treated as normal pixel any more
140 - Blind Pixel Draw replaced by DrawClone
141
142 * macros/calibration.C
143 - took out some unused code
144 - some default axis labelling corrected
145
146
147
148 2004/01/13: Abelardo Moralejo
149
150 * manalysis/MMcPedestalCopy.cc
151 - added check of whether input file is a MC file before executing
152 the PreProcess.
153
154
155
156 2004/01/13: Wolfgang Wittek
157
158 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
159 - change macro to handle also MC events with finite sigmabar
160
161 * manalysis/MPadOn.[h,cc]:
162 - deleted, is replaced by MPad
163
164 * manalysis/MPadOnOFF.[h,cc]:
165 - deleted, is replaced by MPad
166
167 * manalysis/MPad.[h,cc]:
168 - new class, replacing MPadON and MPadONOFF
169 - handle also MC events with finite sigmabar
170
171 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
172 - replace MPadON and MPadONOFF by MPad
173
174
175
176 2004/01/13: Thomas Bretz
177
178 * mraw/MRawRunHeader.[h,cc]:
179 - implemented new member function GetRunTypeStr
180
181 * Changelog.03:
182 - added (contains entries of 2003)
183
184 * Changelog:
185 - removed entries of 2003
186
187 * mfilter/MFGeomag.cc:
188 - simplified open/close of input files
189
190 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
191 - added some comments
192 - added new member function GetError
193
194 * Makefile:
195 - updated 'make dox' output for convinience
196
197 * macros/dohtml.C:
198 - do not print Info's
199 - added mcamera
200 - added mpointing
201 - added mreport
202
203 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
204 - removed some obsolete comments (these comments confused THtml)
205
206 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
207 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
208 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
209 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
210 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
211 - replaced MPedestalCam by MPedPhotCam
212 - removed some obsolete includes
213
214 * mbase/BaseLinkDef.h, mbase/Makefile:
215 - added MLogPlugin
216 - added MLogHtml
217
218 * mbase/MLog.[h,cc]:
219 - added use of plugins
220
221 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
222 - added
223
224 * mbase/MStatusDisplay.[h,cc]:
225 - added a Save-As dialog
226
227
228
229 2004/01/12: Thomas Bretz
230
231 * macros/rootlogon.C:
232 - added mcamera to include path
233 - added mpointing to include path
234 - added mreport to include path
235
236 * mbase/MLog.cc:
237 - updated my eMail address
238
239 * mbase/MParContainer.h:
240 - added Read member function
241
242 * mbase/MStatusDisplay.[h,cc]:
243 - changed size of ps-paper
244 - added a user defined bottom line to the ps-files
245 - added name (currently unused)
246 - added title (used as possible bottom line in ps-file)
247
248 * mraw/MRawRunHeader.cc:
249 - added some comments
250
251 * status.cc:
252 - set name of input as bottom line of status display
253
254
255
256 2004/01/12: Abelardo Moralejo
257
258 * mimage/MStereoPar.cc
259 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
260 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
261 Bug had no effect unless scale1 != scale2 (-> telescopes of
262 different size).
263
264
265
266 2004/01/12: Markus Gaug
267
268 * manalysis/MExtractSignal.[h,cc]
269 - take out some uncommented code
270 - replace logainshift by two independent variables:
271 logainfirst, logainlast
272 - because in most data, maximum occurs in slice 4, shift default
273 from slices 4-9 to slices 3-8.
274
275 * manalysis/MExtractedSignalPix.[h,cc]
276 - took out some uncommented code
277 - new initializers: instead of -1. now 99999.9
278
279
280
281 2004/01/09: Markus Gaug
282
283 * mcalib/MCalibrationCam.[h,cc]
284 - take out 1-dim histos because we can use
285 the projections in MHCamera (s.b.)
286
287 * mcalib/MHCalibrationBlindPixel.h
288 - make the fit by default quiet
289
290 * mcalib/MHCalibrationPixel.[h,cc]
291 * mcalib/MCalibrationPix.[h,cc]
292 - Ranges of time slices stored independently for HiGain and LoGain
293 in order to allow consecutive checks
294
295 * mhist/MHCamera.[h.cc]
296 - add the possibility to call a Draw("proj") which will
297 draw a Y-Projection of the histogram
298
299 * macros/calibration.C
300 - apply the drawing of the projections and fit them
301
302 * mcalib/MCalibrationCalc.cc
303 - catch the possibility of a calibration file,
304 unintendedly being a pedestal or cosmic file.
305 Program now exits with an error before doing the fits
306
307 * mcalib/MCalibrationPix.[h,cc]
308 - fixed a bug in calculation of fFitValid.
309 before, a call to IsFitValid() always returned false
310
311
312
313 2004/01/09: Javier L¢pez
314
315 * macros/bootcampstandardanalysis.C
316 - added new macro that holds the main scheleton discussed in the
317 december bootcamp in Wuerzburg. It runs first over a pedestal
318 run, then over a calibration run, again over the pedestal run
319 to compute de pedestal in number of photons and finally over a
320 data run to calibrate the data.
321
322
323
324 2004/01/06: Sebastian Raducci
325
326 * manalysis/MArrivalTime.[h,cc]
327 - added new method to calculate photon arrival times. It uses the
328 TSpline5 Root Class to interpolate the Fadc Slices. The time is
329 the abscissa value of the absolute maximum of the interpolation
330 - added new method to find clusters with similar arrival times.
331 For now it's a preliminary version. It simply search for adiacent
332 pixels having the same arrival time (color).
333
334 * manalysis/MArrivalTimeCalc.[h,cc]
335 - modified the Process() method according to the changes in the
336 Arrival Time Cointainer
337
338 * mmain/MEventDisplay.cc
339 - added new tab in the camera event display to show the arrival
340 time. This arrival time is calculated with the spline method
341 - the old Arrival Time pad now it's called Max Slice Idx, because
342 it's only the index of the slice with the max content.
343
344 * mhist/MHEvent.[h,cc]
345 - added new fType in te enumeration to handle the arrival time
346 histos
Note: See TracBrowser for help on using the repository browser.