source: trunk/MagicSoft/Mars/Changelog@ 2878

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