source: trunk/MagicSoft/Mars/Changelog@ 3681

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