source: trunk/MagicSoft/Mars/Changelog@ 3005

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