source: trunk/MagicSoft/Mars/Changelog@ 3740

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