source: trunk/MagicSoft/Mars/Changelog@ 3103

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