source: trunk/MagicSoft/Mars/Changelog@ 3718

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