source: trunk/MagicSoft/Mars/Changelog@ 3728

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