source: trunk/MagicSoft/Mars/Changelog@ 2994

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