source: trunk/MagicSoft/Mars/Changelog@ 3733

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