source: trunk/MagicSoft/Mars/Changelog@ 2818

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