source: trunk/MagicSoft/Mars/Changelog@ 3710

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