source: trunk/MagicSoft/Mars/Changelog@ 3712

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