source: trunk/MagicSoft/Mars/Changelog@ 2940

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