source: trunk/MagicSoft/Mars/Changelog@ 2832

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