source: trunk/MagicSoft/Mars/Changelog@ 3720

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