source: trunk/MagicSoft/Mars/Changelog@ 3049

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