source: trunk/MagicSoft/Mars/Changelog@ 2983

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