source: trunk/MagicSoft/Mars/Changelog@ 2951

Last change on this file since 2951 was 2951, checked in by gaug, 21 years ago
*** empty log message ***
File size: 32.0 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/28: Javier Rico
7
8 * mcalib/MCalibrate.[h.cc]
9 - include possibility to select the calibration method to be used
10
11
12 2004/01/28: Markus Gaug
13
14 * mcalib/MCalibrate.[h.cc]
15 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
16
17 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
18 - included flags to indicate if Blind Pixel Method or PIn Diode
19 method was OK. Up to now, program stopped, if one of the two
20 methods was chosen but not able to being executed.
21
22 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
23 manalysis/MGeomApply.cc:
24 - put all missing InitSize(npixels) into MGeomApply
25
26 * manalysis/MPedCalcPedRun.[h,cc]
27 * manalysis/MPedestalCam.[h,cc]
28 * manalysis/MPedestalPix.[h,cc]
29 * manalysis/MHPedestalPixel.[h,cc]
30 * manalysis/Makefile
31 * manalysis/AnalysisLinkDef.h
32 - include possibility to fit the pedestals with Gaussian.
33 - old methods are not affected.
34 - add new method with MPedCalcPedRun::SetUseHists()
35
36
37 2004/01/28: Abelardo Moralejo
38
39 * mcalib/MMcCalibration.cc
40 - fixed wrong variable type in call to TH1F constructor (number of
41 bins is now integer), which resulted in a compilation warning.
42
43
44
45 2004/01/28: Thomas Bretz
46
47 * manalysis/MPedestalCam.cc:
48 - removed unwanted CheckBound from operators. CheckBounds is ONLY
49 ment for really old MC files and will be removed in the future
50 anyhow.
51
52 * mcalib/MHCalibrationPixel.h:
53 - removed obsolete include of MFFT
54
55 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
56 manalysis/MPedestalCam.[h,cc]:
57 - removed use of obsolete MPedestalCam::CheckBounds. This was
58 a workaround for a 'bug' in very old camera files, which is not
59 necessary anymore.
60
61 * manalysis/MCerPhotAnal2.[h,cc]:
62 - replaced MPedestalCam by MPedPhotCam
63
64 * manalysis/MExtractSignal.cc:
65 - some small simplification to the signal extraction
66 - removed some obsolete variables
67 - replaced for by while
68 - removed obsolete casts
69
70 * mmain/MEventDisplay.cc:
71 - gave names to the filters
72 - removed adding MHCamera to fList because it was deleted twice
73
74 * mhist/MHCamera.cc:
75 - fixed usage of fPainter in Paint() - title was not updated
76 correctly
77
78
79
80 2004/01/28: Sebastian Raducci
81
82 * manalysis/MArrivalTime.[h,cc]:
83 - removed all the code relative to the cluster evaluation
84
85
86
87 2004/01/27: Markus Gaug
88
89 * manalysis/MPedestalPix.cc:
90 - initialize default values to 0 instead of -1.
91
92 * manalysis/MPedestalCam.[h,cc]:
93 - include CheckBounds, also in operator[]
94
95 * mcalib/MCalibrationCam.[h,cc]:
96 - apparently, there was a reference to InitSize(UInt_t i) instead
97 of InitSize(Int_t i), where compiler complained, now changed
98
99 * mcalib/MHCalibration*, mcalib/MCalibration*:
100 - fixed all Clear()'s, Reset()'s, direct intializers
101
102
103
104 2004/01/27: Thomas Bretz
105
106 * mdata/MDataChain.cc:
107 - added '%' to supported operators
108
109
110
111 2004/01/26: Nicola Galante
112
113 * manalysis/MMcTriggerLvl2.[cc,h]:
114
115 - Defined some static constants to avoid ugly "magic numbers"
116 in arrays: gsNCells, gsNTrigPixels,
117 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
118 - Added method
119 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
120 which computes compact pixels into a given L2T macrocell.
121 - Added method
122 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
123 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
124 macrocells
125 - Added method
126 MMcTriggerLvl2::GetCellPseudoSize() const
127 which returns fCellPseudoSize
128 - Added method
129 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
130 which controls whether a pixel belongs to a given L2T cell.
131 - Added method
132 MMcTriggerLvl2::GetMaxCell() const
133 which returns fMaxCell, the cell with the maximum
134 fCellPseudoSize.
135
136
137
138 2004/01/26: Markus Gaug, Michele Doro
139
140 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
141 - moved calculation of arrival time from MArrivalTime to
142 MArrivalTimeCalc. MArrivalTime does not do any Process-job
143 anymore
144 - TSpline5 now on stack.
145 - function to set the stepsize
146
147 * mcalib/MHCalibrationBlindPixel.[h,cc]:
148 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
149 - implement combined Polya fit and Michele's back-scattered electron
150 fit
151
152 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
153 mcalib/MCalibrationPINDiode.cc:
154 - combine FitChargeHiGain and FitChargeLoGain into one function
155
156 * macros/calibration.C
157 - improve double gauss fit a bit
158
159
160
161 2004/01/26: Thomas Bretz
162
163 * mraw/MRawEvtPixelIter.[h,cc]:
164 - removed member function GetNumPixels. For more details see mantis.
165
166 * manalysis/MArrivalTime.[h,cc]:
167 - reorganized includes
168 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
169 definition
170 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
171 PROGRAM
172
173 * manalysis/MArrivalTimeCalc.[h,cc]:
174 - reorganized includes
175 - removed many obsolete code, exspecially copy&paste relicts!
176 - fixed usage of InitSize
177 - removed CleanArray. Reset() is called automatically before Process()
178
179 * manalysis/MExtractedSignalCam.[h,cc]:
180 - added SetLogStream
181 - removed obsolete include MGeomCam
182 - replaced PrintOut by Print
183 - added const-qualifiers to all Getters
184 - fixed documentation
185
186 * manalysis/MExtractedSignalPix.[h,cc]:
187 - replaced PrintOut by Print
188 - fixed documentation
189
190 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
191 - replaced memset by Reset()
192
193
194
195 2004/01/24: Abelardo Moralejo
196
197 * macros/starmcstereo.C
198 - Added. Example of how to run the analysis chain for MC files
199 containing simulation of stereo systems of 2 telescopes.
200
201 * mcalib/MCalibrate.cc
202 - Added check that value of signal from MExtractedSignalPix is not
203 the default (error) value. In such a case, the signal in
204 MCerPhotEvt is now set to 0. Before, all pixels got very high
205 values in MCerPhotEvt in case the MRawEvtData object for the
206 event was missing in the file. This happened in MC files, in
207 which in some circumstances an event is written without the
208 pixel information (for instance, when running stereo simulations
209 the pixel data is missing for non-triggered telescopes, but the
210 event headers are present).
211
212
213
214 2004/01/23: Markus Gaug
215
216 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
217 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
218 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
219 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
220 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
221 - use MArrivalTime for Storage (or calculation) of time
222 in MExtractSignal
223 - pass from TH1I histos to TH1F for times
224
225 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
226 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
227 mcalib/MCalibrationCalc.[h,cc]:
228 - clean up setters
229 - pass to bit-fields for all flags
230
231 * mcalib/MCalibrationCam.cc
232 - exclude Blind Pixel from Camera display
233 - do not fill &val when return kFALSE
234
235 * macros/calibration.C
236 - include functions to exclude the blind pixel,
237 calculation of times and quality checks
238
239
240
241 2004/01/23: Abelardo Moralejo
242
243 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
244 - Added support (using AddSerialNumber) for stereo MC files.
245
246
247
248 2004/01/23: Thomas Bretz
249
250 * mbase/MAstro.cc:
251 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
252
253 * mreport/MReport*.[h,cc]:
254 - changed all classes to return Int_t instead of Bool_t in
255 InterpreteBody
256 - changed MReportFileRead such, that a wrong line results in
257 skipping the line instead of abort reading.
258
259 * manalysis/MExtractSignal.cc:
260 - do not print information for each pixel - it's too much.
261
262 * mbase/MStatusDisplay.cc:
263 - when reading a status display do not display tabs with
264 the same name than one which is already existing.
265
266 * mcalib/MCalibrate.cc:
267 - directly store pointer to pixel when setting saturation flag
268
269 * mcamera/MCameraDC.cc:
270 - fixed some comments
271
272 * mhist/MHCamEvent.cc:
273 - fixed a crash when no geometry was available
274
275 * mhist/MHCamera.[h,cc]:
276 - removed obsolete member function SetPix
277
278 * mbase/MStatusDisplay.[h,cc]:
279 - added EventInfo member function
280 - implemented preliminary redirection of GetObjectInfo to
281 StatusLine2 -> An own status line for this is missing
282
283 * manalysis/MExtractSignal.[h,cc]:
284 - implemented StreamPrimitive
285 - changed deafults to be static const data members
286
287 * manalysis/MGeomApply.[h,cc]:
288 - implemented StreamPrimitive
289
290
291
292 2004/01/23: Abelardo Moralejo
293
294 * manalysis/MMcCalibrationUpdate.[h,cc]
295 - Added check to guarantee that the FADC simulation parameters of
296 all read files (those used for calibration and those analyzed)
297 are the same.
298 - Added missing support for analysis of stereo files.
299
300 * mcalib/MMcCalibrationCalc.cc
301 - Removed obsolete FIXME comment.
302 - Added missing support for analysis of stereo files.
303
304
305 2004/01/23: Raquel de los Reyes
306
307 * macros/CCDataCheck.C
308 - Added the temperature distribution of the optical links
309 and the plots of the LV power supplies.
310 * mcamera/MCameraLV.h
311 - Added the "Get" functions to access the private data
312 members of the class.
313
314
315 2004/01/22: Abelardo Moralejo
316
317 * manalysis/MMcCalibrationUpdate.[h,cc]
318 - Now ratio of high to low gain is taken from MCalibrationCam if
319 it existed previously in the parameter list, instead of being
320 read again from the MMcFadcHeader. Removed Setter function for
321 fADC2PhInner, no longer necessary. Fixed error regarding the
322 pedestal conversion to photons (did not read conversion factor
323 from preexisting MCalibrationCam object).
324
325 * mcalib/MMcCalibrationCalc.cc
326 - Changed parameters of the histogram, and also the quantity being
327 histogrammed. Check that input data come from a noiseless camera
328 file before proceeding to do the calibration. Introduced lower
329 size in cut for calibration. Now rhe calibration constant is not
330 calculated from the mean of photons/ADC counts, but from the peak
331 of the histogram.
332
333 * macros/starmc.C
334 - Introduced new scheme. Now there are two loops over two different
335 sets of files. First loop calculates the calibration constants,
336 second one does the analysis. Introduced comments. Now the
337 histogram used in the light calibration is written to the output
338 file.
339
340
341
342 2004/01/22: Thomas Bretz
343
344 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
345 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
346 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
347 mcalib/MCalibrationBlindPixel.[h,cc],
348 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
349 mcalib/MHCalibrationBlindPixel.[h,cc],
350 mcalib/MHCalibrationPINDiode.[h,cc]:
351 - cleaned up includes
352
353
354
355 2004/01/22: Raquel de los Reyes
356
357 * macros/CCDataCheck.C
358 - macro to check the data from the central control (.rep files).
359
360
361
362 2004/01/22: Markus Gaug
363
364 * macros/calibration.C
365 - made MStatusDisplay 3 bit smaller
366
367 * manalysis/MExtractSignal.cc
368 - put fSignals->SetUsedFADCSlices into PreProcess
369
370 * manalysis/MPedCalcPedRun.cc
371 - calculate PedRMS as RMS of the sums, later renormalized to units
372 of RMS/slice (eliminate the wrong effect of odd and even slices)
373
374 * mcalib/MCalibrationCalc.cc
375 - if bit SkipBlindPixelFit is set, now number of photons outside
376 plexiglass is not intended to be calculated any more (previous
377 bug)
378 - exclude excluded pixels in eventloop
379
380 * mcalib/MHCalibrationBlindPixel.[h,cc]
381 - move functions to pointer again (otherwise, Clone will give
382 strange results)
383
384
385
386 2004/01/21: Abelardo Moralejo
387
388 * mcalib/MMcCalibrationCalc.[h,cc]
389 - Added. First version of the task intended to calculate the
390 conversion factors from ADC counts to photons in the MC. It has
391 a different aim than the recently renamed class
392 "MMcCalibrationUpdate" (which takes care that the correct
393 pedestals and conversion factors are supplied to each event, but
394 does not really calculate anything).
395
396 * mcalib/Makefile, CalibLinkDef.h
397 - Added new class MMcCalibrationCalc
398
399 * manalysis/MMcCalibrationUpdate.[h,cc]
400 - Now the container MCalibrationCam is not created or modified if
401 it is found that one such container already exists in the
402 Parameter list (from a previous calibration).
403
404
405
406 2004/01/21: Thomas Bretz
407
408 * mraw/MRawRead.cc:
409 - restore the fake time for all runs (current time stamp in
410 the data seems to be toally nonsense)
411
412 * mraw/MRawEvtHeader.cc:
413 - removed decoding of real time (current time stamp in the data
414 seems to be toally nonsense)
415
416
417
418 2004/01/21: Abelardo Moralejo
419
420 * mmc/MMcEvt.hxx
421 - Uncommented 6 Getter functions (those regarding the number of
422 photons surviving the different stages of simulation).
423
424 * manalysis/MMcCalibrationUpdate.[h,cc]
425 - Added (see below).
426
427 * manalysis/MMcCalibrationCalc.[h,cc]
428 - Removed: changed name of this class to MMcCalibrationUpdate,
429 which is more representative of what it really does. Moved
430 the filling of the MCalibrationCam container from Process to
431 ReInit, since it does not change on an event by event basis.
432 Simplified PreProcess (MCalibrationCam was searched for twice).
433 Updated class description and comments.
434
435 * manalysis/Makefile, AnalysisLinkDef.h
436 - Adapted to change above
437
438 * macros/starmc.C
439 - Adapted to change above. Changed also task instance name from
440 mccalibcalc to mccalibupdate.
441
442
443
444 2004/01/21: Raquel de los Reyes
445
446 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
447 and mcamera/MCameraCalibration.h
448 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
449 the private data members of the class.
450
451
452
453 2004/01/20: Thomas Hengstebeck
454
455 * mranforest/MRanForestCalc.[h,cc]
456 - Added member functions Grow (training of RF) and Fill (reading in
457 trained forest from file) which simplify macros.
458 One just needs to call them instead of using MRanForestGrow and
459 MRanForestFill (and the related training and fill loops) in a
460 macro.
461
462
463
464 2004/01/20: Abelardo moralejo
465
466 * manalysis/MMcCalibrationCalc.cc
467 - removed call to MCalibrationPix::SetPedestal, which was not
468 needed.
469
470
471
472 2004/01/20: Thomas Bretz
473
474 * Makefile:
475 - replaced 'make' by '$(MAKE)'
476
477 * Makefile.rules:
478 - added Makefile itself to dependencies
479
480 * mbase/MTask.cc:
481 - added comment about ReInit
482
483 * mhbase/MH.cc:
484 - do not clear pad in DrawClone if 'same' option given
485
486 * mhist/MHVsTime.cc:
487 - evaluate 'same' option
488
489 * mfileio/MReadCurrents.[h,cc]:
490 - obsolete, removed
491
492 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
493 - added some comments
494
495
496
497 2004/01/20: Abelardo moralejo
498
499 * mcalib/MHCalibrationPINDiode.cc
500 - Added call to SetDirecory(0) for histograms fHErrCharge,
501 fHPCharge, fHPTime.
502
503 * manalysis/MCerPhotPix.h:
504 - Changed position of declaration of fIsSaturated to be the last
505 private variable. Otherwise, since in the constructor it is
506 initialized in the last place, a warning is displayed upon
507 compilation in some systems.
508
509
510
511 2004/01/20: Markus Gaug
512 * mcalib/Makefile, manalysis/Makefile:
513 - include directory ../mtools
514
515 * mtools/MFFT.[h,cc]
516 - class inherits from TObject now
517
518
519
520 2004/01/19: Markus Gaug
521
522 * mcalib/MHCalibrationBlindPixel.[h,cc]
523 - fixed a bug in fFitLegend due to which program crashed by calls
524 to DrawClone
525 - Modified way to change the fit function
526
527 * mcalib/MHCalibrationPixel.[h,cc]
528 - reordered function calls
529 - removed SetupFill
530
531 * mcalib/MHCalibrationPINDiode.h
532 - reordered function calls
533
534 * mcalib/MCalibrationPix.[h,cc]
535 - limits to define fFitValid now as variables in class
536
537 * mcalib/MCalibrationCam.[h,cc]
538 - reordered function calls
539 - incorporate option to exclude pixels
540
541 * mcalib/MCalibrationBlindPix.h
542 - Modified way to change the fit function
543
544 * mcalib/MCalibrationCalc.[h,cc]
545 - Modified way to change the fit function
546 - incorporate option to exclude pixels from configuration file
547
548 * macros/calibration.C
549 - Modified way to change the fit function
550 - incorporate option to exclude pixels from configuration file
551
552
553
554 2004/01/19: Javier Rico
555
556 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
557 - Added documentation of member functions
558
559
560
561 2004/01/19: Abelardo Moralejo
562
563 * manalysis/MCerPhotPix.[h,cc]
564 - Added fIsSaturated to flag whether low gain of the pixel is
565 saturated. Added corresponding getter and setter functions.
566 Updated ClassDef to version 2.
567
568 * mcalib/MCalibrate.cc
569 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
570 one low gain FADC slice is saturated.
571
572 * mimage/MNewImagePar.[h,cc]
573 - Added new member variable fNumSaturatedPixels to count how many
574 pixels were saturated. Updated ClassDef to version 2.
575
576
577
578 2004/01/19: Thomas Bretz
579
580 * manalysis/MPedPhotCalc.[cc,h]:
581 - fixed order of includes
582 - removed obsolete forward declarations
583 - removed obsolete data member fNumPixels (stored already twice in
584 the two TArrayF)
585 - fixed some small bugs in the documentation
586
587 * manalysis/MPedCalcPedRun.cc:
588 - updated my eMail address
589
590
591
592 2004/01/19: Javier Rico
593
594 * macros/dohtml.C, NEWS
595 - include some missing info
596
597
598
599 2004/01/19: Abelardo Moralejo
600
601 * manalysis/MExtractedSignalPix.h
602 - added GetNumLoGainSaturated()
603
604
605
606 2004/01/19: Markus Gaug
607
608 * macros/dohtml.C
609 - include calibration.C
610
611 * manalysis/MExtractSignal.cc
612 - warning of logain saturation now only once per event (out of loop)
613
614 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
615 - new Flag fExcluded to indicate if pixel has been excluded from
616 further analysis
617
618
619
620 2004/01/16: Javier Rico & Pepe Flix
621
622 * manalysis/MPedPhotCalc.[cc,h]
623 - added
624 - new class for the evaluation of pedestals in units of photons
625 using the extracted signal from pedestal runs and calibration
626 constants defined in MCalibrate
627
628 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
629 - added entries for MPedPhotCalc
630
631 * macros/pedphotcalc.C
632 - added
633 - example on how to use MPedPhotCalc task
634
635
636
637 2004/01/16: Markus Gaug
638
639 * mcalib/MCalibrationFits.h
640 - removed and incorporated in MHCalibrationBlindPixel.h
641
642 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
643 mcalib/MCalibrationBlindPix.h:
644 - incorporate Fit functions
645 - fixed a bug due to which DrawClone crashed when class was used
646 in a compiled macro
647
648 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
649 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
650 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
651 mcalib/MHCalibrationPixel.cc:
652 - fixed the warns and errs in fLog's
653
654
655
656 2004/01/16: Abelardo Moralejo
657
658 * manalysis/MMcCalibrationCalc.cc
659 - TMath::Max() is no longer used because it did not compile in some
660 systems for unkown reasons. I replaced it by a safer (and may be
661 slower) code.
662 - Added calpix.SetFitValid();
663
664 * mhist/MHEvent.cc
665 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
666 be 1 in case of RMS:
667 case kEvtPedestalRMS:
668 fHist->SetCamContent(*(MCamEvent*)par, 1);
669
670
671
672 2004/01/15: Abelardo Moralejo
673
674 * macros/starmc.C
675 - Added. Version of star showing new chain to get Hillas
676 parameters (with Size calibrated in photons) from MC files.
677
678
679
680 2004/01/15: Javier Rico
681
682 * manalysis/MPedCalcPedRun.[h,cc]
683 - optimize the running time
684 - add (some) documentation
685 - correct treatment for the case of several input files
686
687 * macros/pedvsevent.C
688 - added
689 - draw pedestal mean and rms vs event# for input pixel# and run
690 file, and compares them to the global pedestal mean and rms
691
692
693
694 2004/01/15: Raquel de los Reyes
695
696 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
697 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
698 functions to compute the estimation of the error of the
699 mean. It can be done calling to the function
700 MCamEvent::SetBit(MHCamera::kVariance) in the macro
701
702
703
704 2004/01/15: Markus Gaug
705
706 * mhist/MHCamera.[h,cc]
707 - incorporate Thomas's changes
708 - replace void CreateProjection() by TH1D *Projection(const char*)
709
710 * macros/calibration.C
711 - replace MHCamera->Draw("proj") by MHCamera->Projection()
712 - produce better fits to the projection
713
714 * manalysis/MSimulatedAnnealing.[h,cc],
715 mhist/MHSimulatedAnnealing.[h,cc]:
716 - moved to directory mtools
717 - MSimulatedAnnealing now inherits from TObject
718
719 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
720 mhist/Makefile, mhist/HistLinkDef.h:
721 - removed MSimulatedAnnealing
722 - removed MHSimulatedAnnealing
723
724 * mtools/Makefile, mtools/AnalysisLinkDef.h:
725 - added MSimulatedAnnealing
726 - added MHSimulatedAnnealing
727
728
729
730 2004/01/15: Thomas Bretz
731
732 * manalysis/AnalysisLinkDef.h:
733 - removed MCurrents
734
735 * mhist/MHCamera.[h,cc]:
736 - added member function Projection
737 - removed fYproj
738
739 * mreport/MReport*.*:
740 - added more comments
741
742
743
744 2004/01/14: Markus Gaug
745
746 * mtools/MFFT.[h,cc]
747 - new class to perform Fast Fourier Transforms
748
749 * mtools/Makefile
750 * mtools/ToolsLinkDef.h
751 - include MFFT
752
753 * manalysis/MExtractedSignalCam.h
754 - removed variables fNumHiGainSamples and fNumLoGainSamples
755 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
756
757 * manalysis/MExtractSignal.cc
758 - updated call to SetUsedFADCSlices
759
760
761
762 2004/01/14: Abelardo Moralejo
763
764 * manalysis/MMcCalibrationCalc.cc:
765 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
766 This can happen (depending on camera simulation parameters), and
767 rms = 0 later resulted in the pixel being eliminated in the
768 image cleaning.
769
770
771
772 2004/01/14: Thomas Bretz
773
774 * Makefile:
775 - replaced old style Makefile.depend by directory specific
776 dependancy files
777
778 * Makefile.rules:
779 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
780 - added rule to make dependency files
781 - added rule to remove dependancy files.
782 - added rmdep as prerequisite to clean
783 - include dependency file
784
785 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
786 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
787 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
788 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
789 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
790 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
791 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
792 mtools/Makefile:
793 - removed clean-rule, use the one in Makefile.rules instead
794
795 * mreport/Makefile, mreport/ReportLinkDef.h:
796 - added MReportHelp
797
798 * mreport/MReportFileRead.cc:
799 - moved code from MReportHelp to new file
800 - removed usage of MReport class completely
801
802 * mfilter/MFGeomag.[h,cc]:
803 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
804 - changed the second loop from 0->1151 to 1152->2304
805 - removed dummy arrays used for reading
806 - output filename in case of 'file not found'
807 - removed obsolete data members
808 - removed obsolete Init function
809 - removed forbidden underscore from member variable
810 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
811
812 * mbase/MStatusDisplay.[h,cc]:
813 - added new member function Open
814 - added new menu entry kFileOpen
815 - changed UpdatePSheader algorithm (the old one was much too slow)
816
817 * manalysis/MCurrents.[h,cc]:
818 - removed (old outdated)
819
820 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
821 - removed MCurrents
822
823
824
825 2004/01/14: Wolfgang Wittek
826
827 * macros/ONOFFAnalysis.C:
828 - current version
829
830 * mhist/MHSigmaTheta.[h,cc]:
831 - replace MPedestalCam by MPedPhotCam
832
833 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
834 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
835 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
836 - replace MPedestalCam by MPedPhotCam
837
838 * manalysis/MPedPhotPix.[h,cc]
839 - uncomment SetRms()
840
841
842
843 2004/01/13: Markus Gaug
844
845 * manalysis/MExtractSignal.h
846 - seems that the reduced light intensity of the CT1 Pulser
847 results in broader pulses -> Set Default time slices to [3,10]
848
849 * mhist/MHCamera.cc
850 - make Stat Window in option 'proj' bigger
851 - add comment line at beginning of Draw()
852
853 * mcalib/MHCalibrationBlindPixel.[h.cc]
854 - add Function DrawClone()
855 - fix bug in calculation of integral (GetIntegral("width"))
856 - restrict parameters tighter
857 - declare fit as not valid, if less than 100 events
858 in single photo-electron peak
859
860 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
861 - fit now with fixed normalization
862
863 * mcalib/MHCalibrationPixel.[h.cc]
864 - new function IsEmpty()
865 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
866
867 * mcalib/MCalibrationPix.[h.cc]
868 - F-Factor corrected and added error
869 - Histograms not fitted if they are empty
870 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
871
872 * mcalib/MCalibrationCam.cc
873 - Square Root of Reduced Sigmas not taken, if they are < 0.
874 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
875
876 * mcalib/MCalibrationCalc.cc
877 - Blind Pixel is not additionally treated as normal pixel any more
878 - Blind Pixel Draw replaced by DrawClone
879
880 * macros/calibration.C
881 - took out some unused code
882 - some default axis labelling corrected
883
884
885
886 2004/01/13: Abelardo Moralejo
887
888 * manalysis/MMcPedestalCopy.cc
889 - added check of whether input file is a MC file before executing
890 the PreProcess.
891
892
893
894 2004/01/13: Wolfgang Wittek
895
896 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
897 - change macro to handle also MC events with finite sigmabar
898
899 * manalysis/MPadOn.[h,cc]:
900 - deleted, is replaced by MPad
901
902 * manalysis/MPadOnOFF.[h,cc]:
903 - deleted, is replaced by MPad
904
905 * manalysis/MPad.[h,cc]:
906 - new class, replacing MPadON and MPadONOFF
907 - handle also MC events with finite sigmabar
908
909 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
910 - replace MPadON and MPadONOFF by MPad
911
912
913
914 2004/01/13: Thomas Bretz
915
916 * mraw/MRawRunHeader.[h,cc]:
917 - implemented new member function GetRunTypeStr
918
919 * Changelog.03:
920 - added (contains entries of 2003)
921
922 * Changelog:
923 - removed entries of 2003
924
925 * mfilter/MFGeomag.cc:
926 - simplified open/close of input files
927
928 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
929 - added some comments
930 - added new member function GetError
931
932 * Makefile:
933 - updated 'make dox' output for convinience
934
935 * macros/dohtml.C:
936 - do not print Info's
937 - added mcamera
938 - added mpointing
939 - added mreport
940
941 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
942 - removed some obsolete comments (these comments confused THtml)
943
944 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
945 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
946 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
947 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
948 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
949 - replaced MPedestalCam by MPedPhotCam
950 - removed some obsolete includes
951
952 * mbase/BaseLinkDef.h, mbase/Makefile:
953 - added MLogPlugin
954 - added MLogHtml
955
956 * mbase/MLog.[h,cc]:
957 - added use of plugins
958
959 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
960 - added
961
962 * mbase/MStatusDisplay.[h,cc]:
963 - added a Save-As dialog
964
965
966
967 2004/01/12: Thomas Bretz
968
969 * macros/rootlogon.C:
970 - added mcamera to include path
971 - added mpointing to include path
972 - added mreport to include path
973
974 * mbase/MLog.cc:
975 - updated my eMail address
976
977 * mbase/MParContainer.h:
978 - added Read member function
979
980 * mbase/MStatusDisplay.[h,cc]:
981 - changed size of ps-paper
982 - added a user defined bottom line to the ps-files
983 - added name (currently unused)
984 - added title (used as possible bottom line in ps-file)
985
986 * mraw/MRawRunHeader.cc:
987 - added some comments
988
989 * status.cc:
990 - set name of input as bottom line of status display
991
992
993
994 2004/01/12: Abelardo Moralejo
995
996 * mimage/MStereoPar.cc
997 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
998 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
999 Bug had no effect unless scale1 != scale2 (-> telescopes of
1000 different size).
1001
1002
1003
1004 2004/01/12: Markus Gaug
1005
1006 * manalysis/MExtractSignal.[h,cc]
1007 - take out some uncommented code
1008 - replace logainshift by two independent variables:
1009 logainfirst, logainlast
1010 - because in most data, maximum occurs in slice 4, shift default
1011 from slices 4-9 to slices 3-8.
1012
1013 * manalysis/MExtractedSignalPix.[h,cc]
1014 - took out some uncommented code
1015 - new initializers: instead of -1. now 99999.9
1016
1017
1018
1019 2004/01/09: Markus Gaug
1020
1021 * mcalib/MCalibrationCam.[h,cc]
1022 - take out 1-dim histos because we can use
1023 the projections in MHCamera (s.b.)
1024
1025 * mcalib/MHCalibrationBlindPixel.h
1026 - make the fit by default quiet
1027
1028 * mcalib/MHCalibrationPixel.[h,cc]
1029 * mcalib/MCalibrationPix.[h,cc]
1030 - Ranges of time slices stored independently for HiGain and LoGain
1031 in order to allow consecutive checks
1032
1033 * mhist/MHCamera.[h.cc]
1034 - add the possibility to call a Draw("proj") which will
1035 draw a Y-Projection of the histogram
1036
1037 * macros/calibration.C
1038 - apply the drawing of the projections and fit them
1039
1040 * mcalib/MCalibrationCalc.cc
1041 - catch the possibility of a calibration file,
1042 unintendedly being a pedestal or cosmic file.
1043 Program now exits with an error before doing the fits
1044
1045 * mcalib/MCalibrationPix.[h,cc]
1046 - fixed a bug in calculation of fFitValid.
1047 before, a call to IsFitValid() always returned false
1048
1049
1050
1051 2004/01/09: Javier L¢pez
1052
1053 * macros/bootcampstandardanalysis.C
1054 - added new macro that holds the main scheleton discussed in the
1055 december bootcamp in Wuerzburg. It runs first over a pedestal
1056 run, then over a calibration run, again over the pedestal run
1057 to compute de pedestal in number of photons and finally over a
1058 data run to calibrate the data.
1059
1060
1061
1062 2004/01/06: Sebastian Raducci
1063
1064 * manalysis/MArrivalTime.[h,cc]
1065 - added new method to calculate photon arrival times. It uses the
1066 TSpline5 Root Class to interpolate the Fadc Slices. The time is
1067 the abscissa value of the absolute maximum of the interpolation
1068 - added new method to find clusters with similar arrival times.
1069 For now it's a preliminary version. It simply search for adiacent
1070 pixels having the same arrival time (color).
1071
1072 * manalysis/MArrivalTimeCalc.[h,cc]
1073 - modified the Process() method according to the changes in the
1074 Arrival Time Cointainer
1075
1076 * mmain/MEventDisplay.cc
1077 - added new tab in the camera event display to show the arrival
1078 time. This arrival time is calculated with the spline method
1079 - the old Arrival Time pad now it's called Max Slice Idx, because
1080 it's only the index of the slice with the max content.
1081
1082 * mhist/MHEvent.[h,cc]
1083 - added new fType in te enumeration to handle the arrival time
1084 histos
Note: See TracBrowser for help on using the repository browser.