source: trunk/MagicSoft/Mars/Changelog@ 3089

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