source: trunk/MagicSoft/Mars/Changelog@ 3711

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