source: trunk/MagicSoft/Mars/Changelog@ 3719

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