source: trunk/MagicSoft/Mars/Changelog@ 3735

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