source: trunk/MagicSoft/Mars/Changelog@ 2876

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