source: trunk/MagicSoft/Mars/Changelog@ 3750

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