source: trunk/MagicSoft/Mars/Changelog@ 3644

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