source: trunk/MagicSoft/Mars/Changelog@ 2880

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