source: trunk/MagicSoft/Mars/Changelog@ 2919

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