source: trunk/MagicSoft/Mars/Changelog@ 3682

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