source: trunk/MagicSoft/Mars/Changelog@ 3667

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