source: trunk/MagicSoft/Mars/Changelog@ 2946

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