source: trunk/MagicSoft/Mars/Changelog@ 3003

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