source: trunk/MagicSoft/Mars/Changelog@ 3758

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