source: trunk/MagicSoft/Mars/Changelog@ 3637

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