source: trunk/MagicSoft/Mars/Changelog@ 2864

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