source: trunk/MagicSoft/Mars/Changelog@ 3757

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