source: trunk/MagicSoft/Mars/Changelog@ 3723

Last change on this file since 3723 was 3723, checked in by gaug, 21 years ago
*** empty log message ***
File size: 127.7 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
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2004/04/13: Markus Gaug
21
22 * macros/dohtml.C
23 - included directory mbadpixels
24
25 * mcalib/MCalibrationPix.[h,cc]
26 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
27 errors
28
29 * mcalib/MCalibrationChargeCam.[h,cc]
30 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
31 - updated GetPixelContents
32 - updated class documentation
33
34 * mgeom/MGeomMirror.h
35 - include <TVector3.h>, otherwise it does not compile on my machine
36
37 * mjobs/MJPedestals.cc
38 * mjobs/MJCalibration.cc
39 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
40 bug in MBadPixelsMerge is resolved (see bugtracker).
41
42 * mcalib/MHCalibrationChargePINDiode.cc
43 - return in Draw() if histogram is empty (otherwise segm. violation
44 in eventloop
45
46 * msignal/MExtractedSignalCam.cc
47 - intialize variables by default to 0.
48
49 * mcalib/MHCalibrationChargeCam.[h,cc]
50 - pointer to fSig is not stored, somehow, when running MJCalibration
51 Don't know why. Removed and stored some variables instead
52
53 * mjobs/MJCalibration.cc
54 - updated documentation, updated QE Cam
55
56
57 2004/04/13: Thomas Bretz
58
59 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
60 - enhanced comments
61 - added some new features
62
63 * mbase/MAGIC.h:
64 - removed some empty lines
65
66 * mfileio/MWriteRootFile.cc:
67 - fixed a compiler warning
68
69 * mgeom/MGeomCorsikaCT.h:
70 - removed obsolete include of TArrayF
71
72 * mgeom/MGeomMirror.[h,cc]:
73 - replaced fReflector by *fReflector
74
75 * mmain/MGDisplayAdc.cc:
76 - fixed a bug which caused the wrong histogram entry to be
77 displayed
78
79
80
81 2004/04/10: Markus Gaug
82
83 * macros/dohtml.C
84 - included directory mjobs
85
86 * mjobs/MJCalibration.[h,cc]
87 - added and updated documentation (not yet ready)
88
89 * htmldoc/images/CalibClasses.gif
90 - scheme of the calibration classes, used for documentation in
91 MJCalibration.cc
92
93
94
95 2004/04/10: Thomas Bretz
96
97 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
98 - added comments
99
100 * macros/starfield.C:
101 - added
102
103 * mastro/Makefile, mastro/AstroLinkDef.h
104 - added MAstroCamera
105
106
107
108 2004/04/09: Markus Gaug
109
110 * mcalib/MHCalibrationChargePINDiode.[h,cc]
111 * mcalib/MHCalibrationChargeCam.[h,cc]
112 * mcalib/MHCalibrationChargeCalc.[h,cc]
113 - put abs. time consistency check from MCalibrationChargeCalc into
114 MHCalibrationChargePINDiode and MHCalibrationChargeCam
115
116 * mcalib/MHCalibrationCam.[h,cc]
117 * mcalib/MHCalibrationChargeCalc.[h,cc]
118 - number of used FADC slices also stored in MHCalibrationCam,
119 MHCalibrationChargeCalc needs no pointer to the signal extractors
120 any more -> removed
121
122 * mcalib/MCalibrationChargePINDiode.[h,cc]
123 * mcalib/MCalibrationChargeBlindPix.[h,cc]
124 * mcalib/MCalibrationCam.[h,cc]
125 - put a default pulser color kNONE
126
127 * manalysis/MPedestalCam.[h,cc]
128 * manalysis/MPedCalcPedRun.[h,cc]
129 * manalysis/MGeomApply.cc
130 - added average pixels in the way like it is done in MCalibrationCam
131
132
133
134 2004/04/08: Thomas Bretz
135
136 * mfbase/MF.cc:
137 - optimized output
138
139 * mfbase/MFilterList.cc:
140 - added some comments
141
142 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
143 - added SortFiled-option -- RAQUEL, this is for you!
144
145 * mfileio/MWriteRootFile.cc:
146 - class AddSerialNumber in AddContainer
147
148 * mhist/MHFalseSource.[h,cc]:
149 - optimized setting of hist maximum
150 - added more source dependant cuts
151 - changed display layout
152 - scale number of entries to correct for different acceptance
153 (not perfect, but the best I can currently do)
154
155 * mimage/MHHillasExt.[h,cc]:
156 - added new histogram for fMaxDist
157
158 * mimage/MHNewImagePar.[h,cc]:
159 - added new histograms for Used/CoreArea
160
161 * mimage/MHillasCalc.cc:
162 - optimized output
163
164 * mimage/MHillasExt.cc:
165 - fMaxDist got a sign
166
167 * mimage/MNewImagePar.[h,cc]:
168 - enhanced comments
169 - added new Print() member function
170
171 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
172 - forward geomcam to newimgepar.Print()
173
174
175
176 2004/04/08: Markus Gaug
177
178 * mcalib/MCalibrationChargeCalc.[h,cc]
179 * mcalib/MCalibrationChargeCam.[h,cc]
180 * mcalib/MCalibrationChargePix.[h,cc]
181 * mcalib/MCalibrationChargeBlindPix.[h,cc]
182 * mcalib/MCalibrationChargePINDiode.[h,cc]
183 - put calculation of photon fluxes with the three methods into
184 MCalibrationChargeCalc
185 - reorganized calculations in a better readable way (hopefully!)
186
187 * mbase/MAGIC.h
188 * mcalib/MCalibrationCam.[h,cc]
189 * mcalib/MCalibrationQECam.[h,cc]
190 * mcalib/MCalibrationQEPix.[h,cc]
191 - put PulserColor_t away from MAGIC.h into MCalibrationCam
192 - full implementation of the QE-calibration from MCalibrationQEPix
193
194 * msignal/MExtractBlindPixel.cc
195 - removed warning about low-gain saturation of Blind pixel
196
197 * mcalib/MCalibrate.[h,cc]
198 * mcalib/MCalibrateData.[h,cc]
199 * mcalib/MMcCalibrationCalc.[h,cc]
200 * manalysis/MMcCalibrationUpdate.[h,cc]
201 - conversion factors now separated into FADC2phe and then into
202 call to average Quantum efficiency.
203
204
205 2004/04/07: Markus Gaug
206
207 * mcalib/MHGausEvents.[h,cc]
208 - added fBlackout events
209
210
211
212 2004/04/06: Thomas Bretz
213
214 * mcalib/MCalibrationCam.[h,cc]:
215 - simplified call to initialization by new function Init()
216
217 * mcalib/MH*.cc:
218 - fixed some warnings (comparision between signed and unsigned)
219
220 * manalysis/MGeomApply.cc:
221 - use new Init-funtion of MCalibrationCam
222
223 * mastro/MAstro.cc:
224 - some fixes to the conversion functions
225
226 * mastro/MAstroCamera.[h,cc]:
227 - added comments
228 - changed argument type of AddPrimitives
229
230 * mastro/MAstroCatalog.[h,cc]:
231 - many changes to make it possible to overlay the
232 catalog on top of a 2D histogram
233
234 * mbase/MEvtLoop.cc:
235 - fixed estimation of run-time
236
237 * mbase/MMath.[h,cc]:
238 - added member functions for signed significances
239
240 * mbase/MParContainer.cc:
241 - changed GetterMethod() to support double reference data mebers
242
243 * mbase/MStatusDisplay.cc:
244 - removed some obsolete debug outputs
245
246 * mbase/MTask.[h,cc]:
247 - removed fNumExecutions, fStopwatch already counts the calls
248 - slight chagnes to output of PrintStatistics
249
250 * mbase/MTaskList.[h,cc]:
251 - slight chagnes to output of PrintStatistics
252
253 * mbase/MTime.cc:
254 - removed +TwoPi from GetGmst
255
256 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
257 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
258 mcamera/MCameraPowerSupply.h:
259 - added missing Getter functions
260
261 * mcamera/MCameraHV.h:
262 - removed obsolete data-meber fMean
263
264 * mdata/DataLinkDef.h:
265 - added MDataFormula
266
267 * mdata/MDataChain.cc, mdata/Makefile:
268 - enhanced dosumentation
269 - implemented use of multi argument functions
270 - added ^-operator
271
272 * mdata/MDataList.[h,cc]:
273 - added ^-operator
274 - enhanced IsValid
275
276 * mfbase/MFilterList.cc:
277 - changed a warn-output to inf
278
279 * mgeom/MGeomCam.[h,cc]:
280 - added getter returning index corresponding to XY
281
282 * mgeom/MGeomPix.[h,cc]:
283 - added getter IsInside
284
285 * mhist/MHCamera.cc:
286 - Return 0 in GetMean if no entries
287
288 * mhist/MHFalseSource.[h,cc]:
289 - removed conversion stuff (mm/deg)
290 - slight change to calculation of significance
291 - added dist-cuts
292 - added histogram showing number of entries
293 - added display of catalog
294
295 * mhist/MHStarMap.cc:
296 - added comment
297
298 * mimage/MHillasExt.[h,cc]:
299 - changed class version to 3
300 - added new data-member fMaxDist
301
302 * mimage/MNewImagePar.[h,cc]:
303 - added new data member fUsedArea and fCoreArea
304
305 * mmc/MMcConfigRunHeader.h:
306 - readded GetMirrors (WHY WAS IT GONE?)
307
308 * mpointing/MPointingPos.[h,cc]
309 - implemented Getter to get coordinates in rad
310
311 * mpointing/MSrcPosCalc.[h,cc]:
312 - fixed direction of rotation
313 - for the moment do use fTime
314
315
316
317 2004/04/06: Markus Gaug
318
319 * mcalib/MCalibrationChargePix.[h,cc]
320 - change names of the GetLoGain*() functions to
321 GetConvertedLoGain*() for better clarity
322
323 * mcalib/MCalibrationChargeCam.[h,cc]
324 - updated and enlarged documentation
325
326 * mcalib/MHCalibrationChargeCam.cc
327 * mcalib/MHCalibrationRelTimeCam.cc
328 - set the arrays by use of memset
329 - initialize TObjArrays with the Init-Function
330
331
332 2004/04/05: Markus Gaug
333
334 * msignal/MExtractedSignalPINDiode.h
335 - new function GetLastUsedSlice()
336
337 * mcalib/MCalibrationChargeCalc.[h,cc],
338 * mcalib/MCalibrationChargeCam.cc:
339 - holds also pointers to MExtractedSignalPINDiode and
340 MExtractedSignalBlindPixel and does the checks inside the task
341 (instead of inside the containers)
342
343 * mcalib/MCalibrationChargeBlindPix.[h,cc],
344 * mcalib/MCalibrationChargePINDiode.[h,cc]:
345 - updated and enlarged documentation
346
347 * mcalib/MHCalibrationChargePINDiode.cc
348 * mcalib/MHCalibrationChargeCam.[h,cc]
349 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
350 - rename arrays of fAverageSigmaErr to AverageSigmaVar
351
352 * mcalib/MCalibrationPix.[h,cc]
353 * mcalib/MCalibrationChargePix.[h,cc]
354 * mcalib/MCalibrationChargeBlindPix.[h,cc]
355 * mcalib/MCalibrationChargePINDiode.[h,cc]
356 - add Getters to the relative variance
357
358 * mcalib/MHGausEvents.[h,cc]
359 * mcalib/MCalibrationPix.[h,cc]
360 * mcalib/MHCalibrationCam.cc
361 - add to Pickup also Blackout events
362
363
364 2004/04/05: Nadia Tonello
365
366 * mbadpixels/MBadPixelsTreat.cc
367 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
368
369
370
371 2004/04/02: Markus Gaug
372
373 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
374 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
375 mcalib/MCalibrationRelTimeCam.[h,cc],
376 mcalib/MCalibrationRelTimePix.[h,cc]:
377 - updated and enlarged documentation
378
379 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
380 mcalib/MHCalibrationChargePix.[h,cc],
381 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
382 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
383 mcalib/MHCalibrationChargeBlindPix.[h,cc],
384 mcalib/MHCalibrationChargePINDiode.[h,cc]:
385 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
386 ChangeHistId() into MHGausEvents (before in the derived classes)
387 - put fChargeNbins, fChargeFirst, fChargeLast,
388
389 * mcalib/MHCalibrationRelTimePix.[h,cc]:
390 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
391 into MHGausEvents as fNbins, fFirst and fLast
392
393 * mcalib/MHCalibrationRelTimePix.[h,cc]:
394 - remove Renormalization to time slices. Need to think about
395 more direct way to implement
396
397 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
398 mcalib/MHCalibrationChargeCam.[h,cc],
399 mcalib/MHCalibrationRelTimeCam.[h,cc]:
400 - put most of the functionality into the base class MHCalibrationCam
401 - derived classes overload the functions SetupHists, ReInitHists,
402 FillHists, FinalizeHists and FinalizeBadPixels.
403 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
404 FitLoGainHists and InitHists can be used from base class.
405
406 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
407 mcalib/MCalibrationRelTimePix.[h,cc]:
408 - put most of the functionality into the base class MCalibrationPix
409 - other two classes derive now from MCalibrationPix
410
411 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
412 mcalib/MCalibrationRelTimeCam.[h,cc]:
413 - put most of the functionality into the base class MCalibrationCam
414 - other two classes derive now from MCalibrationCam
415 - calls to MCalibration*Cam[i] now have to cast!
416
417 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
418 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
419 * mcalib/MCalibrationChargeCalc.cc:
420 - cast calls to MCalibration*Cam[i]
421
422 * manalysis/MGeomApply.cc
423 - add initialization MCalibrationRelTimeCam
424 - add intialization of average pixels
425
426
427
428 2004/04/02: Abelardo Moralejo
429
430 * msignal/MExtractSignal3.[h,cc]
431 - added. Alternative method for signal extraction. Uses sliding
432 window from event to event, but a common window for all pixels
433 in an event.
434
435 * msignal/Makefile, SignalLinkDef.h
436 - added MExtractSignal3.
437
438
439
440 2004/04/02: Markus Gaug
441
442 * mbadpixels/MBadPixelsPix.h
443 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
444 enum
445
446 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
447 mcalib/Makefile, mcalib/CalibLinkDef.h:
448 - two new base classes for general calibration storage containers,
449 contain average pixel storage functionality
450
451 * mcalib/MCalibrationRelTimeCam.[h,cc],
452 mcalib/MCalibrationRelTimePix.[h,cc]:
453 - new storage container for the rel. time calibration results, derive
454 from MCalibrationPix, MCalibrationCam
455
456
457
458 2004/04/01: Markus Gaug
459
460 * msignal/MArrivalTimeCalc.[h,cc]
461 - set fSaturationLimit as a variable with default (instead of 0xff)
462
463 * mcalib/MHCalibrationChargeCam.[h,cc]
464 mcalib/MCalibrationChargeCam.[h,cc]
465 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
466 - add average pixels per sector
467
468 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
469 mcalib/MHCalibrationRelTimePix.[h,cc]:
470 - moved BypassFit() function to MHGausEvents
471
472 * mcalib/MHCalibrationChargeCam.[h,cc]:
473 - updated and enlarged documentation
474 - derives now from mcalib/MHCalibrationCam
475
476 * mcalib/MCalibrationChargePix.[h,cc]:
477 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
478
479 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
480 - new base class for all MHCalibration*Cam object, contains the average
481 pixel functionality
482
483
484
485 2004/03/31: Markus Gaug
486
487 * mcalib/MHCalibrationChargeCam.[h,cc],
488 mcalib/MCalibrationChargeCam.[h,cc],
489 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
490 - make the average pixel independent on camera geometry, i.e.
491 one average pixel per MGeomPix::Aidx
492
493
494
495 2004/03/31: Abelardo Moralejo
496
497 * mmc/MMcConfigRunHeader.[h,cc]
498 - updated to current version (3) in camera program. Added member
499 fLightCollectionFactorOuter so that we can store the data on
500 the simulatedlight collection efficiency (light guides +
501 plexiglas +...) as a function of incidence angle for outer and
502 inner pixels independently. Added getters for this information
503 on light collection efficiency.
504
505
506
507 2004/03/30: Markus Gaug
508
509 * mcalib/MHGausEvents.[h,cc],
510 mcalib/MHCalibrationChargePix.[h,cc],
511 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
512 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
513 mcalib/MHCalibrationChargeBlindPix.[h,cc],
514 mcalib/MHCalibrationChargePINDiode.[h,cc],
515 mcalib/MHCalibrationRelTimeCam.[h,cc],
516 mcalib/MHCalibrationRelTimePix.[h,cc],
517 mcalib/MHPedestalPix.[h,cc],
518 mcalib/MHPedestalCam.[h,cc]:
519 - updated and enlarged documentation
520
521
522
523 2004/03/30: Abelardo Moralejo
524
525 * mmc/MMcFadcHeader.hxx
526 - updated to current version (4) in camera program.
527
528
529
530 2004/03/29: Markus Gaug
531
532 * manalysis/MSourcePosFromStarPos.cc
533 - replaced fabs(ival) by TMath::Abs(ival)
534
535 * mbadpixels/MBadPixelsPix.h
536 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
537
538 * mbadpixels/MBadPixelsPix.cc
539 - put some documentation in the header
540
541 * mcalib/MHCalibrationChargeCam.cc
542 mcalib/MCalibrationChargeCam.cc
543 mbadpixels/MBadPixelsCam.cc
544 - adopt to new style in MBadPixelsPix.h
545
546 * mcalib/MCalibrationChargeCalc.[h,cc]
547 mcalib/MCalibrationChargePix.[h,cc]
548 - move consistency checks from Pix to Calc
549
550 * mcalib/MHGausEvents.[h,cc]
551 - fixed axes for event and fourier spectrum Draw
552
553 * mcalib/MHCalibrationChargePix.[h,cc]
554 mcalib/MHCalibrationChargeCam.[h,cc]
555 - moved definition of pulser frequency to MHCalibrationChargeCam
556
557
558
559 2004/03/24: Thomas Bretz
560
561 * mbase/MMath.cc:
562 - now SignificanceLiMa returns 0 in case sum==0
563
564
565
566 2004/03/23: Thomas Bretz
567
568 * mbase/MContinue.cc, mhbase/MH.cc:
569 - changed a warning message to an inf-message
570
571 * mfileio/MReadTree.cc:
572 - added an additional logging message when adding files to a
573 chain successfully.
574
575 * mbase/MProgressBar.cc:
576 - fixed initial size
577
578 * mastro/MAstro.[h,cc]:
579 - changed the code for the rotation angle back to its original
580 shape. The definition I tried to introduced was already
581 correctly implemented (assuming that sin is the x-component
582 of the vector I had it wrong in my mind twice, using
583 atan2(y,x) everywhere I did recognize it...)
584
585 * mreport/MReport.cc:
586 - fixed a bug which caused a crash when the time is not valid
587
588 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
589 - fixed: v.Roatete() must be v=v.Rotate()
590 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
591 or MObservatory (leaving out the corresponding translations)
592
593
594
595 2004/03/22: Markus Gaug
596
597 * mfileio/Makefile, mimage/Makefile
598 - mpointing included
599
600
601
602 2004/03/22: Thomas Bretz
603
604 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
605 - added
606
607 * mastro/MAstro.[h,cc]:
608 - added code to calculate rotationangle previously in MObservatory
609 - changed definition of rotation angle such, that it is now
610 180deg if Ra and Az grid is parallel
611
612 * mastro/MAstroCatalog.[h,cc]:
613 - fixes and enhancements to the display (such as misscalculated
614 number of grid lines, title display, etc)
615 - enhancements to the output
616 - generalized creation of grid - for further usage
617
618 * mastro/MAstroSky2Local.[h,cc]:
619 - replaced calculation of rotation angle by the function in
620 MAstro
621
622 * mastro/MObservatory.[h,cc]:
623 - small changes to Print output
624 - moved code for calculation of rotation angle to MAstro
625
626 * mbase/MEvtLoop.cc:
627 - do not output number of events per second if no events processed
628
629 * mbase/MParList.cc:
630 - updated some comments
631
632 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
633 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
634 mreport/MReportFileRead.cc:
635 - output error string if file cannot be opened
636
637 * mfileio/MReadTree.cc:
638 - output name of chain which is scanned
639
640 * mimage/MConcentration.cc:
641 - replaced loop by iterator
642 - removed obsolete (unused) variables
643
644 * mimage/MHNewImagePar.[h,cc]:
645 - fixed display colors
646
647 * mpointing/MPointingPos.[h,cc]:
648 - added member function to calculate rotation angle
649 - added comments
650
651 * mpointing/Makefile:
652 - added include MAstro
653
654 * manalysis/MSrcPosCam.[h,cc]:
655 - moved to mpointing
656
657 * mpointing/MSrcPosCalc.[h,cc]:
658 - added: Derotates a star in the camera into MSrcPosCam
659
660 * mpointing/Makefile, mpointing/PointingLinkDef.h:
661 - added MSrcPosCam
662 - added MSrcPosCalc
663
664 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
665 - removed MSrcPosCam
666
667 * mmain/Makefile:
668 - added include for mpointing
669
670 * manalysis/AnalysisIncl.h:
671 - removed TVector2
672
673 * mbase/MParContainer.h:
674 - added new abstract virtual member function SetVariables
675 (to be used in fits)
676 - addeed some text to class description
677
678 * mdata/MData.cc:
679 - added comment
680
681 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
682 mdata/MDataList.[h,cc], mdata/MDataMember.h,
683 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
684 - added SetVariables
685
686 * mdata/MDataChain.[h,cc]:
687 - added support for indexed variables [i]
688 - added SetVariables
689
690 * mdata/MDataValue.[h,cc]:
691 - added support for variable values (through SetVariables)
692 - added support for an index
693 - added SetVariables
694
695 * mfbase/MF.[h,cc]:
696 - removed support for {}. This case is now detected
697 automatically
698 - added SetVariables
699 - added support for expressiond like
700 "MHillas.fLength<2*MHillas.fWidth"
701
702 * mfbase/MFDataChain.[h,cc]:
703 - added fCond data member
704 - addednew constructor to support fCond
705 - added support for new condition type
706 - adapted Print and GetRule
707
708 * mimage/MNewImagePar.[h,cc]:
709 - added some comments
710
711 * mhist/MHStarMap.[h,cc]:
712 - fixed to use the correct MPointingPos instead of the
713 deprecated MMcEvt. Use MPointingPosCalc to copy the
714 pointing position from MMcEvt to MPointingPos
715
716 * mbase/MMath.[h,cc]:
717 - added, which currently only implements calculation of
718 significance and Li/Ma significance
719
720 * mbase/Makefile, mbase/BaseLinkDef.h:
721 - added MMath
722
723
724
725 2004/03/19: Markus Gaug
726
727 * mcalib/MHCalibrationChargePix.cc
728 - added some style to the default Draw in order to see the
729 label and axis titles better
730
731 * mcalib/MHCalibrationChargeCam.[h,cc]
732 - store and display more information on the average pxiels
733
734 * mcalib/MCalibrationCam.cc
735 - the GetPixelContent flag were not correct any more, fixed them
736
737 * macros/calibration.C
738 - fixed GetPixelContent flags
739 - draw radial profile of the variables
740
741 * mjobs/MJCalibration.cc
742 - fixed GetPixelContent flags
743 - introduced RadialProfile for some displays
744 - removed some not so important displays
745
746 * manalysis/MGeomApply.cc
747 - included MCalibrationQECam to be initialized
748
749 * mcalib/MCalibrationChargePix.[h,cc],
750 mcalib/MCalibrationQEPix.[h,cc]:
751 - replace DefinePixId by SetPixId
752
753 * mcalib/MCalibrationChargeCalc.[h,cc]
754 - added MCalibrationQECam
755 - cleaned the code up a little
756 - give more information at the end
757
758 * mcalib/MCalibrationChargePix.[h,cc]
759 - took out fNumLoGainSampels whihc is not needed any more because
760 conversion is only done in the getters
761 - Canceled function ApplyLoGainConversion (for same reason)
762
763 * msignal/MExtractSignal2.cc
764 - remove uncommented piece of code
765
766 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
767 - remove warning about pixel with low gain saturation,
768 now in MBadPixelsPix
769
770 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
771 - added new flag: kDeviatingNumPhes
772
773 * mcalib/MCalibrationChargePix.cc
774 - check for mean arr. time in last bin replaced by check in last
775 two bins
776
777 * mcalib/MCalibrationChargePix.[h,cc],
778 mcalib/MCalibrationChargeCam.cc,
779 mcalib/MHCalibrationChargeCam.cc:
780 - removed flag kHiGainFitted, kLoGainFitted, since they are
781 available from MBadPixelsPix
782
783 * macros/calibration.C, macros/calibrate_data.C
784 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
785 corrected them
786
787
788
789 2004/03/18: Raquel de los Reyes
790
791 * macros/DAQDataCheck.C
792 - macro to check the data from the DAQ system (.raw files).
793
794
795
796 2004/03/18: Thomas Bretz
797
798 * manalysis/AnalysisIncl.h:
799 - added TVector2
800
801 * manalysis/MSrcPosCam.[h,cc]:
802 - added Getter/Setter using TVector2
803
804 * mhbase/MH.cc:
805 - fixed GetMinimumGT for TH2 and TH3
806
807 * mpointing/MPointingPos.h:
808 - added Getter/Setter for Ra/Dec
809
810 * mpointing/MPointingPosCalc.cc:
811 - fill Ra/Dec into MPointingPos
812
813
814
815 2004/03/18: Markus Gaug
816
817 * mgeom/MGeomCam.[h,cc]
818 - replace fMaxRadius by a TArrayF of pixel area types
819 - new TArrayF fMinRadius of each pixel area type
820 - backward compatibility should be given,
821 call to GetMaxRadius() returns the value for the whole camera
822 (which corresponds to the previous value for the Magic camera)
823
824 * mimage/MConcentration.cc
825 - fixed on flog to fLog in order to compile
826
827
828
829 2004/03/17: Thomas Bretz
830
831 * mastro/MAstroCatalog.[h,cc]:
832 - some simplifications and changes
833
834 * mastro/MAstroCatalog.[h,cc]:
835 - some simplifications and changes
836
837 * mastro/MAstroSky2Local.[h,cc]:
838 - rotation matrix from sky to local coordinates
839 - added
840
841 * mastro/Makefile, mastro/AstroLinkDef.h:
842 - MAstroSky2Local added
843
844 * mraw/MRawEvtPixelIter.cc:
845 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
846 accelerated and fixed (the first slice was compared to itself
847 and the last slice was not taken into account)
848
849 * manalysis/MCerPhotAnal2.cc:
850 - fixed a bug in the new treatment of lo-gains
851
852 * mhvstime/MHPixVsTime.cc:
853 - fixed missing initialization of fTypeErr in constructor
854
855 * mimage/MHillas.[h,cc]:
856 - implemented member function which returns MeanX/Y as TVector2
857
858 * mimage/ImageIncl.h:
859 - added TVector2
860
861 * manalysis/MCerPhotEvt.[h,cc]:
862 - fixed a bug in AddPixels which - in some special circumstances -
863 cutted pixels with high pixel indices
864
865
866
867 2004/03/17: Antonio Stamerra
868
869 * macros/datatrigcheck.C
870 - added macro for time and trigger data-checking
871
872
873
874 2004/03/17: Abelardo Moralejo
875
876 * manalysis/MSourcePosfromStarPos.cc
877 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
878 compile.
879
880 * macros/starmc.C
881 - added parameter accepted_fraction to select fraction of events
882 to be processed (useful to make smaller outputs).
883
884
885
886 2004/03/17: Wolfgang Wittek
887
888 * manalysis/MSigmabar.[h,cc]
889 - correct calculation of sector, which was wrong
890
891
892
893 2004/03/16: Markus Gaug
894
895 * mhist/MHCamera.[h,cc]
896 - added function RadialProfile which returns a TProfile of the
897 value along the radius from the camera center
898
899
900
901 2004/03/16: Oscar Blanch Bigas
902
903 * mimage/MConcentration.[h,cc]
904 - new class for Concentration stuff.
905 - It computes and stores Concentration 1-8
906
907 * mimage/MNewImagePar.[h,cc]
908 - New Concentration stuff is moved to MConcentration.
909
910 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
911 - Modifications needed to support and compile new
912 MConcentration class.
913
914
915
916 2004/03/16: Thomas Bretz
917
918 * mjobs/MJ*.[h,cc]
919 - removed some obsolete comments
920 - removed projections from Directory (SetDirectory(0))
921
922
923
924 2004/03/16: Wolfgang Wittek
925
926 * manalysis/MSigmabar.[h,cc]
927 - calculate sigmabar as mean of individual pedestalRMS
928 instead of sqrt of mean pedestalRMS^2
929
930
931
932 2004/03/16: Oscar Blanch
933
934 * mimage/MNewImagePar.[h,cc]
935 - New variables members added: fInnerSize, fInnerLeakage[1,2],
936 fConc[3-8].
937 - It is only ready for Magic Camera geometry. It has to be done
938 MGeomCam base.
939 - The version ahs not been updated since it was done on the
940 2004/03/10 by Abelardo.
941
942
943
944 2004/03/15: Markus Gaug
945
946 * mcalib/MCalibrationChargePix.[h,cc],
947 mcalib/MCalibrationChargeCam.[h,cc],
948 mcalib/MCalibrationChargeCalc.cc:
949 - conversion from hi- to logain now not applied until the value is
950 exported outside the class. This is necessary for the error
951 propagation in the F-Factor method: In the calculation of the
952 number of Phe, the conversion factors cancel out and do not
953 enlarge the errors
954 - pixels with number of phe's outside the range defined by
955 fPheFFactorRelErrLimit are not any more declared as:
956 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
957 but instead as:
958 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
959 Like this, everybody is allowed to calibrate pixels which give
960 no reasonable results in the calibration without bothering that
961 too many pixels fall out. Enjoy!
962 - In that procedure, the classes passed _internally_ from calculation
963 of sigmas to calculation of variances which saves all the useless
964 square rooting.
965 - took out pointers to MCalibrationChargeBlindPix and
966 MCalibrationChargePINDiode in MCalibrationChargeCam.
967
968
969
970 2004/03/15: Abelardo Moralejo
971
972 * mmc/MMcEvt.hxx
973 - added getter function for fZFirstInteraction
974
975
976
977 2004/03/15: Wolfgang Wittek
978
979 * mastro/MObservatory.[h,cc]
980 - remove bugs in RotationAngle(theta, phi, sin, cos)
981 replaced
982 cos = sinl + cosl*cosp /denom;
983 by
984 cos = (sinl - cosl*cosp) /denom;
985
986
987
988 2004/03/15: Thomas Bretz
989
990 * mastro/MObservatory.[h,cc]:
991 - implemented RotationAngle(ra, dec, time)
992
993 * mbase/MTask.[h,cc]:
994 - implemented usage of a TStopwatch to retriev time consumtion
995 informations
996 - changed PrintStatistics not to print classes having no
997 Process() function
998
999 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
1000 - changed PrintStatistics according to changes in MTask
1001
1002 * mraw/MRawEvtHeader.cc:
1003 - added a comment to Fill member function
1004
1005 * manalysis/MCerPhotEvt.[h,cc]:
1006 - added fLut.Set to FixSize and resize fLut by a factor of 2
1007 instead of +1 which acelerates creation of all pixels a lot
1008
1009 * mbadpixels/MBadPixelsPix.cc:
1010 - fixed a typo
1011
1012 * mfilter/MFSoftwareTrigger.cc:
1013 - made statistics output meaning independant of usage of filter!
1014
1015 * mhbase/MFill.[h,cc]:
1016 - added possibility to give tab a different name
1017
1018 * mhist/MHCamera.cc:
1019 - fixed a bug when determin scale for same-option
1020
1021 * mjobs/MJCalibration.cc:
1022 - changed tab names for MFillH
1023
1024 * mjobs/MJExtactSignal.cc:
1025 - added MRawEvtHeader to output
1026
1027 * mbase/MStatusDisplay.[h,cc]:
1028 - changed displayed year
1029 - read and store MStatusArray to and from files
1030
1031 * mfileio/MReadTree.cc:
1032 - enhanced output
1033
1034 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
1035 - added preliminary mode to display F1/F2/F3-files
1036
1037 * mbase/MStatusArray.[h,cc]:
1038 - added
1039
1040 * mbase/Makefile, mbase/BaseLinkDef.h:
1041 - added MStatusArray
1042
1043 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
1044 - improved drawing MHCamera with 'same' option
1045
1046
1047
1048 2004/03/13: Markus Gaug
1049
1050 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
1051 mcalib/MCalibrationChargePix.[h,cc],
1052 mcalib/MHCalibrationChargeCam.cc,
1053 mcalib/MHCalibrationChargeLoGainPix.cc:
1054 - fixed Low Gain calibration
1055
1056 * mcalib/MHGausEvents.cc:
1057 - changed default fit prob. limit from 0.005 to 0.001
1058
1059 * mbadpixels/MBadPixelsPix.h :
1060 - IsCalibrationResultOK does not ask for FitOK any more
1061
1062 * mcalib/MHCalibrationChargeCam.cc:
1063 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
1064
1065 * mraw/MRawEvtPixelIter.[h,cc]:
1066 - function GetIdxMaxLoGainSamples can be called optionally with
1067 offset (because first "loGain" samples are often in reality
1068 hiGain with high values.
1069
1070
1071
1072 2004/03/12: Sebastian Raducci
1073
1074 * manalysis/Makefile
1075 - added mastro in the include directories
1076
1077
1078
1079 2004/03/12: Thomas Bretz
1080
1081 * merpp.cc:
1082 - added 'force' option
1083
1084 * manalysis/MCerPhotAnal2.cc:
1085 - extract pedestal and pedestal rms from lo-gain if hi-gain not
1086 above a certain athreshold
1087
1088 * mastro/MAstroCatalog.[h,c]:
1089 - added text argument to DrawStar
1090
1091 * mbase/MStatusDisplay.cc:
1092 - some small changes to output of SaveAsPS
1093
1094 * mfilter/MFCosmics.cc:
1095 - changed output of filter statistics
1096
1097 * mbadpixels/MBadPixelsTreat.[h,cc]:
1098 - fixed some problems with the code - now it should work like
1099 expected
1100 - added a new member function to be able to change the number
1101 of required neighbors
1102
1103
1104
1105 2004/03/12: Wolfgang Wittek
1106
1107 * manalysis/Makefile
1108 - include 'mastro'
1109
1110 * manalysis/MSourcePosfromStarPos.[h,cc]
1111 - include MObservatory.h
1112 - call member function Rotationangle() of MObservatory
1113
1114
1115
1116 2004/03/12: Markus Gaug
1117
1118 * mjobs/MJCalibration.cc
1119 - updated call in displays to the corr. Cams.
1120
1121 * macros/calibrate_data.C
1122 - macro to study calibrate and study data used in Munich and IFAE
1123
1124
1125
1126 2004/03/12: Antonio Stamerra
1127
1128 * mraw/MRawEvtHeader.[h,cc]
1129 - Added the method GetTriggerID() to decode the trigger pattern.
1130
1131
1132
1133 2004/03/11: Abelardo Moralejo
1134
1135 * mimage/MHillasCalc.cc
1136 - Added some printout in PostProcess, to better express the reasons
1137 for which the reconstruction of some events did not succeed.
1138
1139
1140
1141 2004/03/11: Thomas Bretz
1142
1143 * status.cc:
1144 - updated
1145
1146 * manalysis/MCerPhotAnal2.cc:
1147 - removed an obsolete debug output
1148
1149 * mhist/MHCamera.[h,cc]:
1150 - added same-option to camera display
1151
1152 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
1153 - implemented functionality of MBlindPixelsCalc2
1154
1155 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
1156 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
1157 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
1158 - replaced several Set/GetUnsuitable* by a single member function
1159
1160
1161
1162 2004/03/11: Markus Gaug
1163
1164 * mbadpixels/MBadPixelsPix.h
1165 - removed bits about validity of calibration methods
1166 - IsCalibrationResultOK asks also from IsSuitableRun
1167
1168 * mbadpixels/MBadPixelsCam.cc
1169 - updated GetPixelContent
1170 - added Print function
1171
1172 * mcalib/MCalibrationChargeCam.[h,cc]
1173 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
1174 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
1175 - use two loops over pixels in order to determine mean flux of phe;s to
1176 discard pixels far outside the normal distribution
1177
1178 * mcalib/MCalibrate.cc
1179 - added case that no MBadPixelsCam is available.
1180
1181 * mcalib/MHCalibrationChargeCam.cc
1182 - adapted to new MBadPixelsPix::SetUnsuitable function
1183
1184
1185 2004/03/10: Abelardo Moralejo
1186
1187 * manalysis/MCerPhotPix.[h,cc]
1188 - Added member fIsHGSaturated, and setter/getter functions.
1189 Updated class version to 4.
1190
1191 * mcalib/MCalibrate.cc, MCalibrateData.cc
1192 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
1193 slices saturate.
1194
1195 * mimage/MNewImagePar.[h,cc]
1196 - Added member fNumHGSaturatedPixels to count the number of pixels
1197 in which high gain saturates. Added getter funciton for it.
1198 Updated class version to 3.
1199
1200
1201
1202 2004/03/10: Markus Gaug
1203
1204 * mcalib/MCalibrationChargeCalc.cc,
1205 mcalib/MCalibrationChargePix.[h,cc],
1206 mcalib/MCalibrationChargeCam.[h,cc]:
1207 - calculation of conversion factor with F-Factor method from
1208 same mean number of photons, derived from weighted mean number
1209 of photo-electrons from inner and outer pixels, respectively
1210
1211 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1212 - fixed the projections (did only display inner pixels up to now)
1213
1214 * macros/calibration.C
1215 - small bug fixed in display of rel. arrival times
1216 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
1217
1218 * mbadpixels/MBadPixelsCam.cc
1219 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
1220 to program when reading from an ascii-file.
1221
1222 * mbadpixels/MBadPixelsCalc.cc
1223 - replaced one SetUnsuitableRun(....) by the new version without
1224 argument.
1225
1226
1227
1228 2004/03/10: Thomas Bretz
1229
1230 * mfilter/MFSoftwareTrigger.[h,cc]:
1231 - changed to support also a predifined number of NN
1232
1233 * mastro/MAstroCatalog.[h,cc]:
1234 - many enhancements
1235 - many speed improvements
1236
1237 * mbadpixels/MBadPixelsPix.[h,cc]:
1238 - fixed
1239
1240
1241
1242 2004/03/10: Ester Aliu
1243
1244 * mtemp/MIslands.[h,cc]
1245 - New MParContainer to hold information about islands
1246 (number of islands, pixels in each Island, Signal/Noise of
1247 each Island).
1248
1249 * mtemp/MIslandCalc.[h,cc]
1250 - New MTask to count and characterize Islands.
1251
1252
1253
1254 2004/03/09: Thomas Bretz
1255
1256 * Makefile.rules:
1257 - replaced *.o by $(...) for building archives
1258
1259 * mjobs/MJCalibration.cc:
1260 - exchanged apply and merge task
1261
1262 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
1263 - fixed some const-qualifiers
1264
1265 * mcalib/MHCalibrationChargeBlindPix.cc,
1266 mcalib/MHCalibrationChargeCam.cc,
1267 mcalib/MHCalibrationChargePINDiode.cc
1268 - removed some obsolete output when calling FindCreateObj
1269 - changed some 'not found' output messages to be 'Mars-compliant'
1270 - replaced some gLog by *fLog
1271
1272
1273
1274 2004/03/08: Markus Gaug
1275
1276 * mbadpixels/MBadPixelsPix.h
1277 - small modifications for better readability
1278 - remove Getters for calibration methods
1279 - added flag "UnReliableRun" in fInfo[0]
1280
1281 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
1282 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
1283 calibration does not succeed.
1284
1285 * mcalib/MCalibrationChargeCam.cc
1286 - displaying saturation also for not-valid pixels in GetPixelContent
1287
1288 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
1289 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
1290 mcalib/MCalibrationChargeCalc.[h,cc]:
1291 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
1292 This because MExtractSignal2 set the whole window which was much
1293 bigger than the actually used one. This bug is now removed.
1294
1295
1296
1297 2004/03/08: Thomas Bretz
1298
1299 * merpp.cc:
1300 - fixed a bug in the screen output
1301
1302 * mgeom/MGeomMirror.cc:
1303 - added comment
1304
1305 * mmc/MMcConfigRunHeader.h:
1306 - added member function GetMirrors
1307
1308
1309
1310 2004/03/08: Abelardo Moralejo
1311
1312 * macros/starmc.C, starmcstereo.C, mccalibrate.C
1313 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
1314 added for each telescope to the parameter list.
1315
1316 * mmain/MEventDisplay.cc, Makefile
1317 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
1318 Necessary due to changes in MCalibrate.
1319
1320
1321
1322 2004/03/06: Markus Gaug
1323
1324 * macros/calibration.C
1325 - adapted call to MHCamera::ProjectionS to the new version
1326
1327 * mcalib/Makefile
1328 - include directory mbadpixels
1329
1330 * manalysis/Makefile
1331 - include directory mbadpixels
1332
1333 * mcalib/MCalibrationChargeCalc.[h,cc]
1334 - include MBadPixelsCam
1335 - remove exclusion of pixels from ascii-file
1336 (now accessible from MBadPixelsCam)
1337
1338 * mcalib/MCalibrationChargePix.[h,cc]
1339 - include MBadPixelsCam
1340
1341 * mcalib/MCalibrationChargeCam.[h,cc]
1342 - include MBadPixelsCam
1343
1344 * mcalib/MHCalibrationChargeCam.[h,cc]
1345 - include MBadPixelsCam
1346 - include one additional MBadPixelsPix for the average inner and
1347 outer pixel, respectively
1348
1349 * mcalib/MHCalibrationChargePix.[h,cc]
1350 - make fSaturated and fPickup a Float_t (for average pixel)
1351
1352 * mbadpixels/MBadPixelsPix.h
1353 - include the CalibrationType_t infos
1354 - exchange "SetUnsuitable" by "SetUnsuitableRun"
1355
1356 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
1357 - exchange "SetUnsuitable" by "SetUnsuitableRun"
1358
1359 * mbadpixels/MBadPixelsCalc.cc:
1360 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
1361
1362 * manalysis/MGeomApply.cc
1363 - remove obsolete MArrivalTime
1364 - add MBadPixelsCam
1365
1366 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
1367 - implemented calls to MBadPixelsCam
1368
1369 * macros/calibration.C, macros/bootcampstandardanalysis.C,
1370 macros/pedphotcalc.C
1371 - implemented calls to MBadPixelsCam
1372
1373 * mjobs/MJCalibration.cc
1374 - call to MBadPixelsCam
1375
1376
1377
1378 2004/03/05: Nadia Tonello
1379
1380 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
1381 manalysis/Makefile
1382 - Temporary class added (will be included in mbadpixels/ soon)
1383 - All the functions of MBlindPixelCalc are kept(with small improvements)
1384 - New function added: SetCheckPedestalRms
1385
1386 * manalysis/MCerPhotPix.h
1387 - Status Unmapped added (not include the pixel in the cleaned image)
1388
1389 * mimage/MImgCleanStd.cc
1390 - Checks for Unmapped status added
1391
1392 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
1393 - include <stdlib.h> to solve compilation error
1394
1395
1396
1397 2004/03/05: Sebastian Raducci
1398
1399 * msignal/MArrivalTimeCalc.cc
1400 - fixed a little bug (exchanged a - with a + in the Calc() method)
1401
1402
1403
1404 2004/03/05: Markus Gaug
1405
1406 * mcalib/MCalibraitonChargeCalc.cc
1407 - remove some runheader line:
1408 if (runheader->IsMonteCarloRun())
1409 return kTRUE;
1410 which gave always true since this week, don't know why.
1411 - added some information in class description
1412
1413
1414
1415 2004/03/04: Sebastian Raducci
1416
1417 * msignal/MArrivalTimeCalc.cc
1418 - fixed a memory leak (the spline was not deleted...)
1419
1420
1421
1422 2004/03/04: Thomas Bretz
1423
1424 * mgeom/MGeomCam.[h,cc]:
1425 - added new data member fNumAreas
1426 - added new function CalcNumAreas
1427 - increased class version to 3
1428
1429 * mgeom/MGeomCamMagic.cc:
1430 - added setting of area index
1431
1432 * mgeom/MGeomPix.[h,cc]:
1433 - added fAidx data member
1434 - added getter function fAidx
1435 - increased class version to 3
1436
1437 * macros/sectorvstime.C:
1438 - added example of how to plot the evolution of a sector vs time
1439
1440 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
1441 - moved to mhvstime
1442
1443 * mhvstime/MHSectorVsTime.[h,cc]:
1444 - added
1445
1446 * Makefile:
1447 - added mhvstime
1448
1449 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
1450 mhvstime/HVsTimeIncl.h:
1451 - added
1452
1453 * mhist/Makefile, mhist/HistLinkDef.h,
1454 - removed MHVsTime
1455 - removed MHPixVsTime
1456
1457 * macros/rootlogon.C, macros/dohtml.C:
1458 - added new directory mhvstime
1459
1460 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1461 - changes such, that it doesn't crash if signal has no lo-gain
1462 (This might still give wrong results!)
1463
1464 * macros/dohtml.C:
1465 - added pixvstime.C
1466 - added sectorvstime.C
1467
1468 * manalysis/MMcCalibrationUpdate.cc:
1469 - some changes on file consistency check done by Abelardo,
1470 he may comment on it
1471
1472 * mhist/MHCamera.[h,cc]:
1473 - changed to support also dividing the camera in pixels area indices
1474
1475 * mhist/MHEvent.cc:
1476 - minor change
1477
1478 * mjobs/MJPedestal.cc:
1479 - adapted to changes in MHCamera
1480
1481 * mastro/MAstroCatalog.[h,cc]:
1482 - added preliminary catalog
1483
1484 * mastro/Makefile, mastro/AstroLinkDef.h:
1485 - added MAstroCatalog
1486
1487
1488
1489 2004/03/03: Thomas Bretz
1490
1491 * mgeom/MGeomCam.cc:
1492 - give a name and title also if the default constructor is used
1493
1494 * mgeom/MGeomMirror.[h,cc]:
1495 - added member function GetReflection
1496 - added persistent data member fReflector
1497
1498 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
1499 - fixed a typo in the output
1500
1501 * mraw/MRawFileWrite.cc:
1502 - added the missing '.' to MRawRunHeader. Because of the design of
1503 MReadTree this is backward compatible
1504
1505 * mraw/MRawRunHeader.h:
1506 - removed last change from Abelardo. '>255' is the correct
1507 check for MC files following the definition that all MC files
1508 have run types >255 which was made in the past.
1509
1510 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
1511 - created ReInit member function to hold all code (moved from
1512 PreProcess) accessing the run header. The run header is not
1513 available in PreProcess. That it was working before was only
1514 by chance, because the run type is initialized with 65535 which
1515 is != 255 but not >255.
1516
1517
1518
1519 2004/03/03: Sebastian Raducci
1520
1521 * msignal/MArrivalTimeCalc.cc
1522 - The calculation of the arrival times is made only when needed
1523 (when the HalfMax is over the pedestal)
1524
1525 * mtools/MCubicSpline.cc
1526 - Commented out an annoying warn
1527
1528
1529
1530 2004/03/03: Abelardo Moralejo
1531
1532 * mraw/MRawRunHeader.h
1533 - Replaced
1534 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
1535 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
1536 since the latter is the exact translation of what the function
1537 intends to do. I do not know why, but the display of real data
1538 did not work with the upper line!
1539
1540 * mgeom/MGeomCam.cc
1541 - Undid yesterday change! I do not know why, display completely
1542 fails after that change, both for old and new camera files.
1543 Put back fPixels[i] = new MGeomPix; in constructor.
1544
1545
1546
1547 2004/03/02: Abelardo Moralejo
1548
1549 * mmc/MMcCorsikaRunHeader.[h,cc]
1550 - Added operator [] to get references to the objects in
1551 TObjArray fTelescopes.
1552 - Added Print() function.
1553 - Added GetNumCT() function.
1554 - Replaced
1555 fTelescopes[i]= new MGeomCorsikaCT;
1556 by
1557 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
1558 fTelescopes.Add(dummy);
1559
1560 * mgeom/MGeomCorsikaCT.[h,cc]
1561 - Added getter functions for telescope coordinates.
1562 - Added Print() function.
1563
1564 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
1565 - Replaced
1566 fPixels[i] = new MGeomPix;
1567 by
1568 MGeomPix* dummy = new MGeomPix();
1569 fPixels.Add(dummy);
1570
1571
1572
1573 2004/03/02: Thomas Bretz
1574
1575 * mcalib/MCalibrateData.cc:
1576 - removed usage of MGeomCam (you have MGeomApply for this!)
1577
1578
1579
1580 2004/03/01: Nadia Tonello
1581
1582 * manalysis/MCerPhotEvt.cc
1583 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
1584 only if fUsedonly=kTRUE, otherwise it returns all the pixels
1585 in the array
1586
1587
1588
1589 2004/03/01: Sebastian Raducci
1590
1591 * msignal/MArrivalTimeCalc.[cc,h]
1592 - now the arrival time is at the half max of the spline:
1593 half max = (maximum - pedestal)/2
1594
1595 * mmain/MEventDisplay.cc
1596 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
1597
1598
1599
1600 2004/03/01: Wolfgang Wittek
1601
1602 * mhist/MHStarMap.[h,cc]
1603 - remove bugs
1604 - change GetRotationAngle() such that it can be called from outside
1605
1606
1607
1608 2004/03/01: Thomas Bretz
1609
1610 * Makefile:
1611 - enhanced all calls to subsequent makes by '-f Makefile' to
1612 make sure the correct Makefile is called
1613
1614 * merpp.cc:
1615 - enhanced interpretation of time
1616 - fixed a bug in determin the file-type
1617
1618 * mbase/MTime.[h,cc]:
1619 - added GetGmst() member function
1620
1621 * mastro/MAstro.[h,cc]:
1622 - added Coordinate2Angle
1623 - added AngularDistance
1624 - implemented UT2GMST
1625 - replaced defined by TMath::Pi()
1626
1627 * mastro/MObservatory.[h,cc]:
1628 - added data members for sin-/cos-component of latitude
1629 - added calculation of rotation angle
1630
1631 * mhist/MHStarMap.[h,cc]:
1632 - changes to use MObservatory member function
1633
1634 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
1635 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1636 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
1637 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
1638 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
1639 - changed to use IsMonteCarloRun() now
1640
1641 * manalysis/MMcCalibrationUpdate.cc:
1642 - unified output to log-stream
1643 - replaced sqrt by TMath::Sqrt
1644
1645 * mcalib/MCalibrationChargeCalc.cc:
1646 - unified output to log-stream
1647 - removed .Data() from TString where obsolete
1648 - fixed memory leak using gSystem->ExpandPathName
1649
1650 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
1651 - adde class name to used kRT*/kTT* enums
1652
1653 * mraw/MRawEvtHeader.h:
1654 - made enum data member of class
1655
1656 * mraw/MRawRunHeader.[h,cc]:
1657 - made kMagicNumber and kMaxFormatVersion a static data
1658 member of the class
1659 - added IsMonteCarloRun member function
1660
1661
1662
1663 2004/02/27: Markus Gaug
1664
1665 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1666 - put in call to MHCamera::Projection the name of the calling
1667 class, otherwise the projected hsitogram will be overwritten by
1668 an empyt one.
1669
1670 * mcalib/MHCalibrationChargePix.[h,cc],
1671 mcalib/MHCalibrationHiGainChargePix.[h,cc],
1672 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
1673 - histogram name setting and title setting moved to constructor,
1674 Functions Init and ChangeHistId derive directly from
1675 MHcalibrationChargePix
1676
1677 * mcalib/MHCalibrationChargeCam.[h,cc],
1678 mcalib/MCalibrationChargeCam.[h,cc],
1679 mcalib/MCalibrationChargeCalc.[h,cc]:
1680 - introduced "average inner" and "average outer" higain and logain
1681 pixels.
1682
1683
1684
1685 2004/02/27: Raducci Sebastian
1686
1687 * mhist/Makefile
1688 - added mastro in the include list
1689
1690
1691
1692 2004/02/27: Abelardo Moralejo
1693
1694 * mmain/MEventDisplay.cc
1695 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
1696 - Updated display of MC data: removed MCerPhotCalc, and replaced
1697 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
1698 MPedPhotCam is filled and all the camera display tabs are shown
1699 correctly (most were not working for MC events since a while
1700 ago).
1701
1702 * mmain/Makefile
1703 - Added mcalib to list of include directories.
1704
1705 * manalysis/MMcCalibrationUpdate.[h,cc]
1706 - Added member variable Bool_t fOuterPixelsScaling, which is
1707 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
1708 such that MCerPhotEvt will later be filled with the signal as it
1709 is, not corrected for the (possibly) different gain of the outer
1710 pixels electronic chain. This option was necessary to allow for
1711 the change in the camera display (see above).
1712
1713 * macros/starmc.C
1714 - added (optional) division of output into two, for use as train
1715 and test samples in g/h separation studies.
1716
1717
1718
1719 2004/02/26: Hendrik Bartko
1720
1721 * macros/dohtml.C
1722 - included the path msignals/
1723
1724
1725
1726 2004/02/26: Abelardo Moralejo
1727
1728 * macros/starmcstereo.C
1729 - changed filters to divide data between train and test sample for
1730 gamma hadron separation studies. Now we use the modulus operator
1731 applied to (Corsika) event number:
1732 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
1733 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
1734 - cleaned up a bit the way the CT coordinates are fed to the task
1735 MStereoCalc.
1736 - Changed default FADC integration range (center range to adapt to
1737 new camera).
1738
1739
1740
1741 2004/02/26: Thomas Bretz
1742
1743 * mhist/MHCamera.cc:
1744 - fixed a function description
1745
1746 * mreport/MReport.cc, mreport/MReportFileRead.cc:
1747 - introduced return case -1
1748
1749 * Makefile.rules:
1750 - remove all dependancy files when calling 'rmdep'
1751
1752 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
1753 - moved ParticleId_t to MMcEvt
1754 - implemented MMcEvt::GetParticleName
1755 - implemented MMcEvt::GetEnergyStr
1756
1757 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
1758 mhist/MHEvent.cc, mhist/MHHadronness.cc,
1759 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
1760 - fixed usage of ParticleId_t
1761
1762 * msignal/Makefile:
1763 - removed obsolete includes
1764
1765 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
1766 mastro/MObservatory.[h,cc]:
1767 - added
1768
1769 * mbase/MAstro.[h,cc]:
1770 - removed
1771
1772 * mbase/Makefile, mbase/BaseLinkDef.h:
1773 - removed MAstro
1774
1775 * Makefile:
1776 - added mastro
1777 - added msql
1778 - added mfbase
1779
1780 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
1781 - removed
1782
1783 * merpp.cc:
1784 - added Sql support
1785
1786 * mraw/MRawFileRead.h:
1787 - added GetFileName
1788
1789 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
1790 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
1791 - added
1792
1793 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
1794 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
1795 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
1796 - moved to mfbase
1797
1798 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
1799 - added
1800
1801 * merpp.cc:
1802 - implemented control of gDebug (root debugging)
1803
1804 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
1805 mfileio/MWriteRootFile.[h,cc]:
1806 - implemented CheckAndWrite return value
1807
1808 * mfileio/MWriteRootFile.cc:
1809 - fixed updating already existing branches (eg concatenating report
1810 files)
1811
1812 * macros/dohtml.C, macros/rootlogon.C:
1813 - added mastro
1814 - added mfbase
1815 - added msql
1816
1817 * mraw/MRawEvtHeader.h:
1818 - implemented GetNumTrigLvl1
1819 - implemented GetNumTrigLvl2
1820
1821
1822
1823 2004/02/25: Markus Gaug
1824
1825 * mcalib/MExtractBlindPixel.[h,cc],
1826 mcalib/MExtractPINDiode.[h,cc],
1827 mcalib/MExtractedSignalBlindPixel.[h,cc],
1828 mcalib/MExtractedSignalPINDiode.[h,cc],
1829 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
1830 msignal/SignalLinkDef.h:
1831 - moved blindpixel and PINdiode extractors to msignal
1832
1833
1834 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
1835 - two new classes to hold the quantum efficieny information of the
1836 calibration
1837
1838 * msignal/MArrivalTimeCalc.[h,cc]
1839 - fill now MArrivalTimePix instead of MArrivalTime
1840
1841 * mcalib/MHCalibrationChargeCam.cc
1842 - display only valid pixels for the corr. values in GetPixelContent
1843
1844 * mcalib/MHCalibrationRelTimeCam.cc
1845 - is now filled from MArrivalTimeCam instead of MArrivalTime
1846
1847 * macros/calibration.C
1848 - divided into two macros: calibration.C using the MJPedestal
1849 standard procedure and pedestalstudies.C using the old
1850 procedures
1851
1852 * macros/pedestalstudies.C
1853 - new macro containing the first previous part of calibration.C
1854
1855 * mcalib/MCalibrationChargeBlindPix.h,
1856 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
1857 mjobs/MJCalibration.cc:
1858 - definition of PulserColot_t in MAGIC.h.
1859
1860
1861
1862 2004/02/25: Hendrik Bartko
1863
1864 * macros/rootlogon.C
1865 - set the include path also to msignals/
1866
1867 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
1868 manalysis/MExtractedSignalCam.[h,cc],
1869 manalysis/MExtractedSignalPix.[h,cc],
1870 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
1871 manalysis/MArrivalTimeCalc2.[h,cc]:
1872 - removed
1873
1874 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1875 - removed classes mentioned above
1876
1877 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
1878 msignal/MExtractedSignalCam.[h,cc],
1879 msignal/MExtractedSignalPix.[h,cc],
1880 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
1881 msignal/MArrivalTimeCalc2.[h,cc]:
1882 - added
1883
1884 * msignal/Makefile, msignal/AnalysisLinkDef.h:
1885 - added classes mentioned above
1886
1887 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
1888 - added include msignal
1889
1890
1891
1892
1893 2004/02/25: Wolfgang Wittek
1894
1895 * mcalib/MCalibrateData.[h,cc]
1896 - initialize size for MPedPhotCam
1897
1898
1899
1900 2004/02/24: Wolfgang Wittek
1901
1902 * manalysis/MSourcPosfromStarPos.[h,cc]
1903 - change member function SetSourceAndStarPosition() to expect sky
1904 coordinates in the standard units
1905 - generalize to more than 1 star
1906 - the class is not yet fully tested
1907
1908 * mfilter/MFSelBasic.[h,cc]
1909 - change default values of cuts
1910
1911
1912
1913 2004/02/24: Markus Gaug
1914
1915 * mjobs/MJCalibration.cc, macros/calibration.C,
1916 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
1917 - added MCalibrationChargeBlindPix to plist
1918 - added new filling of histograms with MFillH
1919 - changed SetPulserColor to MCalibrationChargeBlindPix and
1920 MCalibrationChargePINDiode
1921
1922 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
1923 - receives a pointer to MCalibrationChargePINDiode which is filled
1924 with the results and told to calculate the fluxes in the
1925 Finalize function
1926 - is filled via MFillH from MExtractBlindPixel
1927 - SetPulserColor directly in this class
1928
1929 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1930 - new storage container of the blind pxiel resutls, replaces
1931 MCalibrationBlindPix
1932
1933 * mcalib/MCalibrationChargeCalc.[h,cc]:
1934 - does not fill the histograms any more, but does ony the
1935 calculations in the postprocess. No pointer to MExtractPINDidoe
1936 or MExtractBlindPixel any more.
1937
1938 * mcalib/MCalibrationChargePix.cc
1939 - discovered an error in the calculation of phe's in
1940 CalcFFactorMethod(). The average QE was applied twice.
1941 This error had been introduced on 13/02/04
1942 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
1943 - CalcFFactor asks for IsChargeValid before calculating anything
1944
1945 * mcalib/MCalibrationChargePINDiode.[h,cc]
1946 - added function SetFluxOutsidePlexiglassAvailable
1947 - SetPulserColor directly in this class
1948
1949 * mcalib/MCalibrationChargeCam.cc
1950 - removed function SetPulserColor from here
1951
1952 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
1953 mcalib/MHCalibrationPINDiode.[h,cc],
1954 mcalib/MCalibrationBlindPix.[h,cc],
1955 mcalib/MHCalibrationBlindPixel.[h,cc]:
1956 - removed since obsolote
1957
1958 * mcalib/MHCalibrationChargePix.cc
1959 - make fPickup an Int_t
1960
1961 * mcalib/MCalibrate.cc
1962 - test validity of every calibration method before retrieving
1963 conversion factors
1964
1965 * mcalib/MHGausEvents.[h,cc]
1966 - add possibility to set fit ranges in call to FitGaus
1967 - make function CreateXaxis protected
1968
1969
1970
1971 2004/02/23: Markus Gaug
1972
1973 * mraw/MRawEvtPixelIter.h
1974 - include GetNumHiGainSamples and GetNumLoGainSamples
1975
1976 * mcalib/MExtractedSignalBlindPixel.h,
1977 mcalib/MExtractBlindPixel.[h,cc]:
1978 - included storage of pedestal
1979
1980 * mcalib/MHGausEvents.[h,cc]
1981 - make the fit functions protected
1982
1983
1984
1985 2004/02/22: Markus Gaug
1986
1987 * mfilter/MFCosmics.[h,cc]
1988 - fMaxNumEmpty changed from absolute number to relative number of
1989 pixels
1990
1991 * mcalib/MHGausEvents.h
1992 - remove the "->" from the pointers which are initialized only
1993 in certain cases. The streamer did not work in case that
1994 MFGausFit was left at the NULL pointer.
1995
1996
1997
1998 2004/02/21: Markus Gaug
1999
2000 * manalysis/MExtractedSignalPix.[h,cc]
2001 - changed variable fIsLoGainUsed to fLoGainUsed
2002 - added function GetNumHiGainSaturated()
2003
2004
2005 2004/02/20: Markus Gaug
2006
2007 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
2008 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
2009 mcalib/CalibLinkDef.h
2010 - new class to replace MHCalibrationPixel,
2011 based on MHCalibrationChargePix
2012
2013 * mcalib/MCalibrationChargeCalc.[h,cc]
2014 mcalib/MCalibrationChargeCam.[h,cc]
2015 mcalib/MCalibrationChargePix.[h,cc]
2016 mcalib/MCalibrationChargePINDiode.[h,cc]
2017 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2018 mcalib/MCalibrationPINDiode.[h,cc]:
2019 - added the "charge" versions, remove the old ones. The histograms
2020 should be filled in the MH... versions independently of
2021 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
2022 now and will later be so for the pixels and the blind pixel.
2023
2024 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2025 - receives a pointer to MCalibrationChargePINDiode which is filled
2026 with the results and told to calculate the fluxes in the
2027 Finalize function
2028
2029 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
2030 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
2031 manalysis/MMcCalibrationUpdate.[h,cc],
2032 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
2033 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
2034 macros/bootcampstandardanalysis.C,
2035 macros/pedphotcalc.C:
2036 - replace MCalibrationCam by MCalibrationChargeCam
2037 - replace MCalibrationCalc by MCalibrationChargeCalc
2038
2039
2040
2041 2004/02/19: Markus Gaug
2042
2043 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
2044 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
2045 manalysis/MMcCalibrationUpdate.cc:
2046 - standardized naming of variables containing "Error", this also affected
2047 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
2048
2049 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
2050 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
2051 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
2052 - took out some configuration numbers and put them directly into
2053 the class
2054 - remove completely MCalibrationConfig.h
2055
2056
2057
2058 2004/02/19: Abelardo Moralejo
2059
2060 * mhist/MHEvent.[h,cc]:
2061 - Changed names of Event "types" to make them more descriptive.
2062 Former kEvtSignal is now called kEvtSignalDensity, and indicates
2063 pixel content scaled by area. Added kEvtSignalRaw, which
2064 corresponds to pixel content (with no scaling) in whatever units
2065 (this depends on how the MHEvent object is filled!). The default
2066 constructor initializes type=kEvtSignalRaw.
2067
2068 * mmain/MEventDisplay.cc
2069 - Changed filling of evt1 and evt2. Now they are filled with raw
2070 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
2071 still filled uncalibrated (hence in ADC counts), this means that
2072 what will be now shown in Mars' camera display is now the signal
2073 in each pixel without scaling with pixel area. Given that the
2074 default flat fielding is such that equal light density
2075 corresponds to equal absolute signal (in ADC counts), this is
2076 more reasonable, and allows to check for instance how the
2077 relative pixel gains are adjusted by looking at calibration
2078 events. To be FIXED: there is however an "inconsistency" in
2079 MEventDisplay, and it is that MCerPhotEvt is still used to keep
2080 uncalibrated signals. To be replaced by MExtractedSignalCam?
2081
2082
2083
2084 2004/02/19: Thomas Bretz
2085
2086 * manalysis/MCerPhotEvt.h:
2087 - added operator= to MCerPhotEvtIter -- is this correct?
2088
2089 * mhist/MHCamera.[h,cc]:
2090 - added member function to calculate minimum content and
2091 maximum content for a single sector
2092 - Added possibility to get a projection for a single sector.
2093 - GetMinimum/GetMaximum now only takes used pixels into account
2094 (you can request all pixels using a different member function)
2095 - fixed projection (projection only took pixels with contents!=0
2096 instead of 'used' pixels
2097 - Don't call Sumw2() anymore for projection
2098
2099 * mjobs/MJPedestal.cc:
2100 - added MPedestalCam to output again - MPedestalCam was fixed
2101 yesterday
2102 - Added Histograms for the two camera halves
2103
2104
2105
2106 2004/02/18: Markus Gaug
2107
2108 * macros/calibration.C
2109 - fixed a buggy display of the F-Factor method
2110
2111 * mcalib/MCalibrationCalc.cc
2112 - calculate the F-Factor method already in the post-Process
2113
2114 * mcalib/MCalibrationPix.h
2115 - move CalcFFactorMethod to public
2116
2117
2118
2119 2004/02/18: Abelardo Moralejo
2120
2121 * mtools/MCubicSpline.cc
2122 - in Init, corrected initialization of arrays temp and ysd, which
2123 was done with n-1 elements instead of n.
2124
2125 * mgui/MHexagon.cc
2126 - added comment explaining the algorithm.
2127 - changed explicit values of Sin and Cos 60 degrees by const
2128 variables (more readable).
2129
2130
2131
2132 2004/02/18: Hendrik Bartko
2133
2134 * msignal/:
2135 - removed the backup files *~
2136 - removed the object files *.o
2137 - removed the files SignalCint.*
2138
2139 * mgui/MHexagon.cc
2140 - added comment explaining the algorithm.
2141
2142
2143
2144 2004/02/18: Thomas Bretz
2145
2146 * manalysis/MPedestalCam.[h,cc]:
2147 - Changed order of derivements - seems to be VERY important!
2148 - changed GetSize from UInt_t to Int_t which is the type
2149 of TClonesArray::GetSize() !
2150
2151 * mfileio/MReadReports.cc:
2152 - skip trees with no entries
2153
2154 * mgui/MCamEvent.cc:
2155 - added a comment
2156
2157 * mhbase/MFillH.cc:
2158 - in case SetupFill returns kFALSE and kCanSkip is set
2159 Skip task
2160
2161 * mraw/MRawFileRead.cc:
2162 - don't print warning in case of none executions
2163
2164 * manalysis/MArrivalTimeCalc2.cc:
2165 - added some const-qualifiers
2166
2167
2168
2169 2004/02/17: Raquel de los Reyes
2170
2171 * macros/CCDataCheck.C
2172 - Added some improvements in the plots.
2173
2174
2175
2176 2004/02/17: Abelardo Moralejo
2177
2178 * macros/readrfl.C
2179 - Added missing gPad->cd(1), otherwise the display of events was
2180 not updated.
2181
2182 * mgui/MHexagon.cc
2183 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
2184 whether px,py is inside the pixel or not. Previous algorithm
2185 was just an approximation.
2186
2187
2188
2189 2004/02/17: Raquel de los Reyes
2190
2191 * mcamera/MCameraHV.h
2192 - Now it derives from a MCamEvent class and implemented the
2193 GetPixContent() and DrawPixelContent() functions. Added the
2194 GetMean function to get the mean HV settings of the camera.
2195
2196 * macros/CCDataCheck.C
2197 - Added the HV settings plots.
2198
2199
2200
2201 2004/02/17: Hendrik Bartko
2202
2203 * msignal:
2204 - new: directory for all signal and time extraction classes
2205
2206 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
2207 msignal/AnalysisLinkDef.h, MGeomApply.cc:
2208 - new: Storage Container for the ArrivalTime in the camera
2209
2210 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
2211 msignal/AnalysisLinkDef.h:
2212 - new: Storage Container for ArrivalTime information of one pixel
2213
2214 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
2215 SignalLinkDef.h
2216 - auxiliary files for msignal directory
2217
2218 * manalysis/MArrivalTimeCalc2.[h,cc]:
2219 - added functionality to compute error of the extracted ArrivalTime
2220 - calculated ArrivalTime is stored in MArrivalTimeCam
2221
2222 * manalysis/MGeomApply.cc
2223 - geometry is applied to MArrivalTimeCam
2224
2225 * Makefile:
2226 - directory msignal is included
2227
2228
2229
2230 2004/02/17: Sebastian Raducci
2231
2232 * mtools/MCubicSpline.[h,cc]
2233 - little corrections in minimums evalustion methods
2234 - changed constructors (they require the fadc slices to be const)
2235
2236 * macros/spline.C
2237 - changed according to the MCubicSpline new constructors
2238
2239 * manalysis/MArrivalTimeCalc.[h,cc]
2240 - changed to use the MCubicSpline class intead of the TSpline class
2241 - warning: now the arrival time is again the maximum of the spline,
2242 soon it will be changed to half maximum
2243
2244
2245
2246 2004/02/17: Wolfgang Wittek
2247
2248 * manalysis/MSourcPosfromStarPos.[h,cc]
2249 - new class; calculates the position of the source in the camera from
2250 the position of a star in the camera and puts it into
2251 MSrcPosCam
2252
2253
2254
2255 2004/02/16: Abelardo Moralejo
2256
2257 * mcalib/MMcCalibrationCalc.cc
2258 - Fixed two typos in screen output.
2259
2260
2261
2262 2004/02/16: Markus Gaug
2263
2264 * mcalib/MCalibrationPix.cc
2265 - documentation from David's email added
2266 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
2267
2268 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2269 - added MExtractBlindPixel and MExtractedSignalBlindPixel
2270
2271 * mcalib/MExtractBlindPixel.[h,cc]
2272 - new signal extractor for the Blind Pixel
2273
2274 * mcalib/MExtractedSignalBlindPixel.[h,cc]
2275 - new container for the extracted signal of the BlindPixel
2276
2277 * mcalib/MCalibrationCalc.[h,cc]
2278 - does not extract signal from Blind Pixel any more, searches
2279 for MExtractedSignalBlindPixel and fills the hists from there
2280
2281 * macros/calibration.C, macros/bootcampstandardanalysis.C,
2282 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
2283 - introduce the blind pixel and PIN diode extraction in the macro
2284
2285 * manalysis/MPedestalCam.h
2286 - changed type of fTotalEntries from ULong_t to UInt_t
2287 - fixed documentation of fTotalEntries
2288
2289 * manalysis/MPedCalcPedRun.h
2290 - changed type of fNumSamplesTot from ULong_t to UInt_t
2291
2292 * mcalib/MHGausEvents.h
2293 - changed type of fCurrentSize from ULong_t to UInt_t
2294
2295 * mcalib/MCalibrationConfig.h
2296 - removed gkConversionHiLo and gkConversionHiLoErr which is now
2297 directly in the class MCalibrationPix
2298
2299
2300
2301 2004/02/16: Thomas Bretz
2302
2303 * manalysis/AnalysisLinkDef.h:
2304 - added missing MCerPhotEvtIter
2305
2306 * merpp.cc:
2307 - added possible usage of database
2308
2309 * star.cc:
2310 - moved source code into new class MJStar - preliminary
2311
2312 * manalysis/MCerPhotPix.cc:
2313 - updated class header
2314 - fixed Print-output
2315
2316 * mbase/MAGIC.h:
2317 - removed definition of MLog
2318
2319 * mbase/MArgs.h:
2320 - removed include of MAGIC.h
2321
2322 * mbase/MLog.h:
2323 - added extern definition of gLog
2324
2325 * mbase/MParContainer.[h,cc]:
2326 - move body of constructors to source file
2327
2328 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
2329 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
2330 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
2331 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
2332 - fixed documentation header
2333
2334 * mcalib/MMcCalibrationCalc.[h,cc]:
2335 - fixed documentation header
2336 - fixed usage of FindCreateObj and FindObject
2337 - removed data member to count entries (use histogram instead)
2338 - use TH1 function Integral instead of doing it manually
2339
2340 * mfilter/MFCosmics.cc:
2341 - fixed documentation
2342
2343 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
2344 mimage/MNewImagePar.[h,cc]:
2345 - replaced for-loops by Iterators
2346
2347 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
2348 - fixed documentation header
2349 - check return value of MRawRunHeader::ReadEvt
2350
2351 * mraw/mraw/MRawRunHeader.[h,cc]:
2352 - fixed documentation header
2353 - added return value to MRawRunHeader::ReadEvt
2354 - added constant number for max format version - preliminary
2355 (should by a static data member)
2356
2357 * mcalib/MHCalibrationPINDiode.cc:
2358 - do not delete pointers in the destructor which are already
2359 deleted in the base class
2360 - reset histograms in Clear()
2361
2362 * mcalib/MHCalibrationPixel.cc:
2363 - after deletion of instances in Clear() initialize pointer to NULL
2364
2365 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
2366 - fixed usage of logging stream output levels
2367
2368 * manalysis/MPedCalcPedRun.[h,cc]:
2369 - removed obsolete fSignals
2370
2371 - removed obsolete fNumPixels
2372
2373 * manalysis/MPedestalCam.h:
2374 - added '->' to fArray
2375
2376 * mfileio/MWriteRootFile.cc:
2377 - changed some output to make debugging easier
2378
2379 * mjobs/MJCalibration.cc:
2380 - fixed a bug in drawing
2381
2382 * mjobs/MJExtractSignal.cc:
2383 - removed MPedestalCam from MWriteRootFile output.
2384 When creating the branch it crashes - reason unknown I'll
2385 investigate further
2386
2387
2388
2389 2004/02/16: Markus Gaug
2390
2391 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
2392 - added MHCalibrationRelTimePix
2393
2394 * mcalib/MHCalibrationRelTimePix.[h,cc],
2395 mcalib/MHCalibrationRelTimeCam.[h,cc]:
2396 - new classes to fit and display the relative arrival times.
2397 - filled from MArrivalTime
2398 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
2399
2400 * manalysis/MCalibrationCalc.cc
2401 - take out all uncommented code referring to the relative arrival time
2402
2403 * manalysis/MArrivalTime.h
2404 - changed function GetNumPixels to GetSize
2405
2406 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
2407 - included cosmics rejection which was in MCalibrationCalc before
2408
2409
2410
2411 2004/02/14: Markus Gaug
2412
2413 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2414 - added MHCalibrationChargePINDiode
2415
2416 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2417 - new class to fill the PIN Diode histograms. Derives from
2418 MHCalibrationChargePix and is filled with MFillH from the
2419 container MExtractedSignalPINDiode.
2420 Will replace MHCalibrationPINDiode entirely soon.
2421
2422 * mcalib/MHCalibrationChargePix.[h,cc]
2423 - new base class for the calibration charges histogram pixel.
2424 Derives from MH and can be filled with the MH with the MH
2425 functions.
2426
2427 * mcalib/MExtractPINDiode.[h,cc]
2428 - new signal extractor for the PIN Diode
2429
2430 * mcalib/MExtractedSignalPINDiode.[h,cc]
2431 - new container for the extracted signal of the PIN Diode
2432
2433 * mcalib/MCalibrationCalc.[h,cc]
2434 - remove the PIN Diode signal extraction
2435
2436 * manalysis/MHPedestalPix.[h,cc]
2437 - new version of MHPedestalPixel, deriving from MHGausEvents.
2438
2439 * manalysis/MHPedestalPixel.[h,cc]
2440 - old version removed, since obsolete (and erroneous)
2441
2442 * manalysis/MHPedestalCam.[h,cc]
2443 - histogramming part of MPedestalCam now in own class
2444
2445 * manalysis/MPedestalPix.h
2446 - removed include of MHPedestalPixel
2447
2448 * macros/calibration.C
2449 - changed pedestal displays accordingly
2450
2451 * mjobs/MJPedestal.h
2452 - class TCanvas included (did not compile otherwise)
2453
2454 * mhbase/MH.cc
2455 - included call to FindGoodLimits(..) in CutEdges()
2456 - axe from pointer to reference
2457 - "CutEdges" renamed to "StripZeros"
2458
2459 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
2460 mcalib/MHCalibrationBlindPixel.cc:
2461 - "CutEdges" renamed to "StripZeros"
2462
2463 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2464 - replaced by the improved version: MHGausEvents.[h,cc]
2465
2466
2467
2468 2004/02/14: Thomas Bretz
2469
2470 * manalysis/MCerPhotEvt.[h,cc]:
2471 - added 'Iterator' facility, this will replace some for-loops
2472 in the near future
2473
2474 * mbase/MTime.[h,cc]:
2475 - added a more powerfull interface to get and interprete the
2476 MTime contents as string
2477 - added a new constructor
2478
2479 * mreport/MReportTrigger.h:
2480 - fixed GetPixContent
2481
2482 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
2483 - many small changes to simple details (like order of includes)
2484 - some speed improvements
2485 - many small simplifications
2486 - changed parts of the code to be more C++ like (eg Iterators
2487 instead of for-loops)
2488 - disentangles some if-cases
2489 - replaced some math.h function by TMath::
2490 - removed data-member fN (obsolete with iterators)
2491
2492
2493
2494 2004/02/13: Wolfgang Wittek
2495
2496 * mcalib/MCalibrateData.[h,cc]
2497 - new class;
2498 like MCalibrate, but in ReInit it fills the MPedPhot container
2499 using informations from MPedestal, MExtracteSignalCam and
2500 MCalibrationCam
2501
2502 * mcalib/Makefile, mcalib/CalibLinkDef.h
2503 - added MCalibrateData
2504
2505 * manalysis/MPedestalWorkaround.[h,cc]
2506 - create MMcEvt container and fill with theta = 10.0
2507 - set pedestalRMS = 0. if it is > 10.0
2508
2509 * manalysis/MSupercuts.[h,cc]
2510 - change default values of parameters
2511
2512 * manalysis/MSupercutsCalc.[h,cc]
2513 - change dNOMLOGSIZE from 4.1 to 5.0
2514
2515 * mhist/MHBlindPixels.[h,cc]
2516 - change MPedestalCam to MPedPhotCam
2517
2518 * mhist/MHSigmaTheta.[h,cc]
2519 - automatic binning for pixel number doesn't work
2520 use default binning
2521
2522
2523
2524 2004/02/13: Markus Gaug
2525
2526 * mcalib/MCalibrationPix.[h,cc]
2527 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
2528 fAverageQEErr
2529 - gkAverageQE initializes to 0.2 (according to David)
2530 - gkAverageQEErr initializes to 0.02 (dito)
2531 - added new member function: SetAverageQE
2532 - call to GetMeanConversionFFactorMethod returns:
2533 fMeanConversionFFactorMethod/fAverageQE.
2534 - call to GetErrorConversionFFactorMethod returns:
2535 errors of fMeanConversionFFactorMethod and fAverageQEErr added
2536 quadratically
2537
2538 * mcalib/Makefile
2539 - split into two parts one comment line
2540
2541
2542 2004/02/13: Thomas Bretz
2543
2544 * mbadpixels/MBadPixelsTreat.[h.cc]:
2545 - added for new bad pixel treatment
2546
2547 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
2548 - added MBadPixelsTreat
2549
2550 * merpp.cc:
2551 - changed the name of the "DC" tree to "Currents" to make
2552 MReportRead work correctly with this tree
2553
2554 * mbase/MTime.[h,cc]:
2555 - Changed UpDMagicTime to support nanosec instead of millisec
2556 - exchanged Reset() by Clear() not to clear the yy/mm/dd
2557 information away in an eventloop
2558
2559 * mraw/MRawEvtHeader.[h,cc]:
2560 - implemented decoding of the time-stamp for raw-data files
2561 with version>2. Thanks to Marcos.
2562
2563 * mraw/MRawRead.[h,c]:
2564 - pipe file version number to MRawEvtHeader::ReadEvt
2565 - create fake time for file-version<3
2566
2567 * macros/readMagic.C:
2568 - changed to use MInteractiveTask
2569
2570 * mbase/MPrint.cc:
2571 - fixed debugging level of some output
2572
2573 * mhist/MHCamera.[h,cc]:
2574 - fixed handling in AddNotify (necessayr due to change of
2575 inheritance from MCamEvent)
2576 - replaced cout by gLog
2577 - added fNotify to list of cleanups
2578
2579 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
2580 mjobs/MJPedestal.cc:
2581 - fixed usage of AddNotify
2582
2583 * mfileio/MReadReports.cc:
2584 - use a different way to determin whether the tree is a valid tree,
2585 skip invalid trees
2586
2587 * mfileio/MReadTree.cc:
2588 - added another sanity check at the beginning of PreProcess
2589
2590 * mhbase/MFillH.[h,cc]:
2591 - added bit kCanSkip which skips MFillH in case the necessary container
2592 wasn't found.
2593 - cd into the corresponding canvas before filling the MH
2594
2595
2596
2597 2004/02/12: Markus Gaug
2598
2599 * mbase/MArray.[h,cc]:
2600 - changed name of StripZeros
2601
2602 * mcalib/MHGausEvent.cc:
2603 - corrected call to StripZeros
2604
2605 * mcalib/MCalibrationPix.[h,cc]
2606 - implemented dummy for combined method
2607
2608 * mcalib/MCalibrate.[h,cc]
2609 - implemented a dummy for calibration factor 1. (requested by
2610 Javier Rico)
2611 - implemented combined method
2612 - check for valid methods moved to ReInit
2613
2614 * mcalib/MCalibrationCalc.cc
2615 - removed initialization of non-used nsamples
2616
2617 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
2618 mcalib/MCalibrationCalc.[h,cc]
2619 macros/calibration.C
2620 - implemented new histograms:
2621 HSinglePheFADCSlices and HPedestalFADCSlices
2622 They are filled with the FADC slice values of either a s.phe.
2623 event or a pedestal event. The decision is taken with the
2624 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
2625 with a setter
2626
2627 * mtools/MFFT.[h,cc]
2628 - PowerSpectrumDensity of TArrayI implemented
2629
2630
2631
2632 2004/02/12: Thomas Bretz
2633
2634 * mbase/MArray.[h,cc]:
2635 - changed argument of CutEdges from pointer to reference
2636
2637 * mgeom/MGeomPix.h:
2638 - fixed calculation of area of pixel. It was too big for a
2639 factor of 2
2640
2641 * mjobs/MJCalibration.cc:
2642 - slight change of name of a MHCamera
2643
2644 * manalysis/MExtractSignal.cc:
2645 - slight change to the creation of the satpixels list
2646
2647 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
2648 mcalib/MHGausEvent.cc:
2649 - corrected call to ProjectArray
2650 - corrected call to CutEdges
2651
2652 * mfilter/MFCosmics.[h,cc]:
2653 - small fixes to logging output
2654 - small simplification to return statement
2655 - declared CosmicsRejection const
2656
2657 * mhbase/MH.[h,cc]:
2658 - changed argument of ProjectArray from pointer to reference
2659 - added missing calcualtion of minimum
2660 - removed obsolete SetEntries
2661 - changed SetDirectory from NULL to gROOT
2662
2663
2664
2665 2004/02/12: Javier López
2666
2667 * macros/pointspreadfunction.C
2668 - added new macro that fits with a 2D gaussian the DC spot for an
2669 star. It gives you the RMS of the PSF and the center of the star,
2670 very useful for misspointing studies.
2671
2672
2673
2674 2004/02/11: Hendrik Bartko
2675
2676 * manalysis/MExtractSignal2.cc:
2677 - introduced a validity check for the set-function of the window
2678 size (even number of slices, WindowSize < NumberSlices)
2679
2680 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
2681 manalysis/AnalysisLinkDef.h:
2682 - new: introduced the calculation of the arrival time as the signal
2683 weighted mean of the time slices in the maximum window
2684
2685
2686
2687 2004/02/11: Markus Gaug
2688
2689 * mcalib/MCalibrationCalc.cc:
2690 - the blind pixel signal extractor introduced one week ago, counted
2691 one FADC slice too little, thus the normalization w.r.t. pedestals
2692 was wrong. Now corrected.
2693
2694 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
2695 - when "WARNING - Lo Gain saturated" occurs, display also the
2696 corr. pixel numbers.
2697
2698 * mbase/MArray.[h,cc]:
2699 - introduced function to cut array edges with zeros.
2700 (Thomas, should we keep it there or move it to another class? )
2701
2702 * mcalib/MCalibrationCalc.[h,cc]:
2703 - new function SetBlindPixelRange to set start and end of FADC slices
2704 used for the blind pixel signal extraction.
2705 - remove fEvents which are not necessary any more after the shift
2706 to MFCosmics.
2707
2708 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
2709 - show the fourier spectrum now with axes in frequency [Hz] instead
2710 of inverted events.
2711
2712 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2713 - new base class for all kind of events with variables having a
2714 Gaussian distribution. Will serve as base class for the
2715 existing and new calibration histogram classes.
2716
2717
2718
2719 2004/02/11: Abelardo Moralejo
2720
2721 * mmain/MEventDisplay.cc
2722 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
2723 MMcPedestalCopy must be executed earlier!
2724
2725
2726
2727 2004/02/10: Raquel de los Reyes
2728
2729 * mhist/MHPixVsTime.[h,cc]:
2730 - Added a default draw function and replaced the TGraph object
2731 by a pointer to a TGraph object.
2732
2733 * mreport/MReportTrigger.h:
2734 - Now it dereives from a MCamEvent class and implemented the
2735 GetPixContent() and DrawPixelContent() functions.
2736
2737 * maccros/CCDataCheck.C:
2738 - An update of the previous macro. New plots: subsystems status and
2739 macrocells trigger.
2740
2741
2742
2743 2004/02/10: Markus Gaug
2744
2745 * mcalib/MCalibrationCam.cc:
2746 - fixed documentation
2747
2748 * mhbase/MH.[h,cc]:
2749 - new function ProjectArray
2750
2751 * mcalib/MHCalibrationPixel.[h,cc],
2752 mcalib/MHCalibrationBlindPixel.[h,cc]:
2753 - use ProjectArray from MH to plot the projection of the fourier
2754 spectrum
2755
2756 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
2757 mfilter/FilterLinkDef.h:
2758 - new filter removing cosmics, the same as in MCalibrationCalc
2759 where it was removed now.
2760 Call: MFCosmics cosmics;
2761 MContinue cont(&cosmics);
2762 tlist.AddToList(&cont);
2763
2764 * mcalib/MCalibrationCalc.[h,cc]:
2765 - removed cosmics rejection from there
2766
2767 * macros/calibration.C, mjobs/MJCalibration.cc:
2768 - changed cosmics rejection to the filter algorithm
2769
2770
2771
2772 2004/02/09: Markus Gaug
2773
2774 * mcalib/MCalibrationBlindPix.[h,cc]:
2775 - added histogram to display the average in FADC slices of all
2776 single and double phe events
2777
2778 * mcalib/MCalibrationCalc.cc:
2779 - fill histograms of single-phe events with higain and logain
2780 sampls
2781
2782 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
2783 mcalib/MCalibrationConfig.h:
2784 - take all pixel areas out of MGeomPix::GetA(), remove all previous
2785 areas
2786 - calculate photon fluxes from blind pixel and PIN diode, use
2787 area only to fill the conversion factors in MCalibrationPix
2788
2789
2790 * mcalib/MJCalibration.cc:
2791 - display of number of photons for Blindpixel and PIN Diode Method
2792 changed to display of photon flux which is the actually
2793 calculated quantity
2794
2795
2796
2797 2004/02/09: Thomas Bretz
2798
2799 * mbadpixels/*:
2800 - added
2801
2802 * Makefile:
2803 - added MBadPixels
2804
2805 * manalysis/MGeomApply.cc:
2806 - fixed class description
2807
2808 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
2809 - added bad pixel treatment
2810
2811 * mjobs/MJPedestal.[h,cc]:
2812 - reorganized order of functions
2813 - removed a nonsense scrren output (some BLABABLA or so)
2814
2815 * mjobs/Makefile:
2816 - added include for mbadpixels
2817
2818 * mmain/MBrowser.cc:
2819 - do not call construtor of TGTReeLBEntry if pic0=0
2820
2821
2822
2823 2004/02/09: Raquel de los Reyes
2824
2825 * mcamera/MCameraLids.h, mreport/MReportCamera.h
2826 - Added the "Get" functions to access the private data
2827 members of the class.
2828
2829
2830
2831 2004/02/09: Markus Gaug
2832
2833 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
2834 MCalibrationPix.h:
2835 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
2836 because we can calibrate with the histogram mean and RMS even
2837 if the fit is not OK. Thus, there is a question: IsFitted() and
2838 IsChargeValid(), i.e. does the charge make any sense?
2839
2840 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
2841 - found serious bug in calculation of conversion factors for the
2842 outer pixels:
2843 GetMeanConversionBlindPixelMethod and
2844 GetMeanConversionPINDiodeMethod
2845 did not correct for the area of the outer pixel, this did only
2846 MCalibrationCam::GetPixelContent which is not used by MCalibrate
2847
2848
2849
2850 2004/02/06: Markus Gaug
2851
2852 * mgeom/MGeomCam.h
2853 - replaced in Comment of fPixRatio:
2854 "ratio between size of pixel idx and pixel 0" by
2855 "ratio between size of pixel 0 and pixel idx"
2856
2857 * manalysis/MPedestalCam.cc
2858 - catch calls to MHPedestalPixel in case that they are not filled
2859 This led previous calls to segmentation violations
2860 - remove include of MHExtractedSignalPix
2861
2862 * manalysis/MHExtractedSignalPix.[h,cc]
2863 - is everything in MHPedestalPixel, so removed it again
2864
2865 * mjobs/MJPedestal.cc
2866 - put the projections into Display()
2867 - correct the input of Display (0: pedestal, 1: pedestalerror,
2868 2: pedRMS, 3: pedRMSerror)
2869
2870 * manalysis/MHPedestalPixel.cc
2871 - increased number of bins in for charges plot
2872
2873 * mtools/MFFT.[h,cc]
2874 - possibility to have PSD directly from TArray
2875
2876 * mjobs/MJCalibration.[h,cc]
2877 - fixed displays
2878 - replaced MExtractSignal by MExtractSignal2
2879
2880 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
2881 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
2882 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
2883 - remove histograms MHChargevsN..., now keep TArrays directly
2884 - check for oscillations for all pixels (and you will not trust
2885 your eyes when you look at the results :-((((
2886
2887 * mcalib/MCalibrationCalc.[h,cc]
2888 - remove ArrivalTime -> go to separate class
2889 - remove BlindPixel and PIN Diode overflow, now handled directly
2890 inside the corr. classes.
2891 - remove SkipTimeFits -> go the arrival time class
2892
2893 * mcalib/MCalibrationCam.h
2894 - new getters for number of photons
2895 - removed timeslicewidth -> go the corr. time containers
2896
2897 * mcalib/MCalibrationCam.cc
2898 - removed times of GetPixelContent
2899 - added OscillationChecks in GetPixelContent
2900
2901 * manalysis/MMcCalibrationUpdate.cc
2902 - remove calpix.SkipTimeFits which is now obsolet
2903
2904 * macros/calibration.C
2905 - all previous changes now in this macro.
2906 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
2907 das ging diesmal in einem Aufwasch)
2908
2909
2910
2911 2004/02/06: Thomas Bretz
2912
2913 * mhist/MHPixVsTime.[h,cc]:
2914 - changed such that you can set the name of the time container now
2915
2916 * mraw/MRawRunHeader.[h,cc]:
2917 - added GetMaxPixId()
2918
2919 * mraw/MRawEvtData.cc:
2920 - fixed wrong size calculation for fABflags
2921
2922
2923
2924 2004/02/06: Oscar Blanch
2925
2926 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
2927 - We cahnged the name (and values) of the global variable
2928 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
2929
2930
2931
2932 2004/02/05: Markus Gaug
2933
2934 * mcalib/MHCalibrationPixel.[h,cc]
2935 - put an NDF limit for the fit
2936 - removed all TStrings and replace them by Form(..)
2937 - Check for nan's of all returned fit values
2938
2939 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
2940 - reshuffled HiLoGainConversion, calculation of F-Factor method,
2941 - calculation of total F-Factor of the readout.
2942
2943 * mcalib/MCalibrationCam.cc
2944 - include relative times to display with GetPixelContent
2945
2946 * mcalib/MCalibrationCalc.[h,cc]
2947 - flag to skip Hi-Lo Calibration
2948 - Hi-LO Graph not filled any more after overflow of ChargevsN
2949 - fill the blind pixel differently from the rest of pixels
2950
2951 * mcalib/MCalibrate.cc:
2952 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
2953
2954 * manalysis/MArrivalTimeCalc.cc
2955 - default step width 100 ps.
2956 - look for half maximum (at rising edge)
2957
2958 * manalysis/MExtractSignal.[h,cc]
2959 - removed uncommented code (arrival time)
2960 - set start byte back by one like it was before TB's changes
2961 (does not affect the calculation of number of FADC slices)
2962
2963 * manalysis/MExtractSignal2.[h,cc]
2964 - removed uncommented code (arrival time)
2965
2966 * manalysis/MHPedestalPixel.[h,cc]
2967 - is now filled with total pedestals (not per slice), but results are
2968 renormalized to values per slice (this is not to screw up with the
2969 pedestal RMS and the derived uncertainties)
2970 - new function Renorm(nslices)
2971
2972 * manalysis/MPedestalCam.[h,cc]
2973 - introduced function Clone() (like proposed by TB)
2974 - call to MHPedestalPixel operator() not const any more
2975 - take out lots of uncommented code
2976 - found bug in initialization of hists. SetupFill is called in
2977 PreProcess, therefore, TObjArray is not yet enlarged there.
2978 Now, InitUseHists is called in Fill
2979 - MHPedestalPixel is now filled with total pedestals (not per slice),
2980 but results are
2981 renormalized to values per slice (this is not to screw up with the
2982 pedestal RMS and the derived uncertainties)
2983
2984 * manalysis/MPedCalcPedRun.cc
2985 - added author
2986 - split calculation of RMS into two steps to make it more clear to
2987 the user
2988
2989 * macros/calibration.C
2990 - found bug introduced two days ago, namely calculating pedestlas with
2991 MExtractSignal2 which is now fixed
2992 - Skip HiLoConversionCalibration
2993
2994
2995
2996 2004/02/05: Abelardo Moralejo
2997
2998 * macros/starmc2.C
2999 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
3000 for both MMcEvt and MMcRunHeader since these containers are
3001 not present in real data. Name of macro is no longer adequate if
3002 we will use it for calibrated real data (to be changed if so).
3003
3004
3005
3006 2004/02/05: Sebastian Raducci
3007
3008 * mtools/MCubicSpline.[h,cc]
3009 - added
3010 - this class will take the place of the TSpline class to
3011 calculate arrival times
3012
3013 * mtools/MCubicCoeff.[h,cc]
3014 - added
3015 - this class is used by MCubicSpline to store coefficients
3016
3017 * macros/spline.C
3018 - added
3019 - test macro. Shows how to use the MCubicSpline class
3020 - it could be used to test the methods of the Spline class
3021
3022
3023
3024 2004/02/05: Thomas Bretz
3025
3026 * mmain/MBrowser.cc:
3027 - fixed a double deletion of a TGLayoutHints
3028
3029
3030
3031 2004/02/04: Markus Gaug
3032
3033 * mmain/MBrowser.cc:
3034 - corrected TGTReeLBEntry for TGTreeLBEntry
3035
3036
3037
3038 2004/02/04: Thomas Bretz
3039
3040 * manalysis/MExtractSignal2.cc:
3041 - don't allow odd numbers for the window size
3042
3043 * mfilter/MFilterList.cc:
3044 - corrected a wrong logging message
3045
3046 * mmain/MBrowser.cc:
3047 - added '/data/MAGIC' as shortcut in the combo box
3048
3049 * mraw/MRawEvtPixelIter.cc:
3050 - optimized calculation of MaxIdx
3051
3052
3053
3054 2004/02/04: Abelardo Moralejo
3055
3056 * macros/starmc2.C
3057 - removed unnecessary variables BinsHigh, BinsLow
3058
3059
3060
3061 2004/02/04: Markus Gaug
3062
3063 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
3064 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3065 macros/calibration.C:
3066 - histograms are now filled with MFillH as proposed and coded by
3067 Thomas Bretz. Some modifications had to be done, however.
3068 - Class to hold MHPedestalPixel is still MPedestalCam
3069 - MPedCalcPedRun does nothing any more (except from what is was
3070 doing before)
3071
3072 * manalysis/MExtractSignal.cc
3073 - remove uncommented code
3074
3075 * mcalib/MCalibrationCalc.[h,cc]
3076 - modified way to handle histogram overflow: Now flags are set and
3077 ChargevsN histogram is not tried to be filled subsequently
3078
3079
3080
3081 2004/02/03: Markus Gaug
3082
3083 * manalysis/MHExtractedSignalPix.[h,cc]
3084 - added Thomas B. modified version of MHPedestalPixel. Later will
3085 remove MHPedestalPixel
3086
3087 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
3088 manalysis/MCalibrationCam.cc, macros/calibration.C:
3089 - now split completely absolute and relative times. Absolute
3090 times are not fitted, but their histogram mean and rms are
3091 returned.
3092
3093
3094
3095 2004/02/03: Thomas Bretz
3096
3097 * mfileio/MReadTree.cc:
3098 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
3099
3100 * manalysis/MExtractSignal.[h,cc]:
3101 - moved code to extract the signal from Process to
3102 new member function FindSignal, I left the arrival time
3103 extraction as commented-out code in the code just as a
3104 demonstration to do this very fast.
3105
3106
3107
3108 2004/02/02: Markus Gaug
3109
3110 * manalysis/MPedCalcPedRun.cc
3111 - corrected formulae in Class description
3112
3113 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
3114 manalysis/MMcCalibrationUpdate.cc:
3115 - calculate relative times and absolute times. Fit only
3116 the relative ones.
3117
3118
3119
3120 2004/02/02: Abelardo Moralejo
3121
3122 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
3123 - removed file type check (MC or data) from PreProcess since now
3124 run headers are not yet known at that point.
3125
3126 * mcalib/MMcCalibrationCalc.cc
3127 - same as above.
3128
3129 * NEWS
3130 - updated.
3131
3132
3133
3134 2004/02/02: Thomas Bretz
3135
3136 * manalysis/MExtractSignal2.[h,cc]:
3137 - added new task which takes a given number of slices with the
3138 highest integral content as signal.
3139
3140 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3141 - added MExtractSignal2
3142
3143
3144
3145 2004/01/30: Abelardo Moralejo
3146
3147 * macros/starmc.C
3148 - changed default FADC integration range (more adequate for coming
3149 camera version).
3150
3151 * macros/mccalibrate.C, starmc2.C
3152 - added. First macro transforms input files from camera simulation
3153 into files with pixel data already calibrated in photons. The
3154 second reads in an already calibrated data file and produces an
3155 output file with Hillas parameters. Both together do the same as
3156 starmc.C, but it is convenient to have files containing
3157 calibrated pixel information.
3158
3159
3160
3161 2004/01/30: Thomas Bretz
3162
3163 * mbase/MDirIter.h:
3164 - added GetNumEntries
3165
3166 * mhist/MHEvent.cc:
3167 - added a dynamic_cast from MParContainer to MCamEvent to get the
3168 correct pointer to the correct base-class.
3169
3170 * mbase/MStatusDisplay.cc:
3171 - In EventInfo check whether gPad==0
3172
3173 * mfileio/MReadMarsFile.cc:
3174 - removed reading RunHeaders from PreProcess, this resulted
3175 in strange behaviour of writing RunHeaders
3176 - fixed consistency check for RunType accordingly
3177
3178 * mfilter/MFilterList.cc:
3179 - do not skip adding filter if only a filter with the same name
3180 exists
3181
3182 * mraw/MRawFileRead.cc:
3183 - added an output message if run header is not accessible
3184
3185 * mraw/MRawRunHeader.[h,cc]:
3186 - initialize fRunType to new enum kRTNone
3187
3188 * mfilter/MFGeomag.cc:
3189 - set fResult to kFALSE at the beginning of Process
3190 - according to this removed setting fResult=kFALSE before return
3191 - replaced some float by Float_t
3192 - added some const-qualifiers
3193 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
3194 with rnd = R * (r2-r1)/2 to make sure that we cannot
3195 devide by 0
3196
3197 * manalysis/MPedCalcPedRun.cc:
3198 - added some comments
3199
3200 * Makefile:
3201 - added mjobs
3202
3203 * mjobs/*:
3204 - added
3205
3206 * mbase/Makefile, mbase/BaseLinkDef.h:
3207 - added MRunIter
3208
3209 * mbase/MRunIter.[h,cc]:
3210 - added
3211
3212
3213
3214 2004/01/30: Markus Gaug
3215
3216 * manalysis/MPedestalCam.h
3217 - added function IsUsedHists()
3218
3219 * manalysis/MPedestalCam.cc
3220 - modified GetPixelContent
3221
3222 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
3223 - include storage of number of used FADC slices to compare later
3224 the pedestal per slice ( and sigma per slice)
3225 - return relative differences in GetPixelContent
3226
3227 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
3228 - fBlindPixelId and fPINDiodeId now like in PedestalCam
3229 - fill Blind Pixel with information about its fitted pedestal if
3230 available
3231 - initialize charges histogram with a bigger range
3232 - use pedestal information to constrain the pedestal fit ranges
3233
3234 * manalysis/MHPedestalPixel.cc
3235 - initialize charges histogram with a bigger range
3236
3237 * macros/calibration.C
3238 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
3239 - apply new GetPixelContents of MPedestalCam (more calculations
3240 and displays of errors, correction for different FADC slice
3241 number)
3242
3243 * manalysis/MExtractSignal.cc
3244 - not access to MArrivalTime any more. The same information is
3245 stored in MRawEvt->GetPixelContent(...)
3246
3247 * manalysis/MCalibrationCalc.cc
3248 - retrieve default arrival time from MRawEvt
3249
3250 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
3251 - check for NaN's in fit results
3252
3253
3254
3255 2004/01/29: Abelardo Moralejo
3256
3257 * mfileio/MWriteFile.h
3258 - added missing declaration of ReInit
3259
3260 * manalysis/MMcCalibrationUpdate.cc
3261 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
3262 to adapt to recent changes in MCalibrate.
3263
3264
3265
3266 2004/01/29: Thomas Bretz
3267
3268 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
3269 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
3270 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
3271 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
3272 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
3273 - split derivement into MParContainer and MCamEvent
3274
3275 * manalysis/MExtractSignalCam.[h,cc]:
3276 - removed obsolete MExtractSignal::ReInit
3277 - added -> to fArray
3278
3279 * mbase/MParList.h:
3280 - added a new bit kIsProcessing
3281
3282 * mbase/MTaskList.cc:
3283 - fixed the handling of kDoNotReset and the bahaviour of
3284 SetReadyToSave, such that it is possible to write all
3285 headers
3286
3287 * mfileio/MWriteFile.cc:
3288 - added ReInit which also calls CheckAndWrite
3289
3290 * mgui/MCamEvent.h:
3291 - does not derive from MParContainer anymore
3292
3293
3294
3295 2004/01/29: Markus Gaug
3296
3297 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
3298 mcalib/MCalibrationConfig.h
3299 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
3300 directly into the corresponding classes.
3301
3302
3303
3304 2004/01/29: Nicola Galante
3305
3306 * mhistmc/MHMcTriggerLvl2.[h,cc]:
3307 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
3308 added string checking to return also
3309 fHistCellPseudoSize, fHistCellPseudoSizeNorm
3310 and fHistCellPseudoSizeEnergy.
3311 - Added inline functions GetHistCellPseudoSize() and
3312 GetHistCellPseudoSizeNorm().
3313
3314
3315
3316 2004/01/28: Javier Rico
3317
3318 * mcalib/MCalibrate.[h.cc]
3319 - include possibility to select the calibration method to be used
3320
3321
3322
3323 2004/01/28: Markus Gaug
3324
3325 * mcalib/MCalibrate.[h.cc]
3326 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
3327
3328 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
3329 - included flags to indicate if Blind Pixel Method or PIn Diode
3330 method was OK. Up to now, program stopped, if one of the two
3331 methods was chosen but not able to being executed.
3332
3333 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
3334 manalysis/MGeomApply.cc:
3335 - put all missing InitSize(npixels) into MGeomApply
3336
3337 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
3338 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3339 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3340 - include possibility to fit the pedestals with Gaussian.
3341 - old methods are not affected.
3342 - add new method with MPedCalcPedRun::SetUseHists()
3343
3344
3345
3346 2004/01/28: Abelardo Moralejo
3347
3348 * mcalib/MMcCalibration.cc
3349 - fixed wrong variable type in call to TH1F constructor (number of
3350 bins is now integer), which resulted in a compilation warning.
3351
3352
3353
3354 2004/01/28: Thomas Bretz
3355
3356 * manalysis/MPedestalCam.cc:
3357 - removed unwanted CheckBound from operators. CheckBounds is ONLY
3358 ment for really old MC files and will be removed in the future
3359 anyhow.
3360
3361 * mcalib/MHCalibrationPixel.h:
3362 - removed obsolete include of MFFT
3363
3364 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
3365 manalysis/MPedestalCam.[h,cc]:
3366 - removed use of obsolete MPedestalCam::CheckBounds. This was
3367 a workaround for a 'bug' in very old camera files, which is not
3368 necessary anymore.
3369
3370 * manalysis/MCerPhotAnal2.[h,cc]:
3371 - replaced MPedestalCam by MPedPhotCam
3372
3373 * manalysis/MExtractSignal.cc:
3374 - some small simplification to the signal extraction
3375 - removed some obsolete variables
3376 - replaced for by while
3377 - removed obsolete casts
3378
3379 * mmain/MEventDisplay.cc:
3380 - gave names to the filters
3381 - removed adding MHCamera to fList because it was deleted twice
3382
3383 * mhist/MHCamera.cc:
3384 - fixed usage of fPainter in Paint() - title was not updated
3385 correctly
3386
3387
3388
3389 2004/01/28: Sebastian Raducci
3390
3391 * manalysis/MArrivalTime.[h,cc]:
3392 - removed all the code relative to the cluster evaluation
3393
3394
3395
3396 2004/01/27: Markus Gaug
3397
3398 * manalysis/MPedestalPix.cc:
3399 - initialize default values to 0 instead of -1.
3400
3401 * manalysis/MPedestalCam.[h,cc]:
3402 - include CheckBounds, also in operator[]
3403
3404 * mcalib/MCalibrationCam.[h,cc]:
3405 - apparently, there was a reference to InitSize(UInt_t i) instead
3406 of InitSize(Int_t i), where compiler complained, now changed
3407
3408 * mcalib/MHCalibration*, mcalib/MCalibration*:
3409 - fixed all Clear()'s, Reset()'s, direct intializers
3410
3411
3412
3413 2004/01/27: Thomas Bretz
3414
3415 * mdata/MDataChain.cc:
3416 - added '%' to supported operators
3417
3418
3419
3420 2004/01/26: Nicola Galante
3421
3422 * manalysis/MMcTriggerLvl2.[cc,h]:
3423
3424 - Defined some static constants to avoid ugly "magic numbers"
3425 in arrays: gsNCells, gsNTrigPixels,
3426 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
3427 - Added method
3428 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
3429 which computes compact pixels into a given L2T macrocell.
3430 - Added method
3431 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
3432 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
3433 macrocells
3434 - Added method
3435 MMcTriggerLvl2::GetCellPseudoSize() const
3436 which returns fCellPseudoSize
3437 - Added method
3438 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
3439 which controls whether a pixel belongs to a given L2T cell.
3440 - Added method
3441 MMcTriggerLvl2::GetMaxCell() const
3442 which returns fMaxCell, the cell with the maximum
3443 fCellPseudoSize.
3444
3445
3446
3447 2004/01/26: Markus Gaug, Michele Doro
3448
3449 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
3450 - moved calculation of arrival time from MArrivalTime to
3451 MArrivalTimeCalc. MArrivalTime does not do any Process-job
3452 anymore
3453 - TSpline5 now on stack.
3454 - function to set the stepsize
3455
3456 * mcalib/MHCalibrationBlindPixel.[h,cc]:
3457 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
3458 - implement combined Polya fit and Michele's back-scattered electron
3459 fit
3460
3461 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
3462 mcalib/MCalibrationPINDiode.cc:
3463 - combine FitChargeHiGain and FitChargeLoGain into one function
3464
3465 * macros/calibration.C
3466 - improve double gauss fit a bit
3467
3468
3469
3470 2004/01/26: Thomas Bretz
3471
3472 * mraw/MRawEvtPixelIter.[h,cc]:
3473 - removed member function GetNumPixels. For more details see mantis.
3474
3475 * manalysis/MArrivalTime.[h,cc]:
3476 - reorganized includes
3477 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
3478 definition
3479 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
3480 PROGRAM
3481
3482 * manalysis/MArrivalTimeCalc.[h,cc]:
3483 - reorganized includes
3484 - removed many obsolete code, exspecially copy&paste relicts!
3485 - fixed usage of InitSize
3486 - removed CleanArray. Reset() is called automatically before Process()
3487
3488 * manalysis/MExtractedSignalCam.[h,cc]:
3489 - added SetLogStream
3490 - removed obsolete include MGeomCam
3491 - replaced PrintOut by Print
3492 - added const-qualifiers to all Getters
3493 - fixed documentation
3494
3495 * manalysis/MExtractedSignalPix.[h,cc]:
3496 - replaced PrintOut by Print
3497 - fixed documentation
3498
3499 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
3500 - replaced memset by Reset()
3501
3502
3503
3504 2004/01/24: Abelardo Moralejo
3505
3506 * macros/starmcstereo.C
3507 - Added. Example of how to run the analysis chain for MC files
3508 containing simulation of stereo systems of 2 telescopes.
3509
3510 * mcalib/MCalibrate.cc
3511 - Added check that value of signal from MExtractedSignalPix is not
3512 the default (error) value. In such a case, the signal in
3513 MCerPhotEvt is now set to 0. Before, all pixels got very high
3514 values in MCerPhotEvt in case the MRawEvtData object for the
3515 event was missing in the file. This happened in MC files, in
3516 which in some circumstances an event is written without the
3517 pixel information (for instance, when running stereo simulations
3518 the pixel data is missing for non-triggered telescopes, but the
3519 event headers are present).
3520
3521
3522
3523 2004/01/23: Markus Gaug
3524
3525 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
3526 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
3527 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
3528 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
3529 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
3530 - use MArrivalTime for Storage (or calculation) of time
3531 in MExtractSignal
3532 - pass from TH1I histos to TH1F for times
3533
3534 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
3535 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
3536 mcalib/MCalibrationCalc.[h,cc]:
3537 - clean up setters
3538 - pass to bit-fields for all flags
3539
3540 * mcalib/MCalibrationCam.cc
3541 - exclude Blind Pixel from Camera display
3542 - do not fill &val when return kFALSE
3543
3544 * macros/calibration.C
3545 - include functions to exclude the blind pixel,
3546 calculation of times and quality checks
3547
3548
3549
3550 2004/01/23: Abelardo Moralejo
3551
3552 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
3553 - Added support (using AddSerialNumber) for stereo MC files.
3554
3555
3556
3557 2004/01/23: Thomas Bretz
3558
3559 * mbase/MAstro.cc:
3560 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
3561
3562 * mreport/MReport*.[h,cc]:
3563 - changed all classes to return Int_t instead of Bool_t in
3564 InterpreteBody
3565 - changed MReportFileRead such, that a wrong line results in
3566 skipping the line instead of abort reading.
3567
3568 * manalysis/MExtractSignal.cc:
3569 - do not print information for each pixel - it's too much.
3570
3571 * mbase/MStatusDisplay.cc:
3572 - when reading a status display do not display tabs with
3573 the same name than one which is already existing.
3574
3575 * mcalib/MCalibrate.cc:
3576 - directly store pointer to pixel when setting saturation flag
3577
3578 * mcamera/MCameraDC.cc:
3579 - fixed some comments
3580
3581 * mhist/MHCamEvent.cc:
3582 - fixed a crash when no geometry was available
3583
3584 * mhist/MHCamera.[h,cc]:
3585 - removed obsolete member function SetPix
3586
3587 * mbase/MStatusDisplay.[h,cc]:
3588 - added EventInfo member function
3589 - implemented preliminary redirection of GetObjectInfo to
3590 StatusLine2 -> An own status line for this is missing
3591
3592 * manalysis/MExtractSignal.[h,cc]:
3593 - implemented StreamPrimitive
3594 - changed deafults to be static const data members
3595
3596 * manalysis/MGeomApply.[h,cc]:
3597 - implemented StreamPrimitive
3598
3599
3600
3601 2004/01/23: Abelardo Moralejo
3602
3603 * manalysis/MMcCalibrationUpdate.[h,cc]
3604 - Added check to guarantee that the FADC simulation parameters of
3605 all read files (those used for calibration and those analyzed)
3606 are the same.
3607 - Added missing support for analysis of stereo files.
3608
3609 * mcalib/MMcCalibrationCalc.cc
3610 - Removed obsolete FIXME comment.
3611 - Added missing support for analysis of stereo files.
3612
3613
3614 2004/01/23: Raquel de los Reyes
3615
3616 * macros/CCDataCheck.C
3617 - Added the temperature distribution of the optical links
3618 and the plots of the LV power supplies.
3619 * mcamera/MCameraLV.h
3620 - Added the "Get" functions to access the private data
3621 members of the class.
3622
3623
3624 2004/01/22: Abelardo Moralejo
3625
3626 * manalysis/MMcCalibrationUpdate.[h,cc]
3627 - Now ratio of high to low gain is taken from MCalibrationCam if
3628 it existed previously in the parameter list, instead of being
3629 read again from the MMcFadcHeader. Removed Setter function for
3630 fADC2PhInner, no longer necessary. Fixed error regarding the
3631 pedestal conversion to photons (did not read conversion factor
3632 from preexisting MCalibrationCam object).
3633
3634 * mcalib/MMcCalibrationCalc.cc
3635 - Changed parameters of the histogram, and also the quantity being
3636 histogrammed. Check that input data come from a noiseless camera
3637 file before proceeding to do the calibration. Introduced lower
3638 size in cut for calibration. Now rhe calibration constant is not
3639 calculated from the mean of photons/ADC counts, but from the peak
3640 of the histogram.
3641
3642 * macros/starmc.C
3643 - Introduced new scheme. Now there are two loops over two different
3644 sets of files. First loop calculates the calibration constants,
3645 second one does the analysis. Introduced comments. Now the
3646 histogram used in the light calibration is written to the output
3647 file.
3648
3649
3650
3651 2004/01/22: Thomas Bretz
3652
3653 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
3654 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
3655 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
3656 mcalib/MCalibrationBlindPixel.[h,cc],
3657 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
3658 mcalib/MHCalibrationBlindPixel.[h,cc],
3659 mcalib/MHCalibrationPINDiode.[h,cc]:
3660 - cleaned up includes
3661
3662
3663
3664 2004/01/22: Raquel de los Reyes
3665
3666 * macros/CCDataCheck.C
3667 - macro to check the data from the central control (.rep files).
3668
3669
3670
3671 2004/01/22: Markus Gaug
3672
3673 * macros/calibration.C
3674 - made MStatusDisplay 3 bit smaller
3675
3676 * manalysis/MExtractSignal.cc
3677 - put fSignals->SetUsedFADCSlices into PreProcess
3678
3679 * manalysis/MPedCalcPedRun.cc
3680 - calculate PedRMS as RMS of the sums, later renormalized to units
3681 of RMS/slice (eliminate the wrong effect of odd and even slices)
3682
3683 * mcalib/MCalibrationCalc.cc
3684 - if bit SkipBlindPixelFit is set, now number of photons outside
3685 plexiglass is not intended to be calculated any more (previous
3686 bug)
3687 - exclude excluded pixels in eventloop
3688
3689 * mcalib/MHCalibrationBlindPixel.[h,cc]
3690 - move functions to pointer again (otherwise, Clone will give
3691 strange results)
3692
3693
3694
3695 2004/01/21: Abelardo Moralejo
3696
3697 * mcalib/MMcCalibrationCalc.[h,cc]
3698 - Added. First version of the task intended to calculate the
3699 conversion factors from ADC counts to photons in the MC. It has
3700 a different aim than the recently renamed class
3701 "MMcCalibrationUpdate" (which takes care that the correct
3702 pedestals and conversion factors are supplied to each event, but
3703 does not really calculate anything).
3704
3705 * mcalib/Makefile, CalibLinkDef.h
3706 - Added new class MMcCalibrationCalc
3707
3708 * manalysis/MMcCalibrationUpdate.[h,cc]
3709 - Now the container MCalibrationCam is not created or modified if
3710 it is found that one such container already exists in the
3711 Parameter list (from a previous calibration).
3712
3713
3714
3715 2004/01/21: Thomas Bretz
3716
3717 * mraw/MRawRead.cc:
3718 - restore the fake time for all runs (current time stamp in
3719 the data seems to be toally nonsense)
3720
3721 * mraw/MRawEvtHeader.cc:
3722 - removed decoding of real time (current time stamp in the data
3723 seems to be toally nonsense)
3724
3725
3726
3727 2004/01/21: Abelardo Moralejo
3728
3729 * mmc/MMcEvt.hxx
3730 - Uncommented 6 Getter functions (those regarding the number of
3731 photons surviving the different stages of simulation).
3732
3733 * manalysis/MMcCalibrationUpdate.[h,cc]
3734 - Added (see below).
3735
3736 * manalysis/MMcCalibrationCalc.[h,cc]
3737 - Removed: changed name of this class to MMcCalibrationUpdate,
3738 which is more representative of what it really does. Moved
3739 the filling of the MCalibrationCam container from Process to
3740 ReInit, since it does not change on an event by event basis.
3741 Simplified PreProcess (MCalibrationCam was searched for twice).
3742 Updated class description and comments.
3743
3744 * manalysis/Makefile, AnalysisLinkDef.h
3745 - Adapted to change above
3746
3747 * macros/starmc.C
3748 - Adapted to change above. Changed also task instance name from
3749 mccalibcalc to mccalibupdate.
3750
3751
3752
3753 2004/01/21: Raquel de los Reyes
3754
3755 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
3756 and mcamera/MCameraCalibration.h
3757 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
3758 the private data members of the class.
3759
3760
3761
3762 2004/01/20: Thomas Hengstebeck
3763
3764 * mranforest/MRanForestCalc.[h,cc]
3765 - Added member functions Grow (training of RF) and Fill (reading in
3766 trained forest from file) which simplify macros.
3767 One just needs to call them instead of using MRanForestGrow and
3768 MRanForestFill (and the related training and fill loops) in a
3769 macro.
3770
3771
3772
3773 2004/01/20: Abelardo moralejo
3774
3775 * manalysis/MMcCalibrationCalc.cc
3776 - removed call to MCalibrationPix::SetPedestal, which was not
3777 needed.
3778
3779
3780
3781 2004/01/20: Thomas Bretz
3782
3783 * Makefile:
3784 - replaced 'make' by '$(MAKE)'
3785
3786 * Makefile.rules:
3787 - added Makefile itself to dependencies
3788
3789 * mbase/MTask.cc:
3790 - added comment about ReInit
3791
3792 * mhbase/MH.cc:
3793 - do not clear pad in DrawClone if 'same' option given
3794
3795 * mhist/MHVsTime.cc:
3796 - evaluate 'same' option
3797
3798 * mfileio/MReadCurrents.[h,cc]:
3799 - obsolete, removed
3800
3801 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
3802 - added some comments
3803
3804
3805
3806 2004/01/20: Abelardo moralejo
3807
3808 * mcalib/MHCalibrationPINDiode.cc
3809 - Added call to SetDirecory(0) for histograms fHErrCharge,
3810 fHPCharge, fHPTime.
3811
3812 * manalysis/MCerPhotPix.h:
3813 - Changed position of declaration of fIsSaturated to be the last
3814 private variable. Otherwise, since in the constructor it is
3815 initialized in the last place, a warning is displayed upon
3816 compilation in some systems.
3817
3818
3819
3820 2004/01/20: Markus Gaug
3821 * mcalib/Makefile, manalysis/Makefile:
3822 - include directory ../mtools
3823
3824 * mtools/MFFT.[h,cc]
3825 - class inherits from TObject now
3826
3827
3828
3829 2004/01/19: Markus Gaug
3830
3831 * mcalib/MHCalibrationBlindPixel.[h,cc]
3832 - fixed a bug in fFitLegend due to which program crashed by calls
3833 to DrawClone
3834 - Modified way to change the fit function
3835
3836 * mcalib/MHCalibrationPixel.[h,cc]
3837 - reordered function calls
3838 - removed SetupFill
3839
3840 * mcalib/MHCalibrationPINDiode.h
3841 - reordered function calls
3842
3843 * mcalib/MCalibrationPix.[h,cc]
3844 - limits to define fFitValid now as variables in class
3845
3846 * mcalib/MCalibrationCam.[h,cc]
3847 - reordered function calls
3848 - incorporate option to exclude pixels
3849
3850 * mcalib/MCalibrationBlindPix.h
3851 - Modified way to change the fit function
3852
3853 * mcalib/MCalibrationCalc.[h,cc]
3854 - Modified way to change the fit function
3855 - incorporate option to exclude pixels from configuration file
3856
3857 * macros/calibration.C
3858 - Modified way to change the fit function
3859 - incorporate option to exclude pixels from configuration file
3860
3861
3862
3863 2004/01/19: Javier Rico
3864
3865 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
3866 - Added documentation of member functions
3867
3868
3869
3870 2004/01/19: Abelardo Moralejo
3871
3872 * manalysis/MCerPhotPix.[h,cc]
3873 - Added fIsSaturated to flag whether low gain of the pixel is
3874 saturated. Added corresponding getter and setter functions.
3875 Updated ClassDef to version 2.
3876
3877 * mcalib/MCalibrate.cc
3878 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
3879 one low gain FADC slice is saturated.
3880
3881 * mimage/MNewImagePar.[h,cc]
3882 - Added new member variable fNumSaturatedPixels to count how many
3883 pixels were saturated. Updated ClassDef to version 2.
3884
3885
3886
3887 2004/01/19: Thomas Bretz
3888
3889 * manalysis/MPedPhotCalc.[cc,h]:
3890 - fixed order of includes
3891 - removed obsolete forward declarations
3892 - removed obsolete data member fNumPixels (stored already twice in
3893 the two TArrayF)
3894 - fixed some small bugs in the documentation
3895
3896 * manalysis/MPedCalcPedRun.cc:
3897 - updated my eMail address
3898
3899
3900
3901 2004/01/19: Javier Rico
3902
3903 * macros/dohtml.C, NEWS
3904 - include some missing info
3905
3906
3907
3908 2004/01/19: Abelardo Moralejo
3909
3910 * manalysis/MExtractedSignalPix.h
3911 - added GetNumLoGainSaturated()
3912
3913
3914
3915 2004/01/19: Markus Gaug
3916
3917 * macros/dohtml.C
3918 - include calibration.C
3919
3920 * manalysis/MExtractSignal.cc
3921 - warning of logain saturation now only once per event (out of loop)
3922
3923 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
3924 - new Flag fExcluded to indicate if pixel has been excluded from
3925 further analysis
3926
3927
3928
3929 2004/01/16: Javier Rico & Pepe Flix
3930
3931 * manalysis/MPedPhotCalc.[cc,h]
3932 - added
3933 - new class for the evaluation of pedestals in units of photons
3934 using the extracted signal from pedestal runs and calibration
3935 constants defined in MCalibrate
3936
3937 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
3938 - added entries for MPedPhotCalc
3939
3940 * macros/pedphotcalc.C
3941 - added
3942 - example on how to use MPedPhotCalc task
3943
3944
3945
3946 2004/01/16: Markus Gaug
3947
3948 * mcalib/MCalibrationFits.h
3949 - removed and incorporated in MHCalibrationBlindPixel.h
3950
3951 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
3952 mcalib/MCalibrationBlindPix.h:
3953 - incorporate Fit functions
3954 - fixed a bug due to which DrawClone crashed when class was used
3955 in a compiled macro
3956
3957 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
3958 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
3959 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
3960 mcalib/MHCalibrationPixel.cc:
3961 - fixed the warns and errs in fLog's
3962
3963
3964
3965 2004/01/16: Abelardo Moralejo
3966
3967 * manalysis/MMcCalibrationCalc.cc
3968 - TMath::Max() is no longer used because it did not compile in some
3969 systems for unkown reasons. I replaced it by a safer (and may be
3970 slower) code.
3971 - Added calpix.SetFitValid();
3972
3973 * mhist/MHEvent.cc
3974 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
3975 be 1 in case of RMS:
3976 case kEvtPedestalRMS:
3977 fHist->SetCamContent(*(MCamEvent*)par, 1);
3978
3979
3980
3981 2004/01/15: Abelardo Moralejo
3982
3983 * macros/starmc.C
3984 - Added. Version of star showing new chain to get Hillas
3985 parameters (with Size calibrated in photons) from MC files.
3986
3987
3988
3989 2004/01/15: Javier Rico
3990
3991 * manalysis/MPedCalcPedRun.[h,cc]
3992 - optimize the running time
3993 - add (some) documentation
3994 - correct treatment for the case of several input files
3995
3996 * macros/pedvsevent.C
3997 - added
3998 - draw pedestal mean and rms vs event# for input pixel# and run
3999 file, and compares them to the global pedestal mean and rms
4000
4001
4002
4003 2004/01/15: Raquel de los Reyes
4004
4005 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
4006 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
4007 functions to compute the estimation of the error of the
4008 mean. It can be done calling to the function
4009 MCamEvent::SetBit(MHCamera::kVariance) in the macro
4010
4011
4012
4013 2004/01/15: Markus Gaug
4014
4015 * mhist/MHCamera.[h,cc]
4016 - incorporate Thomas's changes
4017 - replace void CreateProjection() by TH1D *Projection(const char*)
4018
4019 * macros/calibration.C
4020 - replace MHCamera->Draw("proj") by MHCamera->Projection()
4021 - produce better fits to the projection
4022
4023 * manalysis/MSimulatedAnnealing.[h,cc],
4024 mhist/MHSimulatedAnnealing.[h,cc]:
4025 - moved to directory mtools
4026 - MSimulatedAnnealing now inherits from TObject
4027
4028 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4029 mhist/Makefile, mhist/HistLinkDef.h:
4030 - removed MSimulatedAnnealing
4031 - removed MHSimulatedAnnealing
4032
4033 * mtools/Makefile, mtools/AnalysisLinkDef.h:
4034 - added MSimulatedAnnealing
4035 - added MHSimulatedAnnealing
4036
4037
4038
4039 2004/01/15: Thomas Bretz
4040
4041 * manalysis/AnalysisLinkDef.h:
4042 - removed MCurrents
4043
4044 * mhist/MHCamera.[h,cc]:
4045 - added member function Projection
4046 - removed fYproj
4047
4048 * mreport/MReport*.*:
4049 - added more comments
4050
4051
4052
4053 2004/01/14: Markus Gaug
4054
4055 * mtools/MFFT.[h,cc]
4056 - new class to perform Fast Fourier Transforms
4057
4058 * mtools/Makefile
4059 * mtools/ToolsLinkDef.h
4060 - include MFFT
4061
4062 * manalysis/MExtractedSignalCam.h
4063 - removed variables fNumHiGainSamples and fNumLoGainSamples
4064 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
4065
4066 * manalysis/MExtractSignal.cc
4067 - updated call to SetUsedFADCSlices
4068
4069
4070
4071 2004/01/14: Abelardo Moralejo
4072
4073 * manalysis/MMcCalibrationCalc.cc:
4074 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
4075 This can happen (depending on camera simulation parameters), and
4076 rms = 0 later resulted in the pixel being eliminated in the
4077 image cleaning.
4078
4079
4080
4081 2004/01/14: Thomas Bretz
4082
4083 * Makefile:
4084 - replaced old style Makefile.depend by directory specific
4085 dependancy files
4086
4087 * Makefile.rules:
4088 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
4089 - added rule to make dependency files
4090 - added rule to remove dependancy files.
4091 - added rmdep as prerequisite to clean
4092 - include dependency file
4093
4094 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
4095 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
4096 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
4097 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
4098 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
4099 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
4100 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
4101 mtools/Makefile:
4102 - removed clean-rule, use the one in Makefile.rules instead
4103
4104 * mreport/Makefile, mreport/ReportLinkDef.h:
4105 - added MReportHelp
4106
4107 * mreport/MReportFileRead.cc:
4108 - moved code from MReportHelp to new file
4109 - removed usage of MReport class completely
4110
4111 * mfilter/MFGeomag.[h,cc]:
4112 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
4113 - changed the second loop from 0->1151 to 1152->2304
4114 - removed dummy arrays used for reading
4115 - output filename in case of 'file not found'
4116 - removed obsolete data members
4117 - removed obsolete Init function
4118 - removed forbidden underscore from member variable
4119 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
4120
4121 * mbase/MStatusDisplay.[h,cc]:
4122 - added new member function Open
4123 - added new menu entry kFileOpen
4124 - changed UpdatePSheader algorithm (the old one was much too slow)
4125
4126 * manalysis/MCurrents.[h,cc]:
4127 - removed (old outdated)
4128
4129 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4130 - removed MCurrents
4131
4132
4133
4134 2004/01/14: Wolfgang Wittek
4135
4136 * macros/ONOFFAnalysis.C:
4137 - current version
4138
4139 * mhist/MHSigmaTheta.[h,cc]:
4140 - replace MPedestalCam by MPedPhotCam
4141
4142 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
4143 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
4144 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
4145 - replace MPedestalCam by MPedPhotCam
4146
4147 * manalysis/MPedPhotPix.[h,cc]
4148 - uncomment SetRms()
4149
4150
4151
4152 2004/01/13: Markus Gaug
4153
4154 * manalysis/MExtractSignal.h
4155 - seems that the reduced light intensity of the CT1 Pulser
4156 results in broader pulses -> Set Default time slices to [3,10]
4157
4158 * mhist/MHCamera.cc
4159 - make Stat Window in option 'proj' bigger
4160 - add comment line at beginning of Draw()
4161
4162 * mcalib/MHCalibrationBlindPixel.[h.cc]
4163 - add Function DrawClone()
4164 - fix bug in calculation of integral (GetIntegral("width"))
4165 - restrict parameters tighter
4166 - declare fit as not valid, if less than 100 events
4167 in single photo-electron peak
4168
4169 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
4170 - fit now with fixed normalization
4171
4172 * mcalib/MHCalibrationPixel.[h.cc]
4173 - new function IsEmpty()
4174 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
4175
4176 * mcalib/MCalibrationPix.[h.cc]
4177 - F-Factor corrected and added error
4178 - Histograms not fitted if they are empty
4179 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
4180
4181 * mcalib/MCalibrationCam.cc
4182 - Square Root of Reduced Sigmas not taken, if they are < 0.
4183 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
4184
4185 * mcalib/MCalibrationCalc.cc
4186 - Blind Pixel is not additionally treated as normal pixel any more
4187 - Blind Pixel Draw replaced by DrawClone
4188
4189 * macros/calibration.C
4190 - took out some unused code
4191 - some default axis labelling corrected
4192
4193
4194
4195 2004/01/13: Abelardo Moralejo
4196
4197 * manalysis/MMcPedestalCopy.cc
4198 - added check of whether input file is a MC file before executing
4199 the PreProcess.
4200
4201
4202
4203 2004/01/13: Wolfgang Wittek
4204
4205 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
4206 - change macro to handle also MC events with finite sigmabar
4207
4208 * manalysis/MPadOn.[h,cc]:
4209 - deleted, is replaced by MPad
4210
4211 * manalysis/MPadOnOFF.[h,cc]:
4212 - deleted, is replaced by MPad
4213
4214 * manalysis/MPad.[h,cc]:
4215 - new class, replacing MPadON and MPadONOFF
4216 - handle also MC events with finite sigmabar
4217
4218 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4219 - replace MPadON and MPadONOFF by MPad
4220
4221
4222
4223 2004/01/13: Thomas Bretz
4224
4225 * mraw/MRawRunHeader.[h,cc]:
4226 - implemented new member function GetRunTypeStr
4227
4228 * Changelog.03:
4229 - added (contains entries of 2003)
4230
4231 * Changelog:
4232 - removed entries of 2003
4233
4234 * mfilter/MFGeomag.cc:
4235 - simplified open/close of input files
4236
4237 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
4238 - added some comments
4239 - added new member function GetError
4240
4241 * Makefile:
4242 - updated 'make dox' output for convinience
4243
4244 * macros/dohtml.C:
4245 - do not print Info's
4246 - added mcamera
4247 - added mpointing
4248 - added mreport
4249
4250 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
4251 - removed some obsolete comments (these comments confused THtml)
4252
4253 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
4254 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
4255 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
4256 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
4257 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
4258 - replaced MPedestalCam by MPedPhotCam
4259 - removed some obsolete includes
4260
4261 * mbase/BaseLinkDef.h, mbase/Makefile:
4262 - added MLogPlugin
4263 - added MLogHtml
4264
4265 * mbase/MLog.[h,cc]:
4266 - added use of plugins
4267
4268 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
4269 - added
4270
4271 * mbase/MStatusDisplay.[h,cc]:
4272 - added a Save-As dialog
4273
4274
4275
4276 2004/01/12: Thomas Bretz
4277
4278 * macros/rootlogon.C:
4279 - added mcamera to include path
4280 - added mpointing to include path
4281 - added mreport to include path
4282
4283 * mbase/MLog.cc:
4284 - updated my eMail address
4285
4286 * mbase/MParContainer.h:
4287 - added Read member function
4288
4289 * mbase/MStatusDisplay.[h,cc]:
4290 - changed size of ps-paper
4291 - added a user defined bottom line to the ps-files
4292 - added name (currently unused)
4293 - added title (used as possible bottom line in ps-file)
4294
4295 * mraw/MRawRunHeader.cc:
4296 - added some comments
4297
4298 * status.cc:
4299 - set name of input as bottom line of status display
4300
4301
4302
4303 2004/01/12: Abelardo Moralejo
4304
4305 * mimage/MStereoPar.cc
4306 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
4307 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
4308 Bug had no effect unless scale1 != scale2 (-> telescopes of
4309 different size).
4310
4311
4312
4313 2004/01/12: Markus Gaug
4314
4315 * manalysis/MExtractSignal.[h,cc]
4316 - take out some uncommented code
4317 - replace logainshift by two independent variables:
4318 logainfirst, logainlast
4319 - because in most data, maximum occurs in slice 4, shift default
4320 from slices 4-9 to slices 3-8.
4321
4322 * manalysis/MExtractedSignalPix.[h,cc]
4323 - took out some uncommented code
4324 - new initializers: instead of -1. now 99999.9
4325
4326
4327
4328 2004/01/09: Markus Gaug
4329
4330 * mcalib/MCalibrationCam.[h,cc]
4331 - take out 1-dim histos because we can use
4332 the projections in MHCamera (s.b.)
4333
4334 * mcalib/MHCalibrationBlindPixel.h
4335 - make the fit by default quiet
4336
4337 * mcalib/MHCalibrationPixel.[h,cc]
4338 * mcalib/MCalibrationPix.[h,cc]
4339 - Ranges of time slices stored independently for HiGain and LoGain
4340 in order to allow consecutive checks
4341
4342 * mhist/MHCamera.[h.cc]
4343 - add the possibility to call a Draw("proj") which will
4344 draw a Y-Projection of the histogram
4345
4346 * macros/calibration.C
4347 - apply the drawing of the projections and fit them
4348
4349 * mcalib/MCalibrationCalc.cc
4350 - catch the possibility of a calibration file,
4351 unintendedly being a pedestal or cosmic file.
4352 Program now exits with an error before doing the fits
4353
4354 * mcalib/MCalibrationPix.[h,cc]
4355 - fixed a bug in calculation of fFitValid.
4356 before, a call to IsFitValid() always returned false
4357
4358
4359
4360 2004/01/09: Javier L¢pez
4361
4362 * macros/bootcampstandardanalysis.C
4363 - added new macro that holds the main scheleton discussed in the
4364 december bootcamp in Wuerzburg. It runs first over a pedestal
4365 run, then over a calibration run, again over the pedestal run
4366 to compute de pedestal in number of photons and finally over a
4367 data run to calibrate the data.
4368
4369
4370
4371 2004/01/06: Sebastian Raducci
4372
4373 * manalysis/MArrivalTime.[h,cc]
4374 - added new method to calculate photon arrival times. It uses the
4375 TSpline5 Root Class to interpolate the Fadc Slices. The time is
4376 the abscissa value of the absolute maximum of the interpolation
4377 - added new method to find clusters with similar arrival times.
4378 For now it's a preliminary version. It simply search for adiacent
4379 pixels having the same arrival time (color).
4380
4381 * manalysis/MArrivalTimeCalc.[h,cc]
4382 - modified the Process() method according to the changes in the
4383 Arrival Time Cointainer
4384
4385 * mmain/MEventDisplay.cc
4386 - added new tab in the camera event display to show the arrival
4387 time. This arrival time is calculated with the spline method
4388 - the old Arrival Time pad now it's called Max Slice Idx, because
4389 it's only the index of the slice with the max content.
4390
4391 * mhist/MHEvent.[h,cc]
4392 - added new fType in te enumeration to handle the arrival time
4393 histos
Note: See TracBrowser for help on using the repository browser.