source: trunk/MagicSoft/Mars/Changelog@ 2854

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