source: trunk/MagicSoft/Mars/Changelog@ 3051

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