source: trunk/MagicSoft/Mars/Changelog@ 3732

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